/* Screen CSS (c) Norman Schwarz */

*{
	padding:0;
	margin:0;
}

body,html{
	height:100%;
	background:#cacaca;
	background-image:url(../images/background.gif);
	text-align:center;
	
}


.kommentar {
	color:#339900;
	font-weight:bold;
}

#print_logo {
	display:none;
}

#box{
	width:950px;
	margin:0 auto;
	text-align:left;
	background:#fff;
	background-image:url(../images/bg_left.png);
	background-repeat:repeat-y;
  	position: relative;
  	min-height: 100%; 
  	height: auto !important; 
 	height: 100%; /* Fuer IE */
}

#header{
	position:relative;
	background:#fff;
	background-image:url(../images/bg_head.jpg);
	height:198px;
}

#logo {
	position:absolute;
	top:5px;
	left:45px;
}

#subtitel {
	position:absolute;
	top:64px;
	left:349px;
}

#sortiment_head {
	position:absolute;
	top:110px;
	left:714px;
}

#footer {
	position: absolute;
  	bottom: 0;
	height:44px;
	background:#A02416;
	background-image:url(../images/bg_footer.gif);
	background-repeat:no-repeat;
	width:950px;
}

#left_menu {
	position:absolute;
	width:173px;
	left:0px;
	top:199px;
	color:#FFF;
}

#left_menu .item {	
	height:25px;
	line-height:25px;
	margin-bottom:1px;
	padding-left:8px;
	font-family: Arial, Helvetica,sans-serif;
	font-size:14px;
	background:#FFEBB7;
	color:#A02416;
}

#left_menu a {
	text-decoration:none;
	color:#A02416;
}

#info_field {
	width:173px;
	height:111px;
	background:#A02416;
	margin-bottom:1px;
}

#info_text {
	padding:8px;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 11px;
	line-height:16px;
}

#info_text a {
	color:#fff;
}

#yellow_box {
	width:173px;
	height:111px;
	background:#FFEBB7;
}

#content {
	margin:0 0 0 200px;
	padding:15px 0 0 0;
	width:730px;
	min-height:500px;
    height:auto !important; /* IE 6 Hack */
    height:500px;	
	font-size:12px;
	color:#000;
	font-family: Arial, Helvetica,sans-serif;
}

#content h1 {
	color:#A02416;
	font-size:18px;
}

#content h2 {
	color:#A02416;
	font-size:14px;
}

#content h3 {
	color:#A02416;
	font-size:12px;
}

#content a {
	color:#A02416;
}

#content a:hover {
	color:#F09B0D;
}

#content textarea {
	font-family: Arial, Helvetica,sans-serif;
	font-size:12px;
}

.clearall {
	clear:both;
}

.small {
 	font-size:11px;
}

.left {
	float:left;
}

.rmargin20 {
	margin-right:20px;
}

/* listen */

.fragen  {
	margin-left:18px;
	list-style-position:outside;
	list-style-type:disc;
}

/* Tabellen */

.spezifikationen {
	border-collapse:collapse;
	font-size:12px;
}

.feste_breite {
	table-layout:fixed;
}

.cell  {
	padding:3px;
	vertical-align:top;
	border-width:1px;
	border-color:#fff;
	border-style:solid;
}

.redcell {
	background:#A02416;
	color:#fff;
}

.yellowcell {
	background:#FFEBB7;
	color:#A02416;
}

#impressum {
	border-collapse:collapse;
}

#impressum td {
	padding:2px;
}

/* Bilder */

.img_left {
	float:left;
	margin-right:10px;
	padding-bottom:10px;
}

.img_left_bigspace {
	float:left;
	margin-right:40px;
	padding-bottom:10px;
}

.img_right{
	float:right;
	margin-left:10px;
	padding-bottom:10px;
}



