 /***** 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 {
    font-family:"Times New Roman", Times, serif;
    font-size:16px;
    line-height:20px;
}

p {
    margin-bottom:20px;
}

h1 {
    font-size:24px;
    color:#4fbbff;
    margin-bottom:20px;
}

.titul {
	line-height:27px;
	color:#bbb;
	
	margin-bottom:60px;
	font-size:21px;

}


h3 {
    font-size:21px;
    color:#4fbbff;
    margin-bottom:18px;
}

h5 {
    font-size:18px;
    color:#4198cf;
    margin-bottom:20px;
}

a {
    color:#4198cf;
}

ol {
    list-style:decimal;
}

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


/*************************** Languages ***************************/
#languages{
    padding-left:730px;
    margin-top:5px;
    font-size:12px;
}

#languages a {
    color:#959595;
}

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

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

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

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

#product_item {
    float:left;
    width:960px;
    border-bottom:1px solid #4198cf;
    margin-bottom:18px;
    padding-bottom:9px;
}

#product_item img {
    float:left;
    border:1px solid #fff;
    
}

a.add_to_cart {
    color:#ff4f9a;
    background:#eee url(../img/atc_bg.gif) repeat-x;
    padding:4px 20px;
    border:1px solid #ddd;
}

a:hover.add_to_cart {
    background:#eee url(../img/atc_bg_h.gif) repeat-x;
    color:#ff4f4f;
    border:1px solid #bbb;
}

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

#header {
    position:relative;
    height:255px;
}
.frau {
    position:absolute;
    top:0;
    left:0;
 }

.logo {
    position:absolute;
    top:100px;
    right:0;
}
/*************************** Content ***************************/

#content ul {
    list-style:disc;
}

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

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

/*************************** Navigation ***************************/

#navigation {
    margin:20px auto 60px;
}

#navigation ul{
    font-size:21px;
    width:99%;
    text-align:center;
}

#navigation li {
    display:inline;
    margin-right:10%;
}

#navigation li a {
    background:#f8f8f8 url(../img/button_bg.gif) repeat-x;
    border:1px solid #ddd;
    padding:5px 10px;
}

#navigation li a:hover {
    background:#ddd url(../img/button_bg_h.gif) repeat-x;
    border:1px solid #bbb;
    color:#3680af;
}

#navigation li.last_item {
    margin-right:0;
}

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

#footer {
    border-top:1px solid #ccc;
    padding-top:20px;
    font-size:14px;
    width:98%;
    margin:30px auto;
    text-align:center;
    color:#aaa;
}

#footer li {
    border-left:1px solid #ccc;
    display:inline;
    padding:0 20px;
}

#footer li.first_item {
    border-left:none;
}

#footer li a:hover {
    color:#ccc;
}

#footer li.count {
    border-left:none;
    padding-left:50px;
}

/*************************** products ***************************/

#list_item p {
    padding-top:5px;
    color:#4f4f4f;
    margin-bottom:10px;
}

#list_item h3 a {
    display:block;
    height:30px;
    font-size:21px;
    line-height:21px;
    margin-bottom:0;
    font-weight:normal;
    color:#4fbbff;
}

#list_item h5 {
    margin-bottom:1px;
    color:#4198cf;
}

#list_item {
    width:280px;
    margin-right:60px;
    float:left;
    margin-bottom:30px;
    
}

#list_item img {
    margin-right:10px;
    max-width:90px;
    height:90px;
    border:1px solid #fff;
    
    float:left;
}

#product {
    height:90px;
    border-bottom:1px solid #4198cf;
    padding-bottom:20px;
}

.clear {
    clear:both;
}

#list_item.right_item {
    margin-right:0px;
}




/*************************** Bestell form***************************/

#bestell_form  {
    background:#fff;
    /*border:solid 1px #ddd;8*/
    margin-bottom:12px;
    width:500px;
    margin:18px auto;
}


#bestell_form p {
    color:#000;
    margin:18px;
    text-align:left;
}

#bestell_form label {
    color:#4198cf;
    /*color:#329fe4;*/
    /*color:#959595;*/
    display:block;
    text-align:right;
    width:140px;
    float:left;
}

#bestell_form input, #bestell_form textarea {
    background:#fff;
    /*border:solid 1px #ddd;*/
    float:left;
    padding:4px 2px;
    width:300px;
    margin:0 0 18px 18px;
    color:#000;
}

#bestell_form button, #cart a.to_bestellformular {
    display:block;
    width:183px;	
    height:30px;	
    text-align:center;
    border:0px;
    color:#fff;
    background:url(../img/button_form.gif) no-repeat blue;
    
}

#bestell_form button {
    height:36px;
    margin:15px auto;
    padding-bottom:10px;
}





.error {
    display:block;
    margin:12px 24px;
    padding:8px 8px;
    clear:both;
    background:#FC9;
    text-align:center;
    letter-spacing:1px;
}

            /***** CART *****/
#cart table {
    width:100%;
    text-align:left;
    margin-bottom:18px;
    border:1px solid #ddd;
    padding:9px 9px 36px;
}

#cart th {
    color:#78a614;
    /*color:#329fe4;*/
}

#cart tr {
    height:36px;
}

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

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

#cart a.to_bestellformular {
    float:right;
    text-decoration:none;
    padding-top:6px;
    
}

#bestell_form  {
    background:#fff;
    border:solid 1px #ddd;
    margin-bottom:12px;
    width:500px;
    margin:18px auto;
}


#bestell_form p {
    color:#000;
    margin:18px;
    text-align:left;
}

#bestell_form label {
    color:#4198cf;
    /*color:#329fe4;*/
    /*color:#959595;*/
    display:block;
    text-align:right;
    width:140px;
    float:left;
}

#bestell_form input, #bestell_form textarea {
    background:#fff;
    border:solid 1px #ddd;
    float:left;
    padding:4px 2px;
    width:300px;
    margin:0 0 18px 18px;
    color:#000;
}

#bestell_form button, #cart a.to_bestellformular {
    display:block;
    width:183px;	
    height:25px;	
    text-align:center;
    color:#fff;
    background:#4198cf url(../img/form_button_bg.gif) repeat-x;
    border:1px solid #3275a0;
    padding:5px 10px;
    
}

#bestell_form button {
    height:36px;
    margin:15px auto;
    padding-bottom:10px;
}

.error {
    display:block;
    margin:12px 24px;
    padding:8px 8px;
    clear:both;
    background:#FC9;
    text-align:center;
    letter-spacing:1px;
}

            /***** CART *****/


#cart th {
    color:#4198cf;
    /*color:#329fe4;*/
}

#cart tr {
    height:36px;
}

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

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

#cart input.my_button {
    height:36px;
    width:110px;
    margin-right:10px;
    float:left;
    color:#fff;
    background:#4198cf url(../img/form_button_bg.gif) repeat-x;
    border:1px solid #007ece;
    padding:5px 10px;
}

#cart a.to_bestellformular {
    float:right;
    text-decoration:none;
    padding-top:6px;
    
}

.sorry {
    background:#eaf6fe;
    border:1px solid #4fbbff;
    padding:30px;
    text-align:center;
    font-size:18px;
    margin-bottom:30px;
    color:#777;
}
