html
{
	height: 100%;
}

body
{
	font-size: 100.01%;
	position: relative;
	background: #FFF7E2;
	padding: 0px;
	font-family: 'Times New Roman', Times, serif;
	font-size: 14px;
	color: #000000;
	margin: 0;
	height: 100%;
}

form
{
	display: inline;
}

img
{
	border:0;
}

a
{
  color: #000000;
  text-decoration: underline;
}

#page
{
	background: url(img/Unbenannt2.jpg) repeat-y;
	width: 950px;
	margin: auto;
	padding-top: 5px;
}

#page_border
{
	background: url(img/Unbenannt.jpg) repeat-y;
	width: 980px;
	margin:auto;
}

#border_top
{
	background: url(img/border_top_center.jpg) repeat-x;
	height: 10px;
	width: 980px;
	margin: auto;
}

#border_top_left
{
	background: url(img/border_top_left.jpg);
	height: 10px;
	width: 10px;
	float: left;
}

#border_top_right
{
	background: url(img/border_top_right.jpg);
	height: 10px;
	width: 10px;
	float: right;
}

#border_bottom
{
	background: url(img/border_bottom_center.jpg) repeat-x;
	height: 10px;
	width: 980px;
	margin: auto;
}

#border_bottom_left
{
	background: url(img/border_bottom_left.jpg);
	height: 10px;
	width: 10px;
	float: left;
}

#border_bottom_right
{
	background: url(img/border_bottom_right.jpg);
	height: 10px;
	width: 10px;
	float: right;
}

#header
{
	width: 950px;
	height: 160px;
	text-align: center;
	border: 1px #000000 solid;
}

#footer
{
 	width: 950px;
	height: 25px;
	line-height: 25px;
	background: url(img/button_background.jpg) repeat-x;
	clear: both;
	text-align: center;
	margin: auto;
}

#nav_bar
{
 	width: 945px;
	height: 25px;
	line-height: 25px;
	background: url(img/button_background.jpg) repeat-x;
	padding-left: 5px;
	border-left: 1px #000000 solid;
	border-top: 1px #000000 solid;
	border-right: 1px #000000 solid;
}

#nav_main
{
	width: 950px;
	height: 25px;
    overflow:hidden;
    background: url(img/button_background.jpg) repeat-x;
    border-left: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	border-right: 1px #000000 solid;
}

#nav_main ul
{
    display: block;
	margin: 0;
	padding: 0;
    font-size: 13px;
	line-height: 13px;
}

#nav_main ul li
{
	text-align: center;
	float: left;
	width: 93px;
	margin: 0;
	padding-left: 0;
    font-size: 13px;
	line-height: 13px;
    list-style-type: none;
	border-left: 1px #fff solid;
	border-right: 1px #aaa solid;
}


#nav_main ul li a
{
    display:block;
    width: auto;
    font-weight: bold;
	background: transparent;
	text-decoration: none;
	color: #000000;
	margin: 0;
	padding: 0.5em 0.8em 0.5em 0.8em;
}

#nav_main ul li a:hover
{
	background: #D4DDFF;
	color: #333333;
	text-decoration: none;
}

#nav_main ul li#current
{
    border-left: 1px #444444 solid;
	border-right: 1px #888888 solid;
	background: transparent;
}

#main
{
	width: 100%;
	display: inline;
	margin-bottom: 20px;
}

#content
{
	width: auto;
	height: 100%;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin-left: 190px;
	margin-right: 190px;
	border-left: 0;
	border-right: 0;
}

#left_menu
{
	width: 190px;
	height: 100%;
	float: left;
}

#right_menu
{
	width: 190px;
	height: 100%;
	float: right;
}

div.box
{
	width: 190px;
	margin-bottom: 15px;
	border: 1px #AEAEAE solid;
}

div.box_header
{
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
	line-height: 25px;
	background: url(img/button.jpg);
	padding-left: 5px;
}

div.box_content
{
	color: #000000;
	background: #E0E0E0;
}

div.box_line
{
	width: 183px;
	height: 24px;
	line-height: 24px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background: url(img/button_background.jpg) repeat-x;
	padding-left: 5px;
	cursor: pointer;
	text-decoration: none;
}

div.box_line:hover
{
	background: url(img/button_background_over.jpg) repeat-x;
	cursor: pointer;
}

