/* ++++++++++++++++++++++++ global styles */
body {
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
}
#mainwrapper {
	position: relative;
	width: 920px;
	text-align: left;
	margin: 0px auto;
}
#head {
	background-image: url('header.jpg');
	height: 190px;
}
#headline {
	text-align: left;
	padding-top: 82px;
	padding-left: 70px;
	font-size: 48px;
	font-weight: bold;
	color: #7BD6F5;
	opacity: 0.75;
}
#contentwrapper {
	border: 1px solid #074E9C;
	margin: 22px 11px;
}
img {
	border-width: 0px;
}
/* ++++++++++++++++++++++++ content */
#content {
	padding: 12px;
	font-size: 13px;
}
#content h1 {
	margin: 4px 0px;
	font-size: 18px;
}
#content h2 {
	margin: 14px 0px 4px 0px;
	font-size: 16px;
}
#content h3 {
	margin: 12px 0px 4px 0px;
	font-size: 14px;
}
#content a {
	color: #4D83C3;
}
#content a:hover {
	color: #074E9C;
	text-decoration: none;
}

/* ++++++++++++++++++++++++ menue */
#menue {
	position: absolute;
	top: 190px;	
	margin: 0px 11px;
}
#menue a {
	display: block;
	float: left;
	padding: 6px 8px 2px 8px;
	width: 131px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #074E9C;
	background-image: url('button.jpg');
	background-repeat: no-repeat;
}
#menue a:hover {
	background-image: url('button_o.jpg');
	color: #092C57;
}
#menue a.akt {
	background-image: url('button_a.jpg');
}

/* ++++++++++++++++++++++++ footer */
#footer {
	height: 21px;
	padding: 15px 0px 0px 222px;
	font-size: 11px;
}
#footer a {
	color: #4D83C3;
	text-decoration: none;
}
#footer a:hover {
	color: #074E9C;
}

#content a.tlink {
        color: #000000;
}

