@charset "utf-8";

/* ######################## Allgemeine Formate ################### */
body{
	background-color:#18305c;
	margin:0px;
	padding:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
}

a:link, a:visited{
	text-decoration:underline;
	color:#fff;
}

p{
	margin: 10px 0px;
}


#screen{
	width: 1000px;
	height: auto;
}

#site{
	float:left;
	width: 1000px;
	height: auto;
}

#header{
	width:1000px;
	height:439px;

}

#contact{
	width:499px;
	height:163px;
	margin-left:345px;
}

#content{
	width:499px;
	height:auto;
	margin-left:54px;
	padding-left:346px;
	padding-right:46px;
	background-color: #526885;
	border-left: solid 1px #2d4c72;
	border-top:solid 1px #526885;
	border-bottom:solid 1px #526885;
}

#footer{
	width:892px;
	height:20px;
	margin-left:54px;
	margin-bottom:150px;
	background-image:url(../pics/footer.jpg);
	background-repeat:no-repeat;
}