div.text_normal
{
	padding-left: 5px;
	vertical-align: text-bottom;
}

div.text_justify
{
	padding: 5px;
	text-align: justify;
}

div.copyright
{
	font-size: 8px;
	text-align: center;
}

div.parseTime
{
	font-size: 8px;
	text-align: center;
}

div.main_header
{
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
	line-height: 25px;
	background: url(img/button2.jpg);
	padding-left: 5px;
	padding-right: 5px;
	border-top: 1px solid #AEAEAE;
	border-left: 1px solid #AEAEAE;
	border-right: 1px solid #AEAEAE;
}

h1
{
 	margin: 0;
 	padding: 0;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}

div.main_content
{
	padding: 5px;
	margin-bottom: 10px;
	background: #E0E0E0;
	border: 1px solid #B1B1B1;
	text-align: justify;
}

div.error_message
{
	padding-left: 0px;
	color: #000000;
	background: #FF0000;
	text-align: center;
	border: 1px solid #B1B1B1;
}

div.form_name
{
	width: 100%;
	padding: 5px;
	text-align: left;
	line-height: 15px;
	margin: 0;
	vertical-align: bottom;
}

div.product_list
{
 	width: 525px;
 	display: block;
}

div.product_list_single
{	
 	height: 170px;
 	margin-bottom: 10px;
 	border-bottom: 1px #AEAEAE solid;
 	background: #F2F2F2;
}

div.product_list_image
{
	width: 200px;
	float: left;
}

div.product_list_content
{
	width: 300px;
	float: left;
}

div.product_list_content a
{
	cursor: pointer;
}

p.product_list_product
{
	padding-top: 5px;
	padding-left: 0px;
	font-size: 14px;
	height: 12px;
	line-height: 12px;
	text-align: left;
	font-weight:bold;
}

p.text_center
{
	text-align: center;
}

p.text_right
{
	text-align: right;
}

img.product_image
{
	border: 1px solid #B1B1B1;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.product_info
{
 	width: 525px;
 	padding-top: 10px;
}

div.product_info_left
{
	width: 350px;
	float: left;
}

div.product_info_right
{
	width: 175px;
	float: right;
	text-align: right;
}

div.product_info_center
{
 	float: left;
 	display: block;
}

div.float_left
{
	float: left;
}

div.float_right
{
	float: right;
}

div.center
{
	text-align: center;
}

div.left
{
	text-align: left;
	padding: 5px;
}

div.clear
{
	clear: both;
	margin: 0;
	padding: 0;
}

div.half
{	
	width: 245px;
	border: 1px solid #B1B1B1;
	padding: 5px;
	background: #F2F2F2;
}

div.full
{	
	width: 515px;
	border: 1px solid #B1B1B1;
	padding: 5px;
	background: #F2F2F2;
}

table.full
{
	width: 100%;
	vertical-align: top;
}

td.half
{
	width: 50%;
	vertical-align: top;
}

div.product_history
{	
 	height: 220px;
 	margin-bottom: 10px;
 	border-bottom: 1px #AEAEAE solid;
 	background: #F2F2F2;
 	text-align: center;
}

table.full_colored
{
	width: 100%;
	background: #F2F2F2;
	cellpadding: 0;
	cellspacing: 0;
	border-left: 1px solid #B1B1B1;
	border-right: 1px solid #B1B1B1;
	border-top: 1px solid #B1B1B1;
	border-bottom: 1px solid #B1B1B1;
	vertical-align: top;
}

td.full_colored_head
{
	border-bottom: 1px solid #B1B1B1;
	text-align: center;
	vertical-align: top;
	line-height: 25px;
}

td.full_colored_text
{
	border-left: 1px solid #B1B1B1;
	vertical-align: top;
}

td.full_colored_nb
{
	text-align: center;
	vertical-align: top;
}

div.bigform_30
{
	width: 150px;
	background: transparent;
	display: block;
	float: left;
	margin-top: 3px;
}

div.bigform_30_o
{
	width: 150px;
	background: transparent;
	display: block;
	float: left;
}

div.bigform_70
{
	width: 350;
	background: transparent;
	display: block;
}

div.adress_first
{
	width: 80px; 
	height: 90px; 
	float: left;
}

div.adress_second
{
	width: 220px;
	height: 90px;
	float: left;
}

div.taxinfo
{
	font-size: 10px;	
}
