/*----------------------------------------------
 
 copyright 2008 by bgcc
 
 Version: 1.0
 
 Author: Leo Sierek
 
 Company URI: http://www.bgcc.at
 
 ----------------------------------------------*/
/* @group global styles */
body {
    font: 75% Verdana, Geneva, sans-serif;
    color: #444;
    border-top: 1px solid #ccc;
}

/* @group text formatting */
h1, h2, h3, h4 {
    color: #444;
    line-height: 1em;
}

h1, h2 {
    font-family: "lucida Grande", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

h1 {
    color: #000;
    margin: 0 0 0.7em 0;
    font: bold 1.6em Georgia, "Times New Roman", Times, serif;
}

h2 {
    color: #333;
    margin: 0em 0 0.7em;
    font: bold 1.4em Georgia, "Times New Roman", Times, serif;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 1.5em 0 0.8em 0;
}

h4 {
    font-size: 1em;
    margin: 1em 0 0.5em 0;
}

p, ul, ol, dl {
    margin: 0 0 1em 0;
}

ul li, ol li {
    list-style: disc;
    margin: 0 0 0.5em 2em;
}

ol li {
    list-style: decimal;
}

#products ul li, ol li {
    list-style: disc;
    margin: 0 0 0 1.3em;
    color: #ffffff;
    font-size: 0.9em
}

#stuffs ul li, ol li {
    list-style: disc;
    margin: 0 0 0 1.3em;
    color: #ffffff;
    font-size: 0.9em
}

a {
    text-decoration: none;
    color: #CC0000;
    outline: none;
}

a:hover {
    color: #000000;
    outline: none;
}

strong {
    font: Verdana, Geneva, sans-serif;
    font-weight: bold;
}

hr {
    width: 100%;
    height: 1px;
    background: #ddd;
    border: none;
}

p {
    font-size: 0.9em;
    color: #666;
    line-height: 1.4em
}

th, td, caption {
    padding: 0px;
}

/*
 wrapper
 */
#outerwrapper {
    background: url(/images/bg.gif) repeat-x;
    padding-top: 12px;
    padding-bottom: 20px;
}

/*
 header
 */
#header {
    xpadding-bottom: 20px;
}

#mainNav {
    margin-top: 22px;
    margin-bottom: 2px;
    xbackground-color: #36C;
}

#mainNav .lineNav {
    background: url(/images/nav_line.gif) repeat-x;
}

#mainNav ul, #mainNav ul li {
    padding: 0px;
    margin: 0;
    list-style: none outside;
}

#mainNav ul li {
    padding: 2px 10px;
    float: left;
}

#mainNav ul li a span {
    display: none;
}

#mainNav ul li a {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #000;
    font-weight: bold;
    display: block;
    height: 50px;
}

#mainNav ul li a:hover {
    color: #666;
}

#mainNav ul li a.active {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #000;
    font-weight: bold;
}

#mainNav .navType a span {
    xdisplay: none;
}

#mainNav li.navType {
    background: url(/images/nav.png) no-repeat;
    width: 66px;
    height: 50px;
}

#mainNav li.navType a:hover, #mainNav li.navType a.active {
    background: url(/images/nav_over.png) no-repeat;
    color: #666;
}

#mainNav li.navProjects a {
    background: url(/images/nav.png) no-repeat -66px;
    width: 65px;
    height: 50px;
}

#mainNav li.navProjects a:hover, #mainNav li.navProjects a.active {
    background: url(/images/nav_over.png) no-repeat -66px;
    color: #666;
}

#mainNav li.navStuff a {
    background: url(/images/nav.png) no-repeat -131px;
    width: 65px;
    height: 50px;
}

#mainNav li.navStuff a:hover, #mainNav li.navStuff a.active {
    background: url(/images/nav_over.png) no-repeat -131px;
    color: #666;
}

#mainNav li.navBlog a {
    background: url(/images/nav.png) no-repeat -196px;
    width: 65px;
    height: 50px;
}

#mainNav li.navBlog a:hover, #mainNav li.navBlog a.active {
    background: url(/images/nav_over.png) no-repeat -196px;
    color: #666;
}

#mainNav li.navAbout a {
    background: url(/images/nav.png) no-repeat -261px;
    width: 65px;
    height: 50px;
}

