html, body { 
margin: 0; 
padding: 0  
}

body { 
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; 
line-height: 18px; 
font-size: 12px; 
color: #43454d;
background: #F0F0F0; 
}

#container { 
margin: 0 auto; 
margin-bottom: 0;
padding: 0; 
width: 976px; 
text-align: left;
position: relative;   

}

/* Header */
#top { 
margin: 0;
padding: 0 8px; 
width: 960px;
height: 150px; 
background: url(images/topbg.png) transparent no-repeat;
}
#top #logo {
width: 220px;
height: 150px;
float: left;
background: url(images/logobg.gif) no-repeat;
}
#top #logo img {
padding: 5px 0 8px 22px; 
}
#top #logo .stripe {
width: 220px; 
height: 28px; 
background: #8db6dd;
}
#top #head { 
float: right;
width: 740px;
}
#top #head .menu { 
width: 740px;
height: 39px;  
}
#top #head .menu ul { 
margin: 0;
padding: 18px 0 0 10px;
list-style-type: none; 
line-height: 12px; 
color: #fff;
}
#top #head .menu ul li { 
margin: 0;  
padding: 0;  
float: left; 
}
#top #head .menu ul li a { 
display: block;
margin: 0;
padding: 5px 0 4px 8px;  
color: #fff;
}
#top #head .menu ul li a:hover { 
color: #e22004;
}
#top #head .menu ul li:hover { 
background: url(images/menubg_left.png) no-repeat;
}
#top #head .menu ul li a.active { 
color: #e22004;
background: url(images/menubg_left.png) no-repeat;
}
#top #head .menu ul li a span { 
padding: 4px 43px 3px 0;
}
#top #head .menu ul li:hover span { 
background: url(images/menubg_right.png) no-repeat right ;
}
#top #head .menu ul li a.active span { 
background: url(images/menubg_right.png) no-repeat right ;
}
/* Submenu */
#top #head .menu ul#nav ul {
	margin-left: 4px;
	padding: 0;
	display: none;
}
#top #head .menu ul#nav ul li {
	float: none;
}
#top #head .menu ul#nav li:hover ul {
	background: #e6b2aa;
	color: #fff;
}
#top #head .menu ul#nav li:hover ul a {
	color: #fff;
	padding: 5px 4px;
	background: #e6b2aa;
	text-transform: none;
}
#top #head .menu ul#nav li:hover ul li a:hover {
	color: #e22004;
}
#top #head .menu ul#nav ul {
	position: absolute;
	z-index: 200;
}


#top #head .stripe {
width: 740px; 
height: 5px; 
background: #e6b2aa;
}
#top #head #img {
width: 740px;
height: 106px;
}
#top #head #img.img1 {
background: url(images/head1.jpg)  no-repeat top left;
}
#top #head #img.img2 {
background: url(images/head2.jpg)  no-repeat top left;
}
#top #head #img.img3 {
background: url(images/head3.jpg)  no-repeat top left;
}
#top #head #img.img4 {
background: url(images/head4.jpg)  no-repeat top left;
}
#top #head #img.img5 {
background: url(images/head5.jpg)  no-repeat top left;
}
#top #head #img.img6 {
background: url(images/head6.jpg)  no-repeat top left;
}
#top #head #img.img7 {
background: url(images/head7.jpg)  no-repeat top left;
}

/* Body */
#main {
width: 960px; 
margin: 0; 
padding: 0 8px;
background: url(images/mainbg.png) repeat-y;
}
#mainleftbg { 
width: 960px;
background: url(images/leftbg.gif) left bottom  no-repeat;
}
#main #left { 
float: left; 
width: 220px;
}
#main #right { 
float: right; 
width: 740px; 
}

/* Streifen unten */
#bottom .stripe {
width: 960px; 
height: 12px; 
margin: 0; 
padding: 0 8px;
background: url(images/bottombg.png);
}


