/* begin Page */



body
{
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    background-image: url(images/bg_body.gif);
    background-repeat:repeat-x;
    background-attachment: scroll;
    background-position: top left;
}

#main
{
    background-image:url(images/bg_main.gif);
    background-position:center bottom;
    background-repeat:repeat-x;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
}




.cleared
{
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
    border: none;
    font-size:1px;
}


form
{
    padding:0 !important;
    margin:0 !important;
}

table.position
{
    position: relative;
    width: 100%;
    table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.Sheet
{
    position:relative;
    z-index:0;
    margin:0 auto;
    width: 1000px;
    min-width:31px;
    min-height:31px;
}

.Sheet-body
{
    position: relative;
    z-index: 1;
    padding: 0px;
}

.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl, .Sheet-tc, .Sheet-bc,.Sheet-cr, .Sheet-cl
{
    position:absolute;
    z-index:-1;
}

.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl
{
    width: 30px;
    height: 30px;
    background-image: url('images/Sheet-s.png');
}

.Sheet-tl
{
    top:0;
    left:0;
    clip: rect(auto, 15px, 15px, auto);
}

.Sheet-tr
{
    top: 0;
    right: 0;
    clip: rect(auto, auto, 15px, 15px);
}

.Sheet-bl
{
    bottom: 0;
    left: 0;
    clip: rect(15px, 15px, auto, auto);
}

.Sheet-br
{
    bottom: 0;
    right: 0;
    clip: rect(15px, auto, auto, 15px);
}

.Sheet-tc, .Sheet-bc
{
    left: 15px;
    right: 15px;
    height: 30px;
    background-image: url('images/Sheet-h.png');
}

.Sheet-tc
{
    top: 0;
    clip: rect(auto, auto, 15px, auto);
}

.Sheet-bc
{
    bottom: 0;
    clip: rect(15px, auto, auto, auto);
}

.Sheet-cr, .Sheet-cl
{
    top: 15px;
    bottom: 15px;
    width: 30px;
    background-image: url('images/Sheet-v.png');
}

.Sheet-cr
{
    right:0;
    clip: rect(auto, auto, auto, 15px);
}

.Sheet-cl
{
    left:0;
    clip: rect(auto, 15px, auto, auto);
}

.Sheet-cc
{
    position:absolute;
    z-index:-1;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background-color: #FDFDFC;
}


.Sheet
{
    margin-top: 0px !important;
}


/* end Box, Sheet */

/* begin Header */
div.Header
{
    margin: 0 auto;
    position: relative;
    z-index:0;
    width: 1000px;
    height: 150px;
}


div.Header-jpeg
{
    position: absolute;
    z-index:-1;
    top: 0;
    left: 0;
    width: 1000px;
    height: 150px;
    background-image: url(images/header2.png);
    background-repeat: no-repeat;
    background-position: center center;
}
/* end Header */



/* begin Logo */
.Logo
{
    display : block;
    position: absolute;
    left: 50px;
    top: 10px;
    width: 970px;
}



h1.Logo-name, h1.Logo-name a, h1.Logo-name a:link, h1.Logo-name a:visited, h1.Logo-name a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 26px;
font-style: normal;
font-weight: bold;
text-decoration: none;
    padding:0;
    margin:0;
    color: #B80505 !important;
    display: block;
    text-align: left;
}



.Logo-text, .Logo-text a
{
display: block;
    text-align: left;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 20px;
font-style: normal;
font-weight: normal;
    padding:0;
    margin:0;
    color: #B80505 !important;
}
/* end Logo */




/* start top navi */
#navibereich {
   overflow: hidden;
   color: black;
   background: #fff url(images/navibg.png) no-repeat center top; 
   padding: 5px 1px 5px 10px;
height: 49px;
}

/* Sternchen-Hack, hasLayout für IE5x. und 6 */ 
* html #navibereich { height: 1%; } 

#navibereich ul {
   float: left;  
   width: auto; 
margin-top: 0.2em;
margin-left: 4em;}
   
#navibereich li {
   float: left; 
   width: auto; 
   list-style-type: none;
   margin: 0 ;
   margin-right: 3em; 
}
#navibereich a,
#navibereich strong {
   display: block; 
   color: white;
   font-weight: normal;
   padding: 4px 8px;
font-size: 17px;
text-decoration: none;} 
 