#mainNav li.navAbout a:hover, #mainNav li.navAbout a.active {
    background: url(/images/nav_over.png) no-repeat -261px;
    color: #666;
}

#subNav {
    margin-bottom: 2px;
    background: url(/images/bg_mainnav.gif) repeat-x;
    height: 30px;
}

#subNav ul, #subNav ul li {
    padding: 0px;
    font-size: 14px;
    margin: 0;
    list-style: none outside;
}

#subNav ul li {
    padding: 4px 10px;
    float: left;
}

#subNav ul li a {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #000;
    xfont-weight: bold;
}
/*
//FIXME Hilfe was muss ich machen
*/
#subNav ul li a:hover {
    color: #666;
}

#subNav ul li a.active {
    color: #C00;
}

#navShoppingCart {
    float: right;
    padding-top: 6px;
    padding-right: 10px;
}

#navShoppingCart a {
    font-size: 0.9em;
    color: #000;
}

#navShoppingCart a:hover {
    color: #666;
}

#navShoppingCart .active {
    color: #C00;
}

#navShoppingCart span.active {
    color: #C00;
    font-weight: bold;
}

/*
 searchbox
 */
#searchBox {
    margin-top: 31px;
}

#searchBox input {
    width: 150px;
    height: 17px;
    background: url(/images/searchinput.png) no-repeat left top;
    margin: 0;
    border-width: 0px;
    border-style: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    -moz-outline-width: 0;
    font-family: Verdana, Geneva, sans-serif;
    color: #666;
    font-size: 0.9em;
}

.niceInput {
    width: 150px;
    height: 17px;
    background: url(/images/searchinput.png) no-repeat left top;
    margin: 0;
    border-width: 0px;
    border-style: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    -moz-outline-width: 0;
    font-family: Verdana, Geneva, sans-serif;
    color: #666;
    font-size: 0.9em;
}

#searchBox input:focus, .niceInput {
    outline: none;
}

/*
 contnet
 */
#content {
    padding-top: 15px;
    padding-bottom: 20px;
    margin-bottom: 5px;
}

#content h1 {
    margin-bottom: 13px;
    margin-top: 5px;
}

#content h2 {
    font-weight: normal;
    margin-bottom: 15px;
}

.borderTopA {
    background: url(/images/line_1.gif) no-repeat 0px top;
}

.borderTopB {
    background: url(/images/line_2.gif) no-repeat 0px top;
}

.borderBottomA {
    padding-bottom: 10px;
    background: url(/images/line_1.gif) no-repeat 0px bottom;
    margin-bottom: 5px;
}

.borderBottomSimple {
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 2px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #dddee0;
    border-right-color: #dddee0;
    border-bottom-color: #dddee0;
    border-left-color: #dddee0;
}

.borderBottomProjects {
    padding-bottom: 10px;
    background: url(/images/line_1.gif) no-repeat center bottom;
    margin-bottom: 10px;
}

.borderBottomType {
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 2px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #dddee0;
    border-right-color: #dddee0;
    border-bottom-color: #dddee0;
    border-left-color: #dddee0;
}

.borderBottomAspace {
    padding-bottom: 30px;
    background: url(/images/line_1.gif) no-repeat center bottom;
    margin-bottom: 10px;
}

.borderBottomB {
    background: url(/images/line_2.gif) no-repeat 0px bottom;
}

.borderBottomCSpace {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid #DDDEE0;
}

.borderBottomTSpace {
    border-bottom: 2px solid #DDDEE0;
    margin-bottom: 30px;
    padding-bottom: 25px;
}

/* News Box */
.newsBox {
    padding-top: 14px;
    margin-bottom: 15px;
}

.newsBox .span-14 {
    margin-bottom: 6px;
}

.newsBox strong {
    color: #C00;
}

#content .newsEntry {
    font-size: 0.9em;
    color: #666;
    font-weight: normal;
    font-family: Verdana, Geneva, sans-serif;
    line-height: 1.4em;
    margin: 0 0 1em 0;
}


/* News Box */
/* Projects Page */
.projectEntry {
}

.projectEntryCard img:hover, .projectsBox img:hover {
    filter: alpha( opacity = 50);

opacity:
    0.5;

-moz-opacity:
    0.5;
}

.projectEntryCard {
    height: 152px;
    overflow: hidden;
    margin-bottom: 20px;
}

