body      {
	font-size: 100.01%;
	font-family: Tahoma, SunSans-Regular;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}
#site { 
	background-color: white; 
	text-align: left; 
	margin: 0px auto; 
	width: 950px 
}
#oben {
	text-align: left;
	height:140px;
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: 380px 0px;
	padding: 0px;
}
h1 {
	color: #00009B;
	float:left;
	margin-top:50px;
	margin-left:10px;
	font-size: 36px;
	text-align: left;
	font-weight: bold;	
}
#obenrechts {
	float: right;
}
#topbanner{
	margin-top:30px;
	margin-right:0px;
	text-align:right;
	height:60px;
	width:300px;
}
#topnav {
	text-align:right;
	margin-top:30px;
	margin-right: 5px;
	margin-bottom: 1px;
	font-size: 0.8em;
	color: #666666;	
}
#topnav a {
	text-decoration:none;
	color: #666666;	
}
#topnav a:hover{
	text-decoration:underline;
	color: #666666;	
}

#navi { 
	background-color: #D9E2F3; 
	padding: 5px 5px 5px 20px; 
	margin-bottom: 15px; 
	margin-top: 0px; 
	clear:both; 
	text-align: left; 
	font-size:0.9em;
	font-weight:bold; 
	font-variant:small-caps;
	color: #00009B; 
}
#navi a  { 
	color: #00009B; 
	text-decoration: none 
}
#navi a:hover  { 
	color: #00009B;
	text-decoration: underline 
}
#links { 
	text-align: left; 
	float: left;  
	width: 130px; 
	min-height:500px;
}
#rechts    { 
	text-align: right; 
	float: right;  
	width: 130px; 
	min-height:500px;
}
#frame  {
	text-align:center
}
#content  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
	width: 600px;
	height:1000px;
	margin-top: 40px;
	margin-right: 14em;
	margin-bottom: 0px;
	margin-left: 12em;
}
#content h3 {
	font-size:12px;
	color:#00009B;
	padding-bottom:0px;
}
content a {
	color:#00009B;
}

.kasten {text-align: left; width: 125px; display:block; border:1px solid #999999; background-color:#FFFFE7; margin-top:12px}
.werbekasten {text-align:center; width: 125px; display:block; border:1px solid #999999; background-color:#FFFFE7; margin-top:12px}
.werbekasten h2, .kasten h2 {color:#00009B; text-align: center; width: 119px; height:20px; display:block; background-color:#D9E2F3; font-size:12px; margin:0px; padding-top:3px; padding-left:3px; padding-right:3px;}
.kasten p {font-size:11px; margin:0px; padding:5px}
.kasten a {color:#00009B;}

/* ########################################################
** ### Formulare ##########################################
** #######################################################*/

input, textarea, select {
	width:auto;
	border: 1px #ccc solid;
	padding: 3px;
	font-size: 0.9em;
	background: #fafafa; 
}
input[type=text]:focus, textarea:focus, select:focus {
	border-color: #666;
	background: #eceff7;
}

/*Button:*/
.submit input, .submit input:focus, input.button {
	/*background: url(../skript/fade-btn.png);*/
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	padding: 0.25em 1em;
	font-size: 0.9em;
	width:auto;
}
.submit input:hover, input.button:hover {background: #f4f4f4;}

.submit input:active,  input.button:active {
	background: #f4f4f4;
	border: 3px double #ccc;
	border-left-color: #999;
	border-top-color: #999;
}

/*Beschriftung*/
.label {
	font-size: 0.9em;
	width:auto;
	text-align: right;
}

/*Zeile über 2 Spalten*/
.forminfo {
font-size: 0.9em;
padding-top:10px;
line-height:1.5em;
}
.forminfo input {
border:0px;
}

