
body,html{
	padding:0;
	margin:0;
	height:100%;
	font-family:courier,new courier;
	font-size:10pt;
	letter-spacing:0.1mm;
	line-height:14pt;	
	color:#555;
}

a{
	text-decoration:none; 
	color:#555;
}
a:hover{
	color:#000;
}
a img{
	border:0;
}

.clear{
	clear:both;
	overflow:hidden;
	height:0px;
}


/*
*	das hauptgerüst
*/
#layout_table{
	margin:0 auto 0 auto;
}

#header{
	padding-top:10px;
	padding-bottom:35px;
}
#header_inner{
	border:solid 1px #ccc;
	border-top:solid 50px #ccc;
	padding:5px;
}

#left_col{
	width:140px;
	vertical-align:top;
}

#main_col{
	vertical-align:top;
	width:686px;
	height:400px;
	padding: 2px 10px 0px 10px;
}

#footer{
	padding-left:190px;
	white-space:nowrap;
}
#footer a{
	margin: 0px 5px 0px 5px;
}


/*
*	obere navigationen	
*/
#breadcrump{

}
#user_navigation{
	float:right;
}

/*
*	die boxen
*/
.box{
	margin: 0px 0px 5px 0px;
}

.box_header{
}
.box_content{
width:180px;
}

#login_box .input_text,
#login_box .input_password{
	width:160px;
}

/*
*	categoreis box - ul
*/
.linklist,
#categoriesbox_list,
#informationbox_list{
	list-style:none;
	margin:0;
	padding:0;
}
.linklist li,
#categoriesbox_list li,
#informationbox_list li{
	display:inline;
	margin:0;
	padding:0;
}
#categoriesbox_list ul ul{
  position:relative;
  left:4px;
}
#active_cat{
  border:1px solid black;	
  font-weight:bold;
}
.active_cat {
    font-weight:bold;
}
.linklist a,
#categoriesbox_list a,
#informationbox_list a{
	display:block;
	margin:0;
	padding: 2px 0px 2px 0px;
	background-position: 0px 6px;
	background-repeat:no-repeat;
}
.linklist a:hover,
#categoriesbox_list a:hover,
#informationbox_list a:hover{
	background-position: 1px 6px;
}
#categoriesbox_list .active_cat{
	font-weight:bold;
}

#categoriesbox_list li ul{
	margin:0;
	padding: 0px 0px 0px 8px;
}



/*
*	content
*/
.content_heading{
	margin: 0px 0px 8px 0px;
	padding: 0;
	font-size:10pt;
}
.categories_hd_title{
}
.categories_image{
	float:right;
	margin: 0px 0px 10px 10px;
}
.categories_description{
	padding: 5px 5px 5px 0px;
}
.manufactors_dropdown{
}

/* die seiten navi */
.content_navigation{
}

.content_body{
	margin: 0px 0px 5px 0px;
}
.module_error{
	border:solid 1px orange;
	background:#fafafa;
	margin: 0px 0px 8px 0px;
	padding:5px;
}

.label{
	font-weight:bold;
}
.label_box,
.label_box_border{
	padding:5px; 
	margin-top:3px;
}
.label_box_border{
	border-top:solid 1px #ccc; 
}
.grey_line{
	height:1px;
	overflow:hidden;
	background:#ccc;
}

/*
*	wird für die startseite und die produktlistung verwendet
*/
.product_list_table{
	width:100%;
	line-height:150%;
}
.product_list_image_box{
	width:340px;
	text-align:center;
}
.product_list_text_box{
	padding: 10px; 
}
.product_name_link{
	display:block;
	font-size:10pt;
	font-weight:bold;
	padding:0px 0px 5px;
}
.product_price{
	font-size:10pt;
	padding:0px 0px 5px;
}

.product_name_hd{
	font-weight:bold;
	font-size:10pt;
	display:inline;
}


/*
*	formular elemente
*	jedem input wird mit js beim laden eine 
*	klasse entsprechend dem typ zugewiesen
*/
form{
	display:inline;
}

select,
.input_text,
.input_password{
	margin: 2px 0px 2px 0px;
	font-size:10pt;
}

.input_image,
.input_button{
	margin:0;
}


/*
*	kontakt formuar verstecken
*/

#contact_us table table{
	display:none;
}