#navibereich a:hover,
#navibereich a:focus,
#startseite #navi01 strong, 
#seite02 #navi02 strong,
#seite03 #navi03 strong,
#kontaktseite #navi04 strong { 
   color: white; 
   font-weight: normal;
    text-decoration: underline;}
 /*border-bottom-width: 10px;*/ /* Nur zum Testen */
  
#navibereich a:active { 
   color: black;
   background-color: white;
}  
/* end top navi */





/* begin ContentLayout */
.contentLayout
{
    position: relative;
    margin-bottom: 0px;
    width: 1000px;
}
/* end ContentLayout */

/* begin Box, Block */
.Block
{
    position:relative;
    z-index:0;
    margin:0 auto;
    min-width:31px;
    min-height:31px;
}


.Block-body
{
    position: relative;
    z-index: 1;
    padding: 7px;
}

.Block-tr, .Block-tl, .Block-br, .Block-bl, .Block-tc, .Block-bc,.Block-cr, .Block-cl
{
    position:absolute;
    z-index:-1;
}

.Block-tr, .Block-tl, .Block-br, .Block-bl
{
    width: 30px;
    height: 30px;
    background-image: url('images/Block-s.png');
}

.Block-tl
{
    top:0;
    left:0;
    clip: rect(auto, 15px, 15px, auto);
}

.Block-tr
{
    top: 0;
    right: 0;
    clip: rect(auto, auto, 15px, 15px);
}

.Block-bl
{
    bottom: 0;
    left: 0;
    clip: rect(15px, 15px, auto, auto);
}

.Block-br
{
    bottom: 0;
    right: 0;
    clip: rect(15px, auto, auto, 15px);
}

.Block-tc, .Block-bc
{
    left: 15px;
    right: 15px;
    height: 30px;
    background-image: url('images/Block-h.png');
}

.Block-tc
{
    top: 0;
    clip: rect(auto, auto, 15px, auto);
}

.Block-bc
{
    bottom: 0;
    clip: rect(15px, auto, auto, auto);
}

.Block-cr, .Block-cl
{
    top: 15px;
    bottom: 15px;
    width: 30px;
    background-image: url('images/Block-v.png');
}

.Block-cr
{
    right:0;
    clip: rect(auto, auto, auto, 15px);
}

.Block-cl
{
    left:0;
    clip: rect(auto, 15px, auto, auto);
}

.Block-cc
{
    position:absolute;
    z-index:-1;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background-color: #DBDBDB;
}


.Block
{
    margin: 10px;
}

/* end Box, Block */

/* begin BlockHeader */
.BlockHeader
{
    position:relative;
    z-index:0;
    height: 25px;
    padding: 0 5px;
    margin-bottom: 0px;
}

.BlockHeader .t
{
    height: 30px;
    color: #000000;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
    white-space : nowrap;
    padding: 0 1px;
    line-height: 30px;    
}


/* end BlockHeader */

/* begin Box, BlockContent */
.BlockContent
{
    position:relative;
    z-index:0;
    margin:0 auto;
    min-width:1px;
    min-height:1px;
}

.BlockContent-body
{
    position: relative;
    z-index: 1;
    padding: 7px;
padding-top: 0px;
padding-bottom: 0px;}



.BlockContent-body
{
    color:#404040;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
}

/*.BlockContent-body a:link
{
    color: #404040;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}*/

/*.BlockContent-body a:visited, .BlockContent-body a.visited
{
    color: #404040;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}*/

.BlockContent-body a:hover, .BlockContent-body a.hover
{
    color: #B80505;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.BlockContent-body ul
{
    list-style-type: none;
    color: #44473E;
    margin:0;
    padding:0;
}

.BlockContent-body li
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
text-decoration: none;
}

.BlockContent-body ul li
{
    padding:0px 0 0px 13px;
    background-image: url('images/BlockContentBullets.png');
    background-repeat:no-repeat;
    margin:0.5em 0 0.5em 0;
    line-height:1.2em;
}
/* end Box, Block */
/* end Box, BlockContent */






/* begin Box, Blockspecial */
.Blockspecial
{
    position:relative;
    z-index:0;
    margin:0 auto;
    min-width:31px;
    min-height:31px;
}


.Blockspecial-body
{
    position: relative;
    z-index: 1;
    padding: 7px;
}

.Blockspecial-tr, .Blockspecial-tl, .Blockspecial-br, .Blockspecial-bl, .Blockspecial-tc, .Blockspecial-bc, .Blockspecial-cr, .Blockspecial-cl
{
    position:absolute;
    z-index:-1;
}

