/* CSS Document */
* {padding: 0px; margin: 0px;}

body {
	background: #FBEDBE url(../imagepool/design/bodyBackground.gif) top repeat-y;
	text-align: center;
	font-family: Trebuchet MS, sans-serif;
}

img {border: none;}

#mainContainer {
	background: url(../imagepool/design/mainBackground.jpg) top no-repeat; 
	width: 772px;
	height: 583px;
	margin: 0px auto;
	text-align: left;
}
#banderole {position: absolute;}
#logo {
	position: absolute;
	margin:	0px 0px 0px 290px;
	top: 24px;
}
#logo a {
	background-image: url(../imagepool/design/logo.jpg);
	display: block;
	width: 308px;
	height: 50px;
}
#logo img {display: none;}
#nav {
	position: absolute;
	margin:	0px 0px 0px 270px;
	top: 105px;
}
#nav ul {list-style-type: none;}
#nav ul li {float: left;}
#content {
	margin:	0px 0px 0px 270px;
	position: absolute;
	top: 148px;
	width: 462px;
	padding: 20px 20px 0px 20px;
	color: #fff;
	line-height: 16px;
}
#content img {border: 1px solid #B20005;}
#content a img {border: none}
#content img.right {float: right;margin: 0px 0px 0px 20px;}
#content img.big {
	position: relative; 
	left: -20px;
	top:-20px; 
	border-bottom: none; 
	margin-bottom: -25px;
}
#content > img.big {
	margin-bottom: -23px;
}
#content h1 {
	font-size: 13px;
	background: #B20005 url(../imagepool/design/contentHeadline.jpg) left repeat-x;
	margin: 0px -20px 10px -20px;
	padding: 3px 0px 2px 20px;
}
#content p, #content table, #content fieldset {
	margin-bottom: 1.3em;
	font-size: 11px;
}
.center {text-align: center;}
#content table, .rot {
	color: #FFF;
}
.rot {
	font-weight: bold;
}
#content caption {display: none;}
#content fieldset  {
	padding: 10px;
	border: 1px solid #B20005;
}
#content fieldset fieldset {border: none;padding: 10px 0px 0px 17px;}
#content fieldset fieldset legend {display: none;}
#content legend  {font-weight: bold;font-size: 13px; padding: 0px 5px; margin-left: -5px;}
#content label.person {font-size: 10px;}
#content input {vertical-align: middle;}
#content input.text {
	border: none;
	border-bottom: 1px solid #B20005;
	font-size: 12px;
	padding: 2px 0px;
	width: 400px;
	margin-left:20px;
	background-color: transparent;
	color: #fff;
	font-weight: bold;
	margin-bottom: -7px;;
}
#content input.text:focus {
	}
#content input.checkbox {
	margin-top: 8px;
	float: left;
}
#content input[class="checkbox"] {margin-top: 2px !important;}
#content input.radio {margin-right: 5px;}
#content label {
	display: block;
	margin: 10px 0px 0px 20px;
}
#content fieldset fieldset label {display: inline;margin-left: 0px;}
#content form ol {list-style-type: none;}
#content form li {margin: 8px 0px;}
#content form img {border: none ;vertical-align: middle;}
button {
	border: none;
	background: transparent;
	margin-bottom: 20px;
}
#content span.wError {
	color: #B20005;
	font-weight: bold;
}
#footer {
	clear: both;
	border-top: 1px solid #B20005;
	margin-bottom: 30px;
	color: #B20005;
	text-align: right;
	font-size: 10px;
}
#footer img {border: none; margin-right: 10px;float: left;}
#footer span {display: block; margin-top: 3px;}

