/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #fff;
	background-color: #cc0000;
}

a:link { color: #ffffff;text-decoration:none; }
a:visited { color: #ffffff;text-decoration:none; }
a:hover, a:active
{
	color: #ffffff;
	text-decoration:underline;
}

form {margin:0;}

#container
{
	margin: 0;
	width: 800px;
	text-align: left;
}

#header
{
	height: 77px;
	width: 800px;
	position: relative;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#header h1
{
	font-size: 15px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}

#logo {clear: left; float: left;width:105px; height:77px;}



#topmenu
{
	clear: right; float: right;
	background-image: url(../images/dots_horizontal.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

#topmenu ul
{
	margin:0px;
	padding:0px;
	background-image: url(../images/dots_vertical.gif);
	background-repeat: repeat-y;
	background-position: 0 0;

}

#topmenu li
{
	clear: none;
	float: left;
	list-style-type: none;
	background-image: url(../images/dots_vertical.gif);
	background-repeat: repeat-y;
	background-position: top right;
}

#topmenu li a:link, #topmenu li a:visited
{
	display: block;
	font-size:10px;
	padding-left:5px;
	padding-right:4px;
	padding-top:2px;
	padding-bottom:4px;
	margin-bottom:1px;
	margin-right:1px;
	text-decoration: none;
	color: #fff;
}

#topmenu li a:hover, #topmenu li a:active {
	text-decoration: none;
	color: #fff;
	background-color: #cc6666;
	font-size:10px;
	}

#topmenu li a.first
{
	display: block;
	font-size:10px;
	padding-left:5px;
	padding-right:4px;
	padding-top:2px;
	padding-bottom:4px;
	margin-bottom:1px;
	margin-right:1px;
	text-decoration: none;
	color: #fff;
	background-image: url(../images/dots_vertical.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

#topmenu li a.first:hover {
	text-decoration:none;
	color:#ffffff;
	background-color:#cc6666;
	font-size:10px;
	}
#topmenu li div.first
{
	display: block;
	font-size:10px;
	padding-left:5px;
	padding-right:4px;
	padding-top:2px;
	padding-bottom:4px;
	margin-bottom:1px;
	margin-right:1px;
	text-decoration: none;
	color: #ccc;
	background-image: url(../images/dots_vertical.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

ul.sitemap {
	margin:0px;
	padding:0px;
	list-style-type: none;
	padding-top:5px;
	padding-bottom:10px;
	background-color:#d11a1a;
}
ul.sitemap li {
	list-style-type: none;
	background-image: url(../images/aufzpunkt_weiss.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left:25px;
	padding-bottom:2px;
}












#mainnav {
	background-color: #cc6666;
	color: #ffffff;
	height:20px;
	background-image: url(../images/mainnav_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#mainnav ul
{
	margin: 0 0 0 148px;
	padding: 0;
}

#mainnav li
{
	clear: none;
	float: left;
	list-style-type: none;
	background-image: url(../images/dots_vertical.gif);
	background-repeat: repeat-y;
	background-position: center left;
	height:19px;
}

#mainnav li a, #mainnav li a:link
{
	display: block;
	margin:1px;
	margin-right:0px;
	padding:2px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	text-decoration: none;
	color: #fff;
	font-weight:bold;
}

#mainnav li a:hover
{
	text-decoration: none;
	color: #fff;
	background-color: #e6b3b3;
}

#contentbox {
	padding-left:42px;
	padding-top:10px;
	margin-bottom:10px;
	clear:both;
	width:auto;
	}










#boxleft {
	clear:left;
	float:left;
	width: 48%;
	vertical-align:top;
	background-color:#d11a1a;
	}
#boxleft ul {
	margin: 10px;
	padding-left: 0;
	list-style-type: none;
	}
#boxleft ul li {
	padding-bottom: 10px;
	list-style-type: none;
	}
#boxleft ul li a:link { color: #ffffff;text-decoration:none; }
#boxleft ul li a:visited { color: #ffffff;text-decoration:none; }
#boxleft ul li a:hover, a:active
{
	color: #ffffff;
	text-decoration:underline;
	background-color:none !important;
}

#boxleft table tr td {
	font-size:11px;
	}
#boxleft table tr.morerow td {
	border-bottom:1px solid #b60001;
	}
#boxright table tr td {
	font-size:11px;
	}
#boxright table tr.morerow td {
	border-bottom:1px solid #b60001;
	}













#boxright {
	clear:right;
	float:right;
	width: 48%;
	vertical-align:top;
	background-color:#d11a1a;
	}
#boxright ul {
	margin: 10px;
	padding-left: 0;
	list-style-type: none;
	}
#boxright ul li {
	padding-bottom: 10px;
	list-style-type: none;
	}
#boxright ul li a:link { color: #ffffff;text-decoration:none; }
#boxright ul li a:visited { color: #ffffff;text-decoration:none; }
#boxright ul li a:hover, a:active
{
	color: #ffffff;
	text-decoration:underline;
	background-color:none !important;
}












h2
{
	color: #B52C07;
	font-size:15px;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
	color: #ffffff;
	font-size:12px;
	font-weight: bold;
	padding-bottom:5px;
	background-image: url(../images/headline_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #cc0000;
	margin:0px;
	padding-top:10px;
}
	
h4
{
	color: #ffffff;
	font-size:12px;
	font-weight: bold;
	margin:0px;
	padding-bottom:5px;
	margin-bottom:10px;
	background-image: url(../images/headline_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #cc0000;
	padding-top:10px;
}


h5
{
	color: #ffffff;
	font-size:13px;
	font-weight: bold;
	margin:0px;
	padding-bottom:5px;
	padding-left:10px;
	background-image: url(../images/headline_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #850100;
	padding-top:5px;
}


h6
{
	color: #ffffff;
	font-size:12px;
	font-weight: bold;
	margin:0px;
	padding-bottom:4px;
	padding-left:10px;
	background-image: url(../images/dots_horizontal.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #a80100;
	padding-top:3px;
}




table.bauteilsuche {background-color:#b60001; width:100%;}
table.bauteilsuche tr td {font-size:10px;padding-bottom:4px;padding-left:10px;}
table.bauteilsuche tr td input.long {font-size:10px;width:180px;}
table.bauteilsuche tr td select.long {font-size:10px;width:180px;}
table.bauteilsuche tr td select.short {font-size:10px;width:66px;}


#footer
{
	padding-left:42px;
	padding-top:10px;
	margin-bottom:10px;
	font-size:10px;
	clear:both;
	width:auto;
	background-image: url(../images/dots_horizontal.gif);
	background-repeat: repeat-x;
	background-position: top left;
	text-align:center;
}


  /* ############ float bug fixes.. ############ */

  /* Prevents elements from breaking out of floated divs */

  /* (not supported by IE) */
  #contentbox:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }


  /* (IE only hack) */
  /* Holly Hack: Hides from IE-mac \*/
  * html #contentbox { height: 1%; }

  /* End hide from IE-mac */