*{
	margin:0px;
	padding:0px;
}

body{
	font-family:'DejaVu Sans', Arial, Helvetica, sans-serif;
}

img{
	border:none;
}

#header{
	margin:auto;
	background-image:url(../head.jpg);
	height:162px;
	width:1014px;
	overflow:hidden;
}

#header a{
	display:block;
	text-decoration:none;
	width:1014px;
	font-size:xx-large;
	color:#fff;
	padding-top:70px;
	text-align:center;
	font-variant:small-caps;
}

#container{
	margin:auto;
	background-image:url(../schatten.png);
	width:1014px;
	overflow:hidden;
}

#content{
	margin-right:12px;
	margin-left:12px;
	background-image:url(../bg2.png);
	background-repeat:repeat-x;
	padding-right:20px;
	padding-left:220px;
	padding-top:20px;
	min-height:300px;
}

#content *{
	max-width:720px;
}

#footer{
	clear:both;
	width:1014px;
	background-image:url(../footer.png);
	width:1014px;
	height:18px;
	margin:auto;
}

#userinfo{
	position:absolute;
	right:5px;
	top:10px;
	z-index:10;
	font-size:small;
}


/**
 * Menue
 */
.menu{
	float:left;
	display:block;
	margin-left:20px !important;
	margin-top:20px;
}

.menu a{
	background-color:#344656;
	display:block;
	width:180px;
	margin-bottom:1px;
	padding:2px;
	color:#fff !important;
	padding-left:10px;
	text-decoration:none;
}

.menu a:hover{
	background-color:#192b3c;
	/*text-decoration:underline;*/
}

ul.menu{
	list-style-type:none;
}

#current a{
	text-decoration:underline !important;
}

/* Submenu */
.menu ul{
	list-style-type:none;
	margin-bottom:10px;
}

.menu ul a{
	background-color:transparent !important;
	margin-left:10px;
	width:160px;
	color:#344656 !important;
}

.menu ul a:hover{
	text-decoration:none !important;
}


/**
 * Fehler-Meldungern
 */

#system-message{
	border-top:2px solid #5e0000;
	border-bottom:2px solid #5e0000;
	background-color:#ffe6e6;
	color:#5e0000;
	padding:5px;
	margin-bottom:20px;
}

#system-message dt{
	font-weight:bold;
}