.Blockspecial-tr, .Blockspecial-tl, .Blockspecial-br, .Blockspecial-bl
{
    width: 30px;
    height: 30px;
    background-image: url(images/Blockspecial-s.png);
}

.Blockspecial-tl
{
    top:0;
    left:0;
    clip: rect(auto, 15px, 15px, auto);
}

.Blockspecial-tr
{
    top: 0;
    right: 0;
    clip: rect(auto, auto, 15px, 15px);
}

.Blockspecial-bl
{
    bottom: 0;
    left: 0;
    clip: rect(15px, 15px, auto, auto);
}

.Blockspecial-br
{
    bottom: 0;
    right: 0;
    clip: rect(15px, auto, auto, 15px);
}

.Blockspecial-tc, .Blockspecial-bc
{
    left: 15px;
    right: 15px;
    height: 30px;
    background-image: url(images/Blockspezial-h.png);
}

.Blockspecial-tc
{
    top: 0;
    clip: rect(auto, auto, 15px, auto);
}

.Blockspecial-bc
{
    bottom: 0;
    clip: rect(15px, auto, auto, auto);
}

.Blockspecial-cr, .Blockspecial-cl
{
    top: 15px;
    bottom: 15px;
    width: 30px;
    background-image: url(images/Blockspecial-v.png);
}

.Blockspecial-cr
{
    right:0;
    clip: rect(auto, auto, auto, 15px);
}

.Blockspecial-cl
{
    left:0;
    clip: rect(auto, 15px, auto, auto);
}

.Blockspecial-cc
{
    position:absolute;
    z-index:-1;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background-color: #35383c;
}


.Blockspecial
{
    margin: 10px;
}

/* end Box, Block */

/* begin BlockHeader */
.BlockHeaderspecial
{
    position:relative;
    z-index:0;
    height: 25px;
    padding: 0 5px;
    margin-bottom: 0px;
}

.BlockHeaderspecial .t
{
    height: 30px;
    color: #fff;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
    white-space : nowrap;
    padding: 0 1px;
    line-height: 30px;    
}


/* end BlockHeader */

/* begin Box, BlockContentspecial */
.BlockContentspecial
{
    position:relative;
    z-index:0;
    margin:0 auto;
    min-width:1px;
    min-height:1px;
}

.BlockContentspecial-body
{
    position: relative;
    z-index: 1;
    padding: 7px;
padding-top: 0px;
padding-bottom: 0px;}



.BlockContentspecial-body
{
    color:#404040;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
}

