@charset "utf-8";
*{
	padding: 0;
	margin: 0;
	border: 0;
}
body {
    	font: 0.85em Verdana, Arial, Helvetica, sans-serif;
    	background: #FFF;
    	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
    	padding: 0;
    	color: #000000;
}
a{
	color: #99131a;
}
p{
	padding-bottom: 7px;
}
h2{
	font-weight: bold;
	font-size: 1em;
	padding: 10px 0;
}
h3{
	color: #99131a;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	padding: 6px 0;
}
#mainContainer{
	border: solid 1px #99131a;
	border-top: 0;
	text-align: left;
	margin: auto;
	width:780px;
	background-color: #FFF;
}
#header{
	background-image: url(../img/collins_header1.jpg);
	background-repeat: no-repeat;
	height: 172px;
	width: 780px;
}
#main{
	min-height: 500px;
	padding: 0 25px;
}
.content{
	position: relative;
	clear: both;
	padding: 23px 15px 15px;
	background: #ffe07b;
	border: solid 1px #e69d00;
	margin: 35px 0;
	text-align: justify;
}
.content2{
	position: relative;
	clear: both;
	padding: 23px 15px 15px;	
	border: solid 1px #99131a;
	margin: 35px 0;
	text-align: justify;
}
legend{
	position: absolute;
	top: -10px; left: 3px;
	padding: 0 7px 0 2px;
	font-weight: bold;
	color: #e6640e;
}
.content2 legend,  #fieldSet2 legend{
	position: absolute;
	top: -10px; left: 3px;
	padding: 0 7px 0 2px;
	font-weight: bold;
	color: #99131a;
	background: #FFF;
}
#pO1{
	text-align: center;
	display: block;
	padding-bottom: 3px;
	color: #000;
}
#pO2{
	text-align: center;
	display: block;
	padding-bottom: 3px;
	color: #99131a;
}
#partTwo{
	height: 280px;
}
#partTwo span{
	color: #99131a;
	font-weight: bold;
}
.imgBesten{
	float: left;
	width: 46%;
	margin-right: 15px;
}
.txtBesten{
	margin: 0 15px;
}
.imgAmazon{
	float: left;
	position: absolute;
	top: -23px; 
	left: 7px;
	z-index: 3;
}
.imgFortune{
	float: left;
	position: absolute;
	top: -17px; 
	left: 10px;	
}
.imgWallStreet{
	float: left;
	position: absolute;
	top: -16px; 
	left: 10px;	
}
.imgCollins{
	height: 120px;
	float: left;
	margin-right: 15px;
}
.imgKnoblauch{
	float: left;
	margin-right: 15px;
	height: 130px;
}
.imgKreutzmann{
	float: left;
	margin-right: 15px;
	height: 140px;
}
#auto h2{
	padding-top: 0px;
}
.imgAuto{
	float: right;
	margin-left: 10px;
	width: 45%;
}
#flashContainer{
	position: relative;
	margin: 10px auto 0;
	text-align: center;
	padding-top: 10px;
	width: 392px;
	height: 92px;
}
.playerTransp{
	position: absolute;
	left: 20px;
	top: 9px;
}
.plLeft{
	float: left;
}
.plRight{
	float:left;
	position: relative;
	left: -16px;
}
.plSub{
	clear: both;
	position: relative;
	left: -23px;
	top: -2px;
}
#rabatt table{
	padding: 10px 0;
}
#rabatt tr{
	background: #CCC;
}
#rabatt td{
	padding: 3px;
}
.rabattContent{
	margin: 15px 0;
	padding: 15px;
	background: #FFF;
	border: solid 1px #99131a;
}

/*
	fieldset Form
*/
.fieldSet{
	position: relative;
	display: block;
	padding: 23px 15px 15px;
	border: solid 1px #99131a;
	margin: 25px 0;
	text-align: justify;
}
.fieldSet ul, #t_anz_exemplare{
	list-style:none;
	list-style-type:none;
	background: #CCCCCC;
}
#t_anz_exemplare{
	padding: 10px;
}
.fieldSet li{
	clear: both;
	padding: 4px 1px 1px 10px;
	min-height: 0px;
	border-top: solid 1px #FFF;
}
#fieldSet1{
	/*height: 167px;
	overflow: hidden;*/
}
.formCell{
	float: left;
	width: 590px;
}
.ctrl{
	border: inset 1px #ccc;
	width: 50%;
	margin: 3px 15px;
}
.ctrl:focus, .ctrl2:focus{
	background: #EEE;
}
.ctrl2{
	width: 80px;
	vertical-align: middle;
	height: 20px;
	padding: 0;
}
#anz_exemplare{
	width: 22px;
	margin: 9px;
	height: 20px;
	border: inset 1px #ccc;
}
.dummy{
	background: #FFF;
}
.radio{
	margin-left: 165px;
}
.formLabel{
	float: left;
	width: 150px;
}
.buttonDiv{
	text-align: center;
}
.btnForm{
	border: 0; 
	width: 75px; 
	height:19px; 
	font-weight: bolder;
	text-align: center; 
	cursor: pointer; 
	margin-left: 1px; 
	background: #ccc;
}
.btnForm:hover{
	border-style: inset;
	border-width: 1px;
}
#agb{
	padding: 10px 0;
	font-size: smaller;
}


/* 
	validator 
*/
.tfvHighlight{
	color: red;
}
.tfvNormal{
	color: #000;
}
#alertBox{
	background: #ff9999;
	border: solid #F00 1px;
	text-align: center;
	vertical-align: middle;
	height: 18px;
	padding: 5px;
	margin-bottom: 5px;
}
.alertOff{
	display: none;
}
.alertOn{
	display: block;
}
