body {
	background-color: #A5BFD8;
	margin:0 auto;
	padding:0;
	color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight:normal;
}
.blau {
	color: #A5BFD8;
}

#header {
	width:720px;
	padding:0 0 0 0;
	margin: 35px 0 0 153px;
}
#content {
	width:720px;
	padding:20px 0 0 0;
	margin: 0 0 0 153px;
}
#main {
	float:left;
	width:370px;
	color: #0066B3;
	font-weight: bold;
	margin-right: 30px;
}
#main h1 {
		font-size: 16px;	
}
#footer {
	background-image: url(../images/footerBack.gif);
	padding: 0 0 0 153px;
	margin:95px 0 0 0;
	height: 153px;
}
#footer p {
		padding: 35px 0 0 0;
		margin: 0;
		color:#333;		
}
#footerContent {
		float:left;
		width:420px;	
}
#footerContent a, #footerContent a:link, #footerContent a:hover, #footerContent a:visited{
		color:#de0b0b;
		text-decoration:underline;
}
.clear {
	clear:both;
}
.largeTxt {
	line-height:16px;
	font-weight:bold;
	color:#fff;
	padding:0 0 18px 0;
}

.largeTxt a:link, .largeTxt a:active, .largeTxt a:visited{
			color:#FFFFFF;
			text-decoration:none;
}	
.largeTxt a:hover, .largeTxt a.selected {
			color:#de0b0b;
			text-decoration:underline;
}