.BlockContentspecial-body a:link
{
    color: #404040;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.BlockContentspecial-body a:visited, .BlockContentspecial-body a.visited
{
    color: #404040;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.BlockContentspecial-body a:hover, .BlockContentspecial-body a.hover
{
    color: #B80505;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.BlockContentspecial-body ul
{
    list-style-type: none;
    color: #44473E;
    margin:0;
    padding:0;
}

.BlockContentspecial-body li
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
text-decoration: none;
}

.BlockContentspecial-body ul li
{
    padding:0px 0 0px 13px;
    background-image: url('images/BlockContentBullets.png');
    background-repeat:no-repeat;
    margin:0.5em 0 0.5em 0;
    line-height:1.2em;
}


/* end Box, BlockContent */

















/* begin Box, Blockmenu */
.Blockmenu
{
    position:relative;
    z-index:0;
    margin:0 auto;
    min-width:31px;
    min-height:31px;
}


.Blockmenu-body
{
    position: relative;
    z-index: 1;
    padding: 7px;
}

.Blockmenu-tr, .Blockmenu-tl, .Blockmenu-br, .Blockmenu-bl, .Blockmenu-tc, .Blockmenu-bc, .Blockmenu-cr, .Blockmenu-cl
{
    position:absolute;
    z-index:-1;
}

.Blockmenu-tr, .Blockmenu-tl, .Blockmenu-br, .Blockmenu-bl
{
    width: 30px;
    height: 30px;
    background-image: url(images/Blockwhite-s.png);
}

.Blockmenu-tl
{
    top:0;
    left:0;
    clip: rect(auto, 15px, 15px, auto);
}

.Blockmenu-tr
{
    top: 0;
    right: 0;
    clip: rect(auto, auto, 15px, 15px);
}

.Blockmenu-bl
{
    bottom: 0;
    left: 0;
    clip: rect(15px, 15px, auto, auto);
}

.Blockmenu-br
{
    bottom: 0;
    right: 0;
    clip: rect(15px, auto, auto, 15px);
}

.Blockmenu-tc, .Blockmenu-bc
{
    left: 15px;
    right: 15px;
    height: 30px;
    background-image: url(images/Blockwhite-h.png);
}

.Blockmenu-tc
{
    top: 0;
    clip: rect(auto, auto, 15px, auto);
}

.Blockmenu-bc
{
    bottom: 0;
    clip: rect(15px, auto, auto, auto);
}

.Blockmenu-cr, .Blockmenu-cl
{
    top: 15px;
    bottom: 15px;
    width: 30px;
    background-image: url(images/Blockwhite-v.png);
}

.Blockmenu-cr
{
    right:0;
    clip: rect(auto, auto, auto, 15px);
}

.Blockmenu-cl
{
    left:0;
    clip: rect(auto, 15px, auto, auto);
}

.Blockmenu-cc
{
    position:absolute;
    z-index:-1;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background-color: #fff;
}


.Blockmenu
{
    margin: 10px;
}

/* end Box, Block */

/* begin BlockHeader */
.BlockHeadermenu
{
    position:relative;
    z-index:0;
    height: 25px;
    padding: 0 5px;
    margin-bottom: 0px;
}

.BlockHeadermenu .t
{
    height: 30px;
    color: #000;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: bold;
    white-space : nowrap;
    padding: 0 1px;
    line-height: 30px;    
}


/* end BlockHeader */

/* begin Box, BlockContentspecial */
.BlockContentmenu
{
    position:relative;
    z-index:0;
    margin:0 auto;
    min-width:1px;
    min-height:1px;
}

.BlockContentmenu-body
{
    position: relative;
    z-index: 1;
    padding: 7px;
padding-top: 0px;
padding-bottom: 0px;}



.BlockContentmenu-body
{
    color:#404040;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
}

.BlockContentmenu-body a:link
{
    color: #404040;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.BlockContentmenu-body a:visited, .BlockContentmenu-body a.visited
{
    color: #404040;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.BlockContentmenu-body a:hover, .BlockContentmenu-body a.hover
{
    color: #B80505;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.BlockContentmenu-body ul
{
    list-style-type: none;
    color: #44473E;
    margin:0;
    padding:0;
}

.BlockContentmenu-body li
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
text-decoration: none;
}

.BlockContentmenu-body ul li
{
    padding:0px 0 0px 13px;
    background-image: url('images/BlockContentBullets.png');
    background-repeat:no-repeat;
    margin:0.5em 0 0.5em 0;
    line-height:1.2em;
}


/* end Box, BlockContentmenu */













/* begin Box, Post */
.Post
{
    position:relative;
    z-index:0;
    margin:0 auto;
    min-width:15px;
    min-height:15px;
}

.Post-body
{
    position: relative;
    z-index: 1;
    padding: 11px;
}

.Post-tr, .Post-tl, .Post-br, .Post-bl, .Post-tc, .Post-bc,.Post-cr, .Post-cl
{
    position:absolute;
    z-index:-1;
}

.Post-tr, .Post-tl, .Post-br, .Post-bl
{
    width: 14px;
    height: 14px;
    background-image: url('images/Post-s.png');
}

.Post-tl
{
    top:0;
    left:0;
    clip: rect(auto, 7px, 7px, auto);
}

.Post-tr
{
    top: 0;
    right: 0;
    clip: rect(auto, auto, 7px, 7px);
}

.Post-bl
{
    bottom: 0;
    left: 0;
    clip: rect(7px, 7px, auto, auto);
}

.Post-br
{
    bottom: 0;
    right: 0;
    clip: rect(7px, auto, auto, 7px);
}

.Post-tc, .Post-bc
{
    left: 7px;
    right: 7px;
    height: 14px;
    background-image: url('images/Post-h.png');
}

.Post-tc
{
    top: 0;
    clip: rect(auto, auto, 7px, auto);
}

.Post-bc
{
    bottom: 0;
    clip: rect(7px, auto, auto, auto);
}

.Post-cr, .Post-cl
{
    top: 7px;
    bottom: 7px;
    width: 14px;
    background-image: url('images/Post-v.png');
}

.Post-cr
{
    right:0;
    clip: rect(auto, auto, auto, 7px);
}

.Post-cl
{
    left:0;
    clip: rect(auto, 7px, auto, auto);
}

.Post-cc
{
    position:absolute;
    z-index:-1;
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
    background-color: #FDFDFC;
}


.Post
{
    margin: 10px;
}


.ProductHeader
{
font-size: 14px;
color: #bf0000;
margin-top: 2em;}


.ProductPrice
{
font-size: 16px;
color: #bf0000;
font-weight: bold;}

/* Start images */
a img
{
    border: 0;
float: left;}

.article img, img.article
{
    border: solid 1px #BBC9A6;
    margin: 1em;
float: left;}

.metadata-icons img
{
    border: none;
    vertical-align: middle;
    margin: 2px;
}
/* Finish images */


/* Start Price */

.price
{
font-weight: bold;
color: #c20000;}

.add_cart
{
font-weight: bold;
color: #c20000;
background-image: url(images/cart_add.png);
background-repeat: no-repeat;
background-position: center center;}


/* finish Price */

/* Start tables */

td img
{
float: left;
}

.article table, table.article
{
    border-collapse: collapse;
    margin: 1px;
    width:auto;
}

.article table, table.article .article tr, .article th, .article td
{
    background-color:Transparent;
}


.article th
{
    text-align: center;
    vertical-align: middle;
    padding: 7px;}
    
td
{
    text-align: center;
    vertical-align: middle;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 1px #dbdbdb dashed;}



.producttable
{
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    background-image: url(images/tablebg.png);
    background-repeat: no-repeat;
}

.producttable .title{
    text-align: left;
}
.producttable .price{
    text-align: left;
}


th
{
    text-align: center;
    vertical-align: top;
font-size: 14px;
color: #fff;
font-weight: normal;
padding: 5px;}






/* Finish tables */

pre
{
    overflow: auto;
    padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
.PostHeader
{
    text-decoration:none;
    margin: 0.2em 0em 1em 0em;
    padding: 0;
    font-weight:normal;
    font-style:normal;
    letter-spacing:normal;
    word-spacing:normal;
    font-variant:normal;
    text-decoration:none;
    font-variant:normal;
    text-transform:none;
    text-align:left;
    text-indent:0;
    line-height:inherit;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
text-align: left;
    color: #B80505;
}

.PostHeader a, .PostHeader a:link, .PostHeader a:visited, .PostHeader a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 22px;
font-style: normal;
font-weight: bold;
text-align: left;
    margin:0;
    color: #B80505;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.PostHeader a:link
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
text-align: left;
  color: #B80505;
}

.PostHeader a:visited, .PostHeader a.visited
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
text-align: left;
  color: #B80505;
}

.PostHeader a:hover, .PostHeader a.hovered
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
text-align: left;
  color: #404040;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
  color: #737373;
}


.PostContent p 
{
    margin: 0.5em 0;
}

.PostContent, .PostContent p
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-align: justify;
  color: #737373;
}

.PostContent
{
  margin:0;
}


/* Start Content link style */

a
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #B80505;
}

/* Adds special style to an unvisited link. */
a:link
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #B80505;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #B80505;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
  color: #B80505;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 22px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #B80505;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #B80505;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 16px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #B80505;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #B80505;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #B80505;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 10px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #B80505;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
    color: #737373;
    margin:1em 0 1em 2em;
    padding:0;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
}

li ol, li ul
{
    margin:0.5em 0 0.5em 2em;
    padding:0;
}

li 
{
    margin:0.2em 0;
    padding:0;
}

ul
{
    list-style-type: none;
}

ol
{
    list-style-position:inside;
    
}



.Post li
{
    padding:1px 0 1px 20px;
    line-height:1.2em;
}

.Post ol li, .Post ul ol li
{
    background: none;
    padding-left:0;
}

.Post ul li, .Post ol ul li 
{
    background-image: url('images/PostBullets.png');
    background-repeat:no-repeat;
    padding-left:20px;
}


/* Finish Content list */
/* end PostBullets */





/* begin Footer */
.Footer
{
    position:relative;
    z-index:0;
    overflow:hidden;
    width: 1000px;
    margin: 5px auto 0px auto;
}

.Footer .Footer-inner
{
    height:1%;
    position: relative;
    z-index: 0;
    padding: 8px;
    text-align: center;
}

.Footer .Footer-background
{
    position:absolute;
    z-index:-1;
    background-repeat:no-repeat;
    background-image: none;
    width: 1000px;
    height: 150px;
    bottom:0;
    left:0;
}


.Footer .Footer-text p
{
    margin: 0;
}

.Footer .Footer-text
{
    display:inline-block;
    color:#000000;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 11px;
}

.Footer .Footer-text a:link
{
    text-decoration: none;
    color: #000000;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.Footer .Footer-text a:visited
{
    text-decoration: none;
    color: #000000;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.Footer .Footer-text a:hover
{
    text-decoration: none;
    color: #B80505;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover
{
    font-family:Arial;
    font-size:10px;
    letter-spacing:normal;
    word-spacing:normal;
    font-style:normal;
    font-weight:normal;
    text-decoration:underline;
    color:#99AE7A;
}

.page-footer
{
    margin:1em;
    text-align:center;
    text-decoration:none;
    color:#979B8C;
}
/* end PageFooter */

/* begin LayoutCell */
.contentLayout .sidebar1
{
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    overflow: hidden;
    width: 199px;
}
/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .content
{
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    overflow: hidden;
    width: 599px;
}
.contentLayout .content-sidebar1
{
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    overflow: hidden;
    width: 798px;
}
.contentLayout .content-sidebar2
{
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    overflow: hidden;
    width: 798px;
}
.contentLayout .content-wide
{
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    overflow: hidden;
    width: 997px;
}
/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .sidebar2
{
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    overflow: hidden;
    width: 199px;
}
/* end LayoutCell */



/*  Kontaktformular */
.KontaktHeader
{
font-size: 18px;
color: #bf0000;
margin-bottom: 2em;}


form {
   /*background-color: #fff;*/
   width: auto; /* Breite des Formulars */ 
   padding: 20px;
}
/* Beschriftung auf eigener Zeile */
label { 
   display: block; 
   cursor: pointer; 
} 
input#absender, 
textarea { 
   width: 300px;
   border: 1px solid #8c8c8c;
   margin-bottom: 1em;
}
textarea { 
   height: 10em; 
}
input#absender:focus, 
textarea:focus {
   background-color: #fff; 
}



.creditcards
{

padding-right: 1em;
text-align: center;}


.shoppingcard
{

font-size: 12px;
font-weight: normal;
color: #000;
    position: relative;
    z-index: 1;
    padding: 7px;
padding-top: 0px;
padding-bottom: 0px;
}

.shoppingcard a:link
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
text-align: left;
  color: #B80505;
}

.shoppingcard a:visited, .shoppingcard a.visited
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
text-align: left;
color: #B80505;
}

.shoppingcard a:hover, .shoppingcard a.hovered
{
font-family: Arial, Helvetica, Sans-Serif;
text-align: left;
color: #B80505;
text-decoration: underline;
}



.productimg
{
float: right;
padding-left: 1em;
padding-bottom: 1em;}

.remove
{
background-image: url(images/cancel.png);
background-repeat: no-repeat;
background-position: center center;}


.orderupgrade
{
border: 2px #b80505 dashed;
padding: 0.5em;
color: #35383c;
font-size: 13px;
margin-top: 1em;
font-weight: bold;}

/*Main page table*/
.table td{
    vertical-align: top;
    text-align: left;
    padding:4px 6px;
    margin: 0;
}
.table td:hover{
    /*background: #DBDBDB;*/
}
.table img{
    padding: 0 2px 2px 0;
}

.line{ padding: 7px 0 0 11px; }
.line label{
    width: 160px;
    float: left;
    line-height: 20px;
    text-align: right;
    padding-right: 5px;
}
.line input{
    /*font-size: 0.75em;*/
    /*color: #4a4a4a;*/
    border: 1px solid #CFCFCF;
    width: 150px;
    /*padding: 4px 9px;*/
    display: block;
    /*line-height: 14px;*/
    /*height: 14px;*/
}



.btn_checkout{
    float: right;
}

a.send{
    background:transparent url(images/btn.gif) no-repeat scroll 0 0;
    color:white;
    display:block;
    font-size:12px;
    font-weight:bold;
    height:23px;
    line-height:20px;
    text-align:center;
    width:130px;
    text-decoration: none;
    margin: 14px auto;
}
a.send:hover{
    color:white;
    text-decoration: none;
    background-position:0 -23px;
}
a.send:visited{
    color:white;
    text-decoration: none;
}