/* CSS Document */
body, p {
	padding: 0;
	margin: 0;
	background-color:#FFFFFF;
}
body, td, p {
	font-family: "Lucida Sans", Arial;
	font-size: 11px;
	color: #000000;
	line-height:16px;

}
a {
	color: #b80105;
	font-weight:bold;
	text-decoration:none;
	outline:none; 
}
a:hover {
	color: #000000;
}
#pageWrap {
	position:relative;
	margin: auto; /* centers page*/
	width: 962px;
}
#header {
	position:absolute;
	top:30px;
	left:0px;
	width:962px;
	height:166px;
}
#navigation{
	position:absolute;
	top:196px;
	left:5px;
	width:962px;
	height:39px;
}
#contentleft {
	position:absolute;
	top:235px;
	left:0px;
	width:962px;
	height:372px;
	z-index:1;
}
#contentright {
	position:absolute;
	top:235px;
	left:662px;
	width:300px;
	height:372px;
	z-index:2;
}
#footer {
	position:absolute;
	top:607px;
	left:0px;
	width:962px;
	height:50px;
	border-top: 1px solid #CDCDCD;
}
#adress {
	position:absolute;
	top:10px;
	left:15px;
}
#adress a {
	color: #000000;
	font-weight:normal;
}
#adress a:hover {
	color: #b80105;
}
#metanavigation {
	position:absolute;
	top:9px;
	left:662px;
	width:300px;
	height:20px;
}
.red{
color: #b80105;
font-weight:bold;
}

.rednormal{
color: #b80105;
font-weight:normal;
}

