@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CCCCCC;
	color: #333333;
	}
#navi {
	height: 25px;
	width: 940px;
	margin: auto;
	background-color: #cccccc;
}

#home {
	height: 77px;
	width: 940px;
	margin: auto;
}
#basic {
	height: 500px;
	width: 940px;
	margin-left: auto;
	margin-right:auto;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
	overflow: auto;
	}
#titel {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	height: 166px;
}
#fuss {
	height: 18px;
	width: 940px;
	margin-left:auto;
	margin-right:auto;
	background-color: #035a9f;
	margin-top: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ffe600;
	color: #cccccc;
}
#basic #basic_links {
	height: 480;
	width: 520px;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 25px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #333333;
}

#basic #basic_rechts {
	width: 350px;
	height: 480px;
	padding: 5px;
	color:#333333;
	font-size: 11px;
	float: right;
	background-image: url(../pic/seiten/hg/hg_grau.jpg);
	background-repeat: repeat;
	}
a:link {
	color: #035A9F;
	text-decoration:none;
}
a:visited {
	color: #035A9F;
	text-decoration:none;
}
a:hover {
	color: #035A9F;
	text-decoration: underline;
}
a:active {
	color: #035A9F;
	text-decoration:none;
}
.news {
	font-size:12px;
	font-weight: bold;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	font-variant: small-caps;
	color: #003F73;
}
.klein {
	font-size: 9px;
}
.h_blau {
	font-size:11px;
	font-weight: bold;
	color:#035a9f;
}
.ueber_partner {
	font-size:13px;
	font-weight: bold;
	color:#333333;
	
}

