            /***** GLOBAL RESET *****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
            /***** END OF GLOBAL RESET *****/
body {
    line-height:20px;
    font: 14px/18px Verdana, Arial, Helvetica, sans-serif;
    background:url("../img/header_bg.gif") repeat-x left top #5fc8ff;
    }
    

h1, h2, h3, h4, h5 {
    letter-spacing:0.2px;
    font-family:Georgia, serif;
    font-style:italic;
    font-weight:normal;
    margin-bottom:20px;
}

h1 {
    font-size:24px;
    color:#fff;
}

h3 {
    font-size:18px;
    color:#fff;
    text-align:left;
}
    
h5 {
    font-size:16px;
    color:#fff;
}    
    
strong {
    font-style:italic;
}
    
p {
    text-align:left;
    font-size:14px;
    margin-bottom:20px;
    line-height:20px;
}

ol {
    list-style:decimal;
}

a {
    color:#fff;
}

.logo   {
    position:absolute;
    top:150px;
    right:155px;
    width:352px;
    height:62px;
}

.header   {
    position:absolute;
    top:0;
    left:0;
    text-indent:-5000px;
    width:960px;
    height:339px;
    background:url("../img/header.jpg");
    z-index:-1000;
}

.vozvrat {
	color:#4a9eca;
}

#container {
    float:none;
    width:960px;
    margin:0 auto;
}



/*************************** Header ***************************/

#header {
    width:960px;
    height:365px;
    background:url("");
    position:relative;
}

/*************************** Languages ***************************/

#languages {
    position:absolute;
    left:20px;
    top:10px;
    font-size:12px;
}

#languages a {
    text-decoration:none;
    color:#fff;
}

#languages img {
    margin-right:10px;
}

.center_lang {
    display:inline-block;
    height:21px;
    vertical-align:top;   
}

/*************************** Contacts ***************************/

#contacts {
    position:absolute;
    font-size:14px;
    color:#fff;
    right:0;
    top:10px;
    line-height:24px;
}

.blue {
    color:#045398;
    font-weight:bold;
}
.blue a {
    color:#fff;
}

/*************************** Content ***************************/
#content {
    margin-bottom:30px;
}

#content ul {
    list-style:disc;
}

#content ol, #content ul {
    margin-left:0;
    padding-left:36px;
}

#content li {
    margin-bottom:20px;
}

/*************************** Product ***************************/

#product_item {
    float:left;
    width:735px;
    border-bottom:1px solid #fff;
    margin-bottom:18px;
    padding-bottom:9px;
}

#product_item img {
    float:left;
    border:none;
}


/*************************** Navigation ***************************/
#left_collumn {
    width:200px;
    float:left;
    margin-right:25px;
}


#global_navigation {
    text-align:left;
}

#global_navigation li {
    margin-bottom:18px;
}

#global_navigation ul {
    font-size:16px;
    list-style-position:inside;
    list-style-image:url("../img/bullet.gif");
    
}
    
#global_navigation a{
    border-bottom:1px dashed #fff;
    color:#fff;
    text-decoration:none;
}

#global_navigation a:hover {
    color:#0066cc;
    border-bottom:0px;
    border-bottom:1px dashed #0066cc;
}



a.add_to_cart {
    background: url("../img/add_to_cart.gif")repeat-x scroll;
    border:1px solid #a3cfdf;
    padding:5px 8px;
    color:#3492CA;
    
}

a:hover.add_to_cart {
    background:#f6f6f6;
    text-decoration:none;
}


/*************************** Content ***************************/
#main_content {
    width:735px;
    float:right;
    margin-bottom:20px;   
}

#main_content ul {
    list-style:disc;
}

#main_content ol, #main_content ul {
    margin-left:0;
    padding-left:36px;
}

#main_content li {
    margin-bottom:18px;
}

#main_content li a {
    color:#045398;
}


/*************************** Footer ***************************/
.clear {
    clear:both;
}

#footer {
    text-align:center;
    border-top:1px solid #fff;
    padding:10px 0 0 0;
    color:#fff;
    margin:10px 0;
}

#footer a {
    color:#045398;
    font-size:13px;
}

#footer a:hover {
    text-decoration:none;    
}

#footer p {
    font-size:11px;
    color:#fff;
    margin-top:5px;
    text-align:center;
}


/*************************** Cart ***************************/

#cart {
    width:600px;
    margin:0 auto;
}

#cart table {
    width:100%;
    text-align:left;
    margin-bottom:20px;
    border:1px solid #fff;
    padding:9px 9px 36px;
    background:#fff url("../img/cart_bg.gif") repeat-x top left;
}

#cart th {
    color:#6699cc;
}

#cart tr {
    height:36px;
}

#cart td {
    border-bottom:1px solid #eee;
    vertical-align:bottom;
}

#cart input {
    background:#f6f6f6;
    border:solid 1px #ddd;
    padding:2px 2px;
    text-align:center;
    color:#000;
}

#cart input.my_button, #form_wrapper button {
    height:36px;
    margin:0 10px 30px 0;
    color:#346071;
    background:url(../img/button_bg.gif) repeat-x #959595;
    border:1px solid #a3cfdf;
    padding:3px 8px;
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size:14px;
    
}

#cart .to_bestellformular {
    float:right;
    width:130px;
    height:28px;
    color:#346071;
    background:url(../img/button_bg.gif) repeat-x #959595;
    border:1px solid #ccc;
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size:14px;
    text-align:center;
    padding-top:8px;
    overflow:auto;
}

#cart input.my_button {
    float:left;
    width:100px;
}


.mail {
    font-size:18px;
    font-family:Georgia, serif;
    font-style:italic;
    color:#65bada;
}

.sorry {
    
    border:1px solid #fff;
    padding:30px;
    text-align:center;
    font-size:18px;
    margin-bottom:30px;
    color:#ccffff;
    line-height:22px;
}

#otziv {
    color:#ccffff
}

#otziv p {
    margin-bottom:5px;
}

#otziv h5 {
    text-align:right;
}