.projectEntryCard h1 {
    font-size: 0.9em;
    color: #000;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
    margin-top: 10px !important;
    line-height: 1.4em !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.projectEntryCard h1 span {
    color: #666;
    font-weight: normal;
}

.projectEntryCard h3 {
    font-size: 0.9em;
    color: #000;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
    margin-top: 10px !important;
    line-height: 1.4em !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.projectEntryCard h3 span {
    color: #666;
    font-weight: normal;
}

span.red {
    color: #CC0000;
    font-weight: bold;
}

.projectPic {
    margin-bottom: 10px;
}

#promoBox {
    margin-bottom: 15px;
}

#content #introText {
  font-family: Georgia;
  float: left;
  width: 100%;
  color: #666;
  font-size: 1.1em;
  line-height: 1.5em;
  line-height: 1.4em;
  padding-top: 14px;
  margin-bottom: 10px;
}

#content #introText h1 {
  margin-top: 10px;
}

/*
 Footer
 */
#footer {
    xbackground: url(/images/line.gif) no-repeat 0px -7px;
}

#footer p {
    font-size: 0.75em;
}

#footer ul, #footer ul li {
    padding: 0px;
    margin: 0;
    list-style: none outside;
}

#footer ul li {
    padding: 0px 10px 0px 20px;
    float: left;
    height: 16px;
    line-height: 16px;
}

#footer ul li.facebook {
    background: url(/images/social_icons_vertical.png) no-repeat 0px 0px;
}

#footer ul li.rss {
    background: url(/images/social_icons_vertical.png) no-repeat 0px -16px;
}

#footer ul li.flickr {
    background: url(/images/social_icons_vertical.png) no-repeat 0px -32px;
}

#footer ul li.twitter {
    background: url(/images/social_icons_vertical.png) no-repeat 0px -48px;
}

img.contactPicMargin {
    margin-bottom: 10px;
}

#footer ul li a {
    font-size: 0.75em;
    color: #666;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
}

#footer a {
    color: #666;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
}

#footer a:hover {
    color: #000;
}

#metaNav div {
    padding-right: 10px;
    text-align: right;
    padding-bottom: 12px;
}

#metaNav a {
    font-size: 0.75em;
    font-weight: bold;
    color: #666;
    xxxfont: italic 1em Georgia, "Times New Roman", Times, serif;
}

#metaNav a:hover {
    color: #000;
}

#metaNav img {
    margin-top: 2px;
}

/* sidebar */
.sidebar {
    background: #FFFFFF url(/images/sidebar_bg.png) repeat-x top left;
    min-height: 440px;
}

.sidebarSpace {
    padding: 15px 15px;
}

.sidebar p {
    color: #666;
    font: 0.8em Verdana, Geneva, sans-serif !important;
    line-height: 1.4em !important;
}

.sidebarSpace h1 {
    margin: 0px 0px 15px !important;
}

.red_italic {
    color: #CC0000;
    font-style: italic;
    font-size: 1em;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding-top: 7px;
    padding-left: 10px;
}

/* mainnav */
#mainNav ul {
    padding: 0px;
    margin: 0px;
}

#mainNav ul li {
    padding: 0px;
    margin: 0px;
    float: left;
}

/* Blog */
.blogEntry {
    margin-bottom: 10px;
}

.blogTeaser {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.1em;
    line-height: 1.5em;
    padding-top: 20px;
}

.textGeorgia p {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.1em;
    line-height: 1.5em;
}

.textGeorgia h1 {
    font: bold 1em Verdana, Geneva, sans-serif;
    margin: 0px 0px 5px;
    padding: 0px;
}

#font_extension {
    background: transparent url(/images/font_extension_background.png) repeat-y top center;
}

#font_extension ul {
    margin: 0px;
    padding: 0px;
    list-style: none outside;
}

#font_extension ul li {
    margin: 0px;
    padding: 0px;
    list-style: none outside;
}

#font_extension ul li a {
    color: #fff;
    font: italic 1.2em Georgia, "Times New Roman", Times, serif;
    display: block;
    line-height: 20px;
}

#font_extension ul li a:hover, #font_extension ul li a.active {
    color: #C00;
}

#products {
    background-color: #c3c4c6;
}

.producttitle {
    color: #000000;
}

.productCard {
    border-bottom: 1px solid #FFF;
}

.productCard h2 {
    padding-bottom: 15px;
}