/* Navigation */
#navi { 
width: 196px;
margin: 22px 0 0 24px; 
padding: 0; 
}
#navi #menu { 
margin-bottom: 5px; 
padding: 0 
}
#navi #menu a { 
display: block; 
margin: 0; 
padding: 8px 0 0 0; 
font-size: 14px; 
line-height: 20px; 
font-weight: normal; 
color: #fff
}
/* Für IE */
*html #navi #menu a {
height: 20px;
}
/* Ende für IE */
#navi #menu a span { 
display: block; 
margin: 0; 
padding: 0 0 5px 10px; 
}
#navi #menu a:hover { 
color: #ccdef2; 
/*background: url(images/menu_hover_t.gif) no-repeat top left;*/
}
#navi #menu a:hover span { 
/*background: url(images/menu_hover_b.gif) no-repeat bottom left;*/
}
#navi #menu a.active {  
color: #ccdef2;
/*background: url(images/menu_active_t.gif) no-repeat top left; */
}
#navi #menu a.active span { 
margin: 0;
background: none;
}
#navi #menu a.active:hover {  
color: #ccdef2; 
}
#navi #menu #submenu {
margin: 0;
padding: 0 0 5px 10px;
font-size: 0px;
line-height: 0px;
/*background: url(images/menu_active_b.gif) no-repeat bottom left;*/
}

#navi #menu #submenu ul {
list-style-type: none;  
margin: 0;
padding: 0; 
}
#navi #menu #submenu ul li {
margin: 0;
padding: 0; 
}
#navi #menu #submenu ul li a {
font-size: 11px; 
line-height: 18px;
font-weight: normal;
color: #fff;
margin: 0;
padding: 0 0 0 15px;
background: url(images/listoff.gif) no-repeat 0 5px;
}
#navi #menu #submenu ul li a:hover {
color: #ccdef2;
text-decoration: underline;
background: url(images/liston.gif) no-repeat 0 5px;
}
#navi #menu #submenu ul li a.active {
color: #ccdef2;
text-decoration: none;
background: url(images/liston.gif) no-repeat 0 5px;
}


/* Inhalt */
#content { 
float: left;
width: 480px;
margin: 0;
padding: 35px 35px 15px 35px; 
min-height: 600px;
}
#content.contfakt { 
float: left;
width: 455px;
margin: 0;
padding: 35px 35px 15px 35px; 
min-height: 600px;
}
/* Feste Höhe-->IE */
*html #content {
height: 600px;
}
#content a { 
color: #43454d; 
font-weight: bold;
text-decoration: underline;
}
#content a:hover {
color: #636b72; 
}
#content p {
margin-top: 0px; 
margin-bottom: 12px 
}
#content p .reg {
font-size: 9px;
line-height: 9px;
}
#content p.msg {
color: #e22004;
}
#content h1 { 
margin: 0 0 16px 0;
color: #43454d; 
font-weight: normal; 
font-size: 22px; 
line-height: 46px;
text-transform: uppercase;
letter-spacing: 1px;  
}
#content.contfakt h1 { 
margin: 0 0 16px 0;
color: #204eaa; 
font-weight: normal; 
font-size: 22px; 
line-height: 46px;
text-transform: uppercase;
text-indent: -999px;
letter-spacing: 1px;  
background: url(produkte/contfakt/images/contfakt.png) no-repeat;
}
#content h1.win-x2 { 
margin: 0 0 16px 0;
color: #204eaa; 
font-weight: normal; 
font-size: 22px; 
line-height: 70px;
text-transform: uppercase;
text-indent: -999px;
letter-spacing: 1px;  
background: url(produkte/win-x2/images/win-x2.png) no-repeat;
}
#content h1.ferro-x2 { 
margin: 0 0 16px 0;
color: #204eaa; 
font-weight: normal; 
font-size: 22px; 
line-height: 75px;
text-transform: uppercase;
text-indent: -999px;
letter-spacing: 1px;  
background: url(produkte/ferro-x2/images/ferro-x2.png) no-repeat;
}
#content h1 .reg {
font-size: 14px;
line-height: 14px;
}
#content h2 { 
margin: 0 0 22px 0;
color: #43454d; 
font-weight: normal; 
font-size: 14px; 
text-transform: uppercase;
}
#content h2 .reg {
font-size: 10px;
line-height: 10px;
}
#content h3 { 
margin: 0 0 9px 0;
color: #204eaa; 
font-weight: bold; 
text-transform: uppercase;
}
#content h3 .reg {
font-size: 9px;
line-height: 9px;
}
#content ul {
margin-top: 0;
list-style-type: none;
}
#content li { 
margin-left: -24px; 
}
#content ul.txt {
list-style-image: url(images/absheaderlist_red.gif);
}
#content.contfakt ul.txt {
list-style-image: url(images/absheaderlist_blue.gif);
}
#content ul.absheader {
margin: 0 0 9px 0;
padding: 0;
list-style-type: none; 
font-weight: bold;
text-transform: uppercase;  
}
#content ul.absheader {
color: #e22004;
}
#content.contfakt ul.absheader {
color: #204eaa;
}
#content ul.absheader li {
margin: 0;
padding: 0 0 0 15px;
}
#content ul.absheader li {
background: url(images/absheaderlist_red.gif) no-repeat 0 5px; 
}
#content.contfakt ul.absheader li {
background: url(images/absheaderlist_blue.gif) no-repeat 0 5px; 
}
#content .small {
margin: 0; 
font-size: 9px; 
line-height: 14px;
}
#content .separator1, 
#content .separator2 { 
width: 100%;
height: 4px;
margin: 20px 0; 
padding: 0;
font-size: 4px; 
line-height: 4px;
clear: both;     
border-top: 1px dotted #70707a;
border-bottom: 1px dotted #70707a;
}
#content .separator1 {
border-bottom: none;
}
#content .reg {
vertical-align: super;
}
#content .divleft {
float: left;
width: 240px;
}
#content .divright {
float: right;
width: 215px;
}

