@import url("gaisbauer2.css");
body {
	text-align: left;
	font: 12px/140% "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #646464;
	background: #f8ef9e url(img/backdrop.png) repeat-x;
	margin: 0;
	padding: 0;
}

#container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
  	text-align: left;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 28px;
}
#linkeseite {
	float: left;
	width: 499px;
	position: absolute;
}
#content {
	float: left;
	text-align: left;
	width: 40%;
	position: relative;
	margin-left: 507px;
}
#right {
	position: absolute;
	top: 128px;
	width: 100%;
	height: 458px;
	}
#contentBox {
	position: relative;
	margin-left: 507px;
	height: 100%;
	background: #FDFADD url(img/back_content.png) repeat-x;
	/*z-index: 1;*/
	height: 460px;
	}
	
#contentBoxContainer {
	padding-top: 16px;
	padding-left: 58px;
	padding-right: 10%;
	overflow: auto;
	height: 424px;
	}
#footer {
	text-align: left;
	position: absolute;
	top: 590px;
	padding: 12px;
	font-size: 11px;
	color: #485cc0;
}
#hauptmenu {
	text-align: right;
	margin-top: 10px;
}

#header {
	position: relative;
}
.logo {
	margin-top: 53px;
	text-align: center;
}
.rot{
	color: #d40d14;
	font-weight: bold;
}

li{
	list-style-type: square;
	list-style-image: url(img/dot_blue.gif);
	line-height: 170%;
}
h1 {
	font-weight: bold;
	font-size: 110%;
	color: #f3bd00;
	letter-spacing: 0.1em;
	margin-bottom: 23px;
	}
	
h2 {
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 15px;
	font-size: 100%;
	}
	
h3 {
	font-weight: bold;
	color: #f3bd00;
	font-size: 100%;
	margin-bottom: 0px;
}
p {
	margin-bottom: 5px;
	margin-top: 0;
}
p.fehler {
	color: #dd0000;
	font-weight: bold;
}
img {
	border-style: none;
}
a {
	color: #485cc0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.hauptmenu {
	color: #919191;
	padding: 5px 10px;
	margin: 5px;
	background-color: #FFFFFC;
	border-top: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #cacaca;
}
a.hauptmenuselected {
	color: #485cc0;
	padding: 2px 5px;
	background-color: #FFFFFC;
	border-top: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	border-bottom: 1px solid #FFFFFC;
	border-right: 2px solid #919191;
}

a.hauptmenu:hover {
	color: white;
	background-color: #5363c8;
	text-decoration: none;
}
