@charset "utf-8";

* {
	border:0;
	margin:0;
	padding:0;
}

body {
	background:#224585 url(../images/hintergrund.png) repeat-x;
	color:#003;
	font:75%/1.5em "Lucida Sans Unicode","Lucida Sans","Lucida Grande",Helvetica,sans-serif;
}

h1 {
	background:url(../images/logo.png) no-repeat;
	height:161px;
	left:0;
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
	top:0;
	width:205px;
	z-index:10;
}

h1 a {
	background:none !important;
	display:block;
	height:161px;
	width:205px;
}

div#main h2 {
	color:#1b4186;
	font-size:1.7em;
	font-weight:normal;
	margin:0 0 5px 0;
	text-transform:uppercase;
}

h2 span {
	color:#5290e2;
}

h3 {
	color:#2361AE;
	font-size:1.2em;
	font-weight:normal;
}


p {
	margin:0 0 1.2em 0;
}


a:link {
	color:#2872C9;
	text-decoration:underline;
}
a:visited {
	color:#224585;
}
a:focus, a:hover {
	color:#4AB1FE;
}
a:active {
	color:#c00;
}