.productCard h2 img {
    vertical-align: bottom;
}

.productPrice {
    color: #FFFFFF;
}

.margin_bottom_10 {
    margin-bottom: 10px;
}

.margin_bottom_20 {
    margin-bottom: 20px;
}

#products h2 {
    margin: 0px;
}

/*******************/
/* FEHLERMELDUNGEN */
/*******************/
.message-error a {
    color: #FFFFFF;
}

.message-error {
    background: #FF5E5E url(/images/icons/error.png) center no-repeat;
    background-position: 15px 50%;
    color: #FFFFFF;
    border: 2px solid #C5321D;
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 5px 20px 5px 45px;
    text-align: left;
    line-height: 20px;
}

.message-error-checkout {
    background-color: #fff;
    color: #C00;
    border: none;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 0px;
    text-align: left;
    line-height: 16px;
}

.message-error ul li, ol li {
    list-style: none;
    margin: 0 0 0 0;
    color: #ffffff;
    font-size: 0.9em
}

.message-error p, ul, ol, dl {
    margin: 0 0 0;
}

.message-success a {
    color: #009900;
}

.message-success {
    background: #CBFF97 url(/images/icons/accept.png) center no-repeat;
    background-position: 15px 50%;
    color: #009900;
    border: 2px solid #009900;
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 5px 20px 5px 45px;
    text-align: left;
    line-height: 20px;
}

.message-notice a {
    color: #000000;
}

.message-notice {
    background: #FFF6BF url(/images/icons/information.png) center no-repeat;
    background-position: 15px 50%;
    color: #000000;
    border: 2px solid #FFD324;
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 5px 20px 5px 45px;
    text-align: left;
    line-height: 20px;
}

#sf_admin_container .form-row-notice {
    border-bottom: 1px solid #DDDDDD;
    clear: both;
    padding: 10px;
    background-color: #FFF6BF;
}

p.types {
    margin: 0 0 0 0;
}

.agbTxt h2 {
    xfont-size: 2em;
}

.contactPage h1 {
    margin-bottom: 5px !important;
}

div.fonts_more {
    background: url(/images/more_options.png) top left repeat-x;
    text-align: right;
    padding: 6px 15px;
}

/*
 checkout
 */
.checkoutFormBgGrey {
    background-color: #DDDEE0;
    padding: 20px;
}

.checkoutFormBgGrey label {
    float: left;
    text-align: left;
    padding-right: 10px;
    width: 100px;
}

.checkoutFormBgGrey input, .checkoutFormBgGrey textarea {
    border: 1px solid #AAAAAA;
    padding: 2px;
}

.checkoutFormBgGrey textarea {
    font-family: Arial, "Helvetica Neue", "Lucida Grande", Helvetica, Verdana, sans-serif;
}

.checkoutFormBgGrey select {
    border: 1px solid #AAAAAA;
    padding: 2px;
}

.checkoutFormBgGrey .button {
    border: 1px solid #AAAAAA;
    background-color: #FFFFFF;
    width: auto;
    font-weight: bold;
    margin: 0px;
}

.checkoutFormBg {
    background-color: #FFFFFF;
    padding: 20px;
}

.checkoutFormBg label {
    float: left;
    text-align: left;
    padding-right: 10px;
    width: 100px;
}

.checkoutFormBg input, .checkoutFormBg textarea {
    border: 1px solid #AAAAAA;
    padding: 2px;
}

.checkoutFormBg textarea {
    font-family: Arial, "Helvetica Neue", "Lucida Grande", Helvetica, Verdana, sans-serif;
}

.checkoutFormBg select {
    border: 1px solid #AAAAAA;
    padding: 2px;
}

.checkoutFormBg .button {
    border: 1px solid #AAAAAA;
    background-color: #FFFFFF;
    width: auto;
    font-weight: bold;
    margin: 0px;
}

.marginLeftTenPx {
    margin-left: 14px;
}

.marginTopTenPx {
    margin-top: 15px;
    text-align: right;
}

.checkoutFormFooter {
    padding-top: 15px;
}

.delivery_header {
    margin-top: 5px;
}

input.copyInvoiceAddress {
    border: 1px solid #AAAAAA;
    line-height: 1.1em;
    margin-bottom: 20px;
    margin-right: 10px;
    padding: 2px 4px 4px;
}

