body {
	min-width: 930px;
	padding: 0;
	margin: 0;
	font-size: 13px;
	background: #FFF url(images/header-background.png) repeat-x;
	font-family: Arial,sans-serif;
}

td {
	vertical-align: top;
}

a,a:visited {
	color: #445577;
}
a:hover {
	color: #007e00;
}

a img {
	border: none;
}

#globalwrapper {
	height: 100%;
	padding: 1em 40px;
}

#highlightwrapper {
	position: relative;
	top: 119px;
}

#contentwrapper {
	background-color: #fff;
	padding: 10px 20px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-o-border-radius: 9px;
	border-radius: 9px;
	height: 100%;
}

#container {
	padding-left: 200px;
	padding-right: 220px;
	height: 100%;
}

#container .column {
	position: relative;
	float: left;
}

#center {
	padding: 10px 20px;
	width: 100%;
}

#left {
	width: 190px;
	padding: 0 10px 0 0;
	right: 240px;
	margin-left: -100%;
}

#right {
	width: 170px;
	padding: 0 10px;
	margin-right: -100%;
}

#footer {
	clear: both;
}

* html #left {
	left: 180px;
}

#container {
	overflow: hidden;
}

#container .column {
	padding-bottom: 1001em;
	margin-bottom: -1000em;
}

* html body,* html div {
	overflow: hidden;
}

#clouds {
	
	border: 0px;
	background: url(images/clouds.png);
	position: absolute;
	top:-131px;
	left:-40px;	
	width:721px;	
	height:189px;	
	z-index:-1;
}

#maskottchen {
	width:166px;
	height:113px;
	background: url(images/Maskottchen.png);
	margin-top: 2em;
}

#header,#footer {
	padding: 0.3em 0;
}

#footer {
	background: #FFF url(images/header-background.png) repeat-x;
	text-align: center;
	margin-top: 3em;
	font-size: 12px;
	color: #fff;
	padding: 1em;
	position: relative;
	bottom: -0px;
	left:  0px;
	right: 0px;

	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-o-border-radius: 9px;
	border-radius: 9px;
	
}

#footer a {
	color: #fff;
}

#footer span {
	margin-right: 1em;
}

#center {
}

#right {
}

#container .column {
}

#header h1 {
	margin: .2em 0 0 0;
	font-size: 40px;
}

#header a {
	color: black;
	text-decoration: none;
}

#header h4 {
	margin-top: 0;
}

.leftnav {
	width: 170px;
	padding: 10px 10px 300px 10px;
	color: #111;
	border-right: 1px solid #ccc;
}

.column .menu_top,.column .menu_top ul {
	padding: 0;
	margin: 0;
}
.column .menu_top ul {
	margin: 0;
	padding-left: 20px;
}

.column .menu_top li {
	list-style: none;
}

.column .menu_top a {
	display: block;
	margin: 10px 0;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #556688;
	border-left: 5px solid #fff;
	padding-left: 5px;
	white-space: nowrap;
	overflow: hidden;
}

.column .menu_top a:hover,.column .menu_top a.selected {
	border-left: 5px solid #556688;
	color: #556688;
}

* html .column .menu_top a:hover {
	border-left: 5px solid #fff;
}

.rightnav {
	background-color: #fff;
	/*border-left: 1px solid #ccc;*/
	padding: 10px 10px 300px 10px;
	color: #111;
}

.rightnav input.text {
	width: 90%
}

#menu {
	clear: both;
	margin: 1em 0 1em 0;
	padding: 0 0 3px 0;
	background-color: #334466;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-o-border-radius: 9px;
	border-radius: 9px;
	border: 1px solid #334466;
	width: 100%;
	float: left;
	position: relative;
}

#menu ul {
	margin: 3px 15px;
	padding: 0;
	display: inline;
	float: left;
	list-style: none;
}

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

#menu li a {
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 4px 7px;
	margin: 3px 0 3px 9px;
	color: #FFF;
	background: #556688;
	text-decoration: none;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #556688;
}

#menu li:hover a ,#menu li a.selected {
	background: #112244;
	color: #fff;
	border-color: #112244;
}

#header #logo {
	position: relative;
	top: -20px;
	left: 0px;
	
}