@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	
	background-color: #D8D8D8;
	background-image: url(../required/zink_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat; 
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	
	color: #333333;
}
img { behavior: url("css/pngbehavior.htc"); }
.ang_zelle{
	padding: 10px;
}

#wrapper{
	width: 813px;
	position: absolute;
	top: 0px;
	left: 75px;
}

#sidebar{
	width: 220px;
	position: absolute;
	top: 0px;
	left: 893px;
	background-color: #dfe0e0;
}

#kopf{
	width: 813px;
	height: 350px;
	
}

#logo{
	width: 185px;
	height: 290px;
	float: left;
}

#toplink {
	width: 230px;
/*	height: 20px;
	margin: 3px;*/
	float: right;
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	color: #113791;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 6px;
}

#toplink a:link {
	color: #113791;
	text-decoration: none;
}
#toplink a:visited {
	text-decoration: none;
	color: #113791;
}
#toplink a:hover {
	text-decoration: none;
	color: #333333;
}
#toplink a:active {
	text-decoration: none;
	color: #113791;
}

#inhalt{
	width: 813px;
	background-color: #dfe0e0;
	margin-top:3px;
}

#navi{
	position: relative;
	bottom: 0px;
}

#infobase{
	width: 813px;
	background-color: #dfe0e0;
	margin-top:3px;
}


#text_inh {
	width: 448px;
	margin: 10px;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	background-color:#FFFFFF;
}

#text_inh a:link {
	color: #113791;
	text-decoration: none;
}
#text_inh a:visited {
	text-decoration: none;
	color: #113791;
}
#text_inh a:hover {
	text-decoration: none;
	color: #333333;
}
#text_inh a:active {
	text-decoration: none;
	color: #113791;
}

#pict_inh{
	padding: 0px;
	text-align: center;
}

#logofoot{
	width: 813px;
	margin-top: 3px;
	margin-bottom: 50px;
	overflow: hidden;
	text-align: right;
	background-color: #d8d8d8;
}

input{
	width: 200px;
	border: #cccccc 1px solid;
}

.nachricht{
	width: 200px;
	height: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}