@charset "utf-8";

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 line-height:18px;
 text-align: center;
 color: #000000;
 margin: 0;
 padding: 0;
 background: #8f8f8f url(navi/bg_body.gif) repeat-x;
 whitespace: nowrap;
}

div{
 padding: 0;
 margin: 0;
 text-align: left;
}

h1 {
 font-size: 24px;
 font-weight: bold;
 padding: 10px 0px;
}

#container{
 position: relative;
 width: 1000px;
 margin: auto;
 border: 0px solid white;
}

#head {
 width: 1000px;
 height:75px;
 background: transparent url(navi/head.png) repeat-x;
}

#body {
 position: relative;
 width: 1000px;
 background: transparent url(navi/body.png) repeat-y;
 padding: 1px 20px 1px 30px;
 border: 0px solid red;
}

#menu {
 color: white;
 background: url(navi/menu_bg.png) bottom right transparent no-repeat;
 position: absolute;
 top: 0px;
 left: 9px;
 width: 160px;
 padding: 20px;
 border: 0px solid green;
 font-size: 14px;
 line-height: 24px;
}

#hinweis {
 position: relative;
 z-index: 3;
 top: 20px;
 left: 0px;
 //width: 165px;
 background-color: #ffcccc;
 color: black;
 border: 2px solid #aa0000;
 padding: 10px;
 font-size: 12px;
 font-weight: normal;
 line-height: 16px;
}

 #main_content {
 position: relative;
 z-index: 3;
 top: 0px;
 left: 220px;
 width: 550px;
 border: 0px solid blue;
} 

#right_col {
 position: absolute;
 z-index: 3;
 top: 30px;
 left: 850px;
 border: 0px solid #ff7700;
 padding: 0px;
 font-size: 10px;
 font-weight: normal;
 line-height: 12px;
}

#right_col img {
 border: 2px solid #444444;
 width: 100px;
}

#foot {
 position: relative;
 width: 1000px;
 height:40px;
 background: transparent url(navi/foot.png) no-repeat;
 color: white;
 padding: 5px 0px 0px 30px;
}

#container2 {
 position: relative;
 width: 950px;
 min-height: 360px;
 border: 0px solid red;
}

/* for Internet Explorer */
/*\*/
* html #container2 {
height: 360px;
}
/**/

/* #products img {
 float: left;
 margin-right: 10px;
 margin-bottom: 10px;
 border: 1px solid #666666;
} */

.rand {
 position: static;
 padding: 10px 10px;
 border: 1px solid #dddddd;
 //min-height: 140px;
}

table.cart {
 //border: 1px dashed #666666;
 width: 100%;
 //padding: 10px;
 }

th {
 border-bottom: 2px solid white;
 background-color: #e0e0e7;
 color: black;
}

td.cart1 {
 background-color: #e0e0e7;
 color: black;
}

td.cart2 {
 background-color: #f0f0f7;
 border-bottom: 2px solid white;
}

.cart_input {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #444444;
 border: 1px solid #444444;
 text-align: center;
}

.checkout_input {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #444444;
 border: 1px solid #444444;
 text-align: left;
}

#products select {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #444444;
 border: 1px solid #444444;
}

#head2 {
 background: transparent url(navi/head2.png) no-repeat;
 border-bottom: 1px solid #777777;
}

#foot2 {
 background: transparent url(navi/foot2.png) no-repeat bottom;
}

#foot a:link { color: #ffffff; text-decoration: none; }
#foot a:visited { color: #ffffff; text-decoration: none; }
#foot a:active { color: #ffffff; text-decoration: none; }
#foot a:hover { color: #ffffff; text-decoration: underline; }

#foot2 a:link { color: #ffffff; text-decoration: none; }
#foot2 a:visited { color: #ffffff; text-decoration: none; }
#foot2 a:active { color: #ffffff; text-decoration: none; }
#foot2 a:hover { color: #ffffff; text-decoration: underline; }

#menu a:link { color: #ffffff; text-decoration: none; }
#menu a:visited { color: #ffffff; text-decoration: none; }
#menu a:active { color: #ffffff; text-decoration: none; }
#menu a:hover { color: #ffffff; text-decoration: underline; }

#main_content a:link { color: #444444; text-decoration: none; }
#main_content a:visited { color: #444444; text-decoration: none; }
#main_content a:active { color: #444444; text-decoration: none; }
#main_content a:hover { color: #444444; text-decoration: none; }