/* Contfakt Linkbox */
#linkbox {
float: left;
width: 203px;
margin: 20px 0 0 0;
padding: 0;
}
#linkbox .head {
height: 42px;
margin: 0;
padding: 12px 0 0 10px;
background: url(produkte/contfakt/images/boxheadbg.gif) no-repeat;
}
#linkbox .head p {
margin: 0;
line-height: 16px;
font-size: 11px;
color: #204eaa;
}
#linkbox .content {
min-height: 290px;
margin: 0;
padding: 12px 0 0 10px;
background: url(produkte/contfakt/images/boxbg.gif) no-repeat;
}
/* Feste Höhe-->IE */
html #linkbox .content {
height: 302px;
}
#linkbox .content ul {
list-style-type: none; 
font-size: 11px; 
line-height: 18px; 
margin: 0;
padding: 0; 
}
#linkbox .content ul li {
margin: 0;
padding: 0; 
}
#linkbox .content ul li a {
color: #fff;
margin: 0;
padding: 0 0 0 15px;
background: url(images/listoff.gif) no-repeat left center;
}
#linkbox .content ul li a:hover {
color: #ccdef2;
text-decoration: underline;
background: url(images/liston.gif) no-repeat left center;
}
#linkbox .content ul li a.active {
color: #ccdef2;
text-decoration: none;
background: url(images/liston.gif) no-repeat left center;
}


/* Fußzeile Inhalt */
#footer { 
height: 16px; 
margin: 0;
padding: 10px 18px 2px 35px;
}
#footer p { 
float: right; 
margin: 0; 
padding: 0;
font-size: 9px; 
line-height: 9px;  
}
#footer a { 
color: #aaaaaa; 
}
#footer a:hover { 
color: #787878 
}
#footer .scroll { 
float: left; 
margin: 0;
padding: 0;
list-style-type: none; 
font-size: 9px; 
line-height: 9px;
}
#footer .scroll li {  
float: left; 
margin: 0;
padding: 0;   
}
#footer .scroll li a {  
background: url(images/scrollarrow_off.gif) transparent no-repeat left center; 
padding: 0 0 0 12px; 
}
#footer .scroll li a:hover { 
background: url(images/scrollarrow_on.gif) transparent no-repeat left center;
}


.clear { 
clear: both; 
width: 100%; 
margin: 0; 
padding: 0; 
font-size: 0px; 
line-height: 0px
}



/* Anfrageformular */
input   { 
width: 250px; 
height: 18px;
font-family: Arial, sans-serif; 
font-size: 12px;
line-height: 15px; 
color: #43454d;
background: #f5f5f5;  
border: 1px solid #cccccc 
}
input.submit  { 
width: 100px; 
height: 20px;
font-family: Arial, sans-serif; 
font-size: 12px;
text-align: center;  
color: #cccccc;  
background: #fff;  
border: 1px solid #cccccc 
}
input:focus, 
textarea:focus, 
input:hover, 
textarea:hover { 
background: #fff; 
color: #4c4c4c; 
border-color: #7f7f7f
}
textarea  {
width: 250px; 
height: 100px;
font-family: Arial, sans-serif;
font-size: 12px; 
line-height: 15px; 
color: #4c4c4c; 
background: #f5f5f5; 
border: 1px solid #cccccc 
}




