﻿* {
	padding: 0;
    margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #676767;
	background: #FFFFFF;
	font-size: 12px;

}



.header{
width:100%;
height:100px;
background: #FFFFFF url(pic/header_bg.png);
	background-repeat:repeat-x;

margin: 0 auto;
}
.header_left{
width:450px !important;
float:left !important;
height:100px;
margin: 0 auto 0 50px;
}
.header_right{
width:450px!important;
float:right!important;
height:100px;
margin: 0 20px 0 20px;
text-align:right;

}


#content{
	width: 900px;
	margin: 0 auto; 
	/* padding-left:78px; */
}





.clearFloat {
clear:both;
margin:0;
padding:0;
}


#content h1 {
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #d10502;
	padding-top: 27px;
	clear: both;
	line-height: 1.2em;
	border-bottom:1px solid #b3b3b3;
	padding-bottom:13px;
}

#content h2 {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	padding-top: 20px;
	clear: both;
	line-height: 1.2em;
	padding-bottom:19px;
}

#content h3 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding-top: 28px;
	clear: both;
	line-height: 1.2em;
	padding-bottom:7px;
}




#content h4 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding-top: 80px;
	line-height: 26px;
}


#content h5 {
	font-size: 20px;
	font-weight: bold;
	color: #7f7f7f;
	padding-top: 28px;
	clear: both;
	line-height: 1.2em;
	padding-bottom:5px;
}


#content h6 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	padding-top: 0px;
	clear: both;
	line-height: 1.2em;
	padding-bottom:7px;
}


.TwoColDiv{
border-top:1px solid #b3b3b3;
padding-top:30px;
margin-top:22px;
}


.TextRed{color:#d10502;}





.SepLine{border-bottom:1px solid #b3b3b3;}

.redLink:link {color:#d10502; text-decoration:none;}
.redLink:visited {color:#d10502; text-decoration:none;}
.redLink:active {color:#d10502; text-decoration:none;}
.redLink:hover {color:#d10502; text-decoration:none;}

.blueLink:link {color:#244298; text-decoration:none;}
.blueLink:visited {color:#244298; text-decoration:none;}
.blueLink:active {color:#244298; text-decoration:none;}
.blueLink:hover {color:#244298; text-decoration:none;}

.footer{font-size:11px; color:#888888;}




.weiterButtons{margin: 10px 0 10px 0; border:none}


.small{font-size:9px; color:#888888;}






.TwoCol{
padding-top:30px;
margin-top:22px;
}


.selectedProdLeft{
float:left !important;
width:400px !important;
margin-bottom:15px !important;
margin-right:12px;
padding-left:12px;
border-right:1px solid #b3b3b3

}


.selectedProdMiddle{
float:left !important;
width:400px !important;
margin: 0 20% 0 30%;

}


.selectedProdRight{
float:left !important;
width:400px !important;
margin-bottom:15px !important;
margin-right:12px;
padding-left:12px;

}

.selectedProdVersion{
float:left !important;
width:200px !important;
}

.selectedProdVersionMiddle{
float:left !important;
white-space:nowrap;
text-align:center;
}




.selectedProdImage{
padding-top:20px;
padding-bottom:27px;
}