.checkoutFormFooterContinueShopping {
    background: #ffffff url(/images/btn_continue.png) center no-repeat;
    width: 129px;
    height: 28px;
    border: 0px solid #AAAAAA;
    line-height: 1.1em;
    margin-top: 10px;
    padding: 2px 4px 4px;
}

.checkoutFormFooterBackToShopping {
    width: 180px;
    height: 28px;
    border: 0px solid #AAAAAA;
    line-height: 1.1em;
    margin-top: 7px;
    padding: 2px 4px 4px;
}

.marginTopTenPx p, ul, ol, dl {
    margin: 0 0 0em;
}

.marginTopTenPxP {
    padding-bottom: 0;
    padding-top: 8px;
}

/*
 cart
 */
.checkoutFormFooter {
    margin-top: 20px;
}

.checkoutFormFooterBackToShopping {
    width: 180px;
    height: 28px;
    border: 0px solid #AAAAAA;
    line-height: 1.1em;
}

.marginTopTenPx p, ul, ol, dl {
    margin: 0 0 0em;
}

.marginTopTenPxP {
    padding-bottom: 0;
    padding-top: 20px;
}

.smallerFont {
    padding-bottom: 0;
    padding-top: 24px;
    font-size: 1.0em;
    font-weight: bold;
}

.tableHeaderShoppingCart {
    background-color: #EBEBEB;
    line-height: 25px;
    font-size: 0.8em;
    background: url(/images/bg_mainnav.gif) repeat-x;
}

td {
    font-family: Georgia, "Times New Roman", Times, serif;
}

.fontGeorgia {
    font-family: Georgia, "Times New Roman", Times, serif;
}

.tdMarginBottomTop {
    padding-top: 10px;
    padding-bottom: 10px;
}

.tdMarginBottomTopBorder {
    border-bottom: 1px solid #DDDEE0;
}

.tdMarginBottomTopWithoutBorder {
    border-bottom: 0px;
}

td a {
    font-family: "lucida Grande", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

td.between {
    height: 10px;
    line-height: 1px;
}

table.shopTable {
    margin-bottom: 0em;
}

.borderBottomShop {
    background: url(/images/line_1.gif) no-repeat;
    margin-top: 5px;
}

#content h1 {
    margin-bottom: 17px;
    margin-top: 0px;
    line-height: 1.4em;
}

.price {
    font-size: 1.2em;
    font-weight: bold;
		color:#000;
}

.black {
    color: #000000;
}

.blogEntry img {
    padding-bottom: 1em;
}

h1 img {
    padding-bottom: 0px !important;
}

/* shop checkout */
.onEveryPageAnotherFontStyle p {
    font: 0.95em Verdana, Geneva, sans-serif;
    color: #000;
}

.cartList td {
    color: #000;
}

.cartList tr {
    xheight: 25px;
}

.tableBar {
    margin-bottom: 2px;
    background: url(/images/bg_mainnav.gif) repeat-x;
    height: 25px;
    font-size: 0.8em;
    color: #000;
}

td.someOtherFontAndAgainAnotherSize {
    font: 0.9em Verdana, Geneva, sans-serif;
    padding-top: 14px;
    padding-bottom: 12px;
}


  .newsSubmitBox{
    margin-top:20px;
  }
  
  table.signNewsTable{
    margin-bottom:0px;
  }
	
	#mlistResponse {
	font: 0.9em Verdana, Geneva, sans-serif;
	color: #666;
	}

.bg_topPager a {
  font-weight: bold;
  font-size: 9px;
  color: #D7D7D7;
}

.bg_topPager a:hover {
  color: #666;
}

#bg_blogArchive h1 {
  font-size: 17px;
  font-weight: normal;
  margin: 19px 0 0 0;
}

#bg_blogArchive h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 14px 0 0 0;
}

#bg_blogArchive p {
  font-family: Georgia;
  font-size: 13px;
  font-weight: normal;
  margin: 2px 0 2px 0;
}

.bg_bottomPagerImage {
  margin-top: 18px;
  padding: 0px;
  margin-bottom: 14px;
}

.bg_bottomPagerImage a {
  margin-right: 13px;
  border: 0px;
  padding: 0px;
}

.bg_bottomPagerImage a img {
  margin: 0px;
  padding: 0px;
}

.blogEntry .bg_blogText img {
  padding-bottom: 0px;
}

