@charset "utf-8";

body {
	font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 13px;
}

#header {

}

#menu {	
	margin-top:-30px;
	background-color:#4D6C96;
}

#menu ul {
	float:left;
	margin-left: 230px;
}

#menu li {
	color: #FFFFFF;
	float:left;
	list-style-type:none;
}

#menu a {
	float:left;
	display:block;
	text-decoration: none;
	cursor: pointer;
}

#menu a:hover {
	color: #FF8533;
	cursor: hand;
}

#infoboxtop {
	background-color:#E9EAEA;
	border-left-style:solid;
	border-right-style:solid;
	border-top-style:solid;
	border-color:black;
	border-width:2px;	
}

#infoboxbottom{
	background-color:#E9EAEA;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-color:black;
	border-width:2px;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
}

#footer { 
	margin: 0px;
	padding-top: 0px;
	background-color:#4D6C96;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	
}

h1 {
	font-size:16pt;
	color: #4d6c96;	
}

h2 {
	text-align:center;
	color: #FF8533;
}

h3 {
	text-decoration:none;
	font-size: 13px;
	color: #FF8533;
}

h4 {
	font-size:16pt;
	text-align:center;
}

a {
	text-decoration:none;
	color: #FFFFFF;
}

#content h3:hover {
	text-decoration:none;
	font-weight:bold;
	color: #e52c03;
}

.blue {
	text-decoration:none;
	color: #4d6c96;
	font-weight: bold;
}

.red {
	text-decoration:none;
	color: #e52c03;
	font-weight: bold;
}

.orange {
	text-decoration:none;
	color: #FF8533;
}

.impressum {
	text-decoration:none;
	font-size: 8px;
}