#rahmen {
	margin:auto;
	top:25px;
	width:960px;
		z-index:1;
		background-color:#FFF;
}
body {
	background-color: #578A21;
}
#frau {
	position:relative;
	left:0px;
	top:0px;
	width:960px;
	height:453px;
	z-index:2;
}
#siegel {
	position:relative;
	right:-810px;
	bottom:150px;
	width:150px;
	height:150px;
	z-index:3;
}
#content {
	position:relative;
	left:360px;
	top:-600px;
	width:442px;
	height:453px;
	z-index:4;
}
body,td,th {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 14px;

}

.zwoelf {
	font-size: 12px;
}

li {
	padding-bottom:6px;
	vertical-align:top;
	valign:top;

}
#laufzeile {
	position:relative;
		left:20px;
	top:-480px;
	width:960px;
	height:21px;
	z-index:5;
}
a:link {
	color: #578A21;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #578A21;
}
a:hover {
	text-decoration: underline;
	color: #E2020E;
}
a:active {
	text-decoration: none;
	color: #578A21;
}
#interContainer{
     position: absolute;
     width: 450px; 
     left: 300px;
     top: 20px;
     padding: 5px;
     padding-top: 0;
     background-color: #578a21;
     border: 1px solid black;
     visibility: hidden;
     z-index: 6;
	 text-align:center;
}


#interVeil{  
     position: absolute;
     right: 0;
     top: 0;
     z-index: 5;
     visibility: hidden;
     filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
     opacity: 0.8;
     background-color: #427581;
}