.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
	background-color: #e4e4c9;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#000000;
	padding:0px;
	margin:0px;
}
a {color: #003366;}
a:visited {color:#330066;}
a:hover {color: #cc6600;}
a:active { color:#000000;}

h1 {
color:#FFFFFF;
font: 24px Palatino, "Times New Roman", Times, serif;
background-color: #cc6600;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 15px;
margin:15px, 5px }

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

h3 {
font-size:12px;
font-weight: bold;
padding: 5px 10px;
margin:0px;}


img.download {vertical-align:middle;}


input{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
}

.fam-form{
font-size:10px;
font-weight:normal;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.fam-form input textfield select {
font-size:12px;
font-weight:normal;
}

.hit {
	font-size:12px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
}

.hit a {
	font-weight:bold;
	color:#330099;
	text-decoration:underline;
}
.hit a:hover {
	font-weight:bold;
	color:#FF6600;
	text-decoration:none;
}


/* ----------container zentriert das layout-------------- */
#container {
width: 800px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #ffcc00;
}

/* ----------banner for logo-------------- */
#banner {
background-color: #330066;
text-align: right;
padding: 0px;
margin: 0px;
}
#banner img {padding:10px 0px;} 

/* -----------------Inhalt--------------------- */
#content {
	background-color: #FFFFFF;
	padding: 0px;
	margin-left: 200px;
	margin-right: 0px;
	min-height:600px;
	border-left:1px solid #564b47;
	border-bottom:1px solid #564b47;
	border-right:1px solid #564b47;
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

#content p {margin-right: 25px;
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navigavtion------------- */
#left {
float: left;
width: 200px;
margin: 0px;
padding: 0px;
font-weight:bold;
}

#left h3{
	padding: 10px 0px 2px 10px;
}

#left a:link{
	padding: 4px 0px;
	border-bottom: 2px solid #330066;
	width: auto;
	text-decoration: none;
	display: block;
}

#left a:visited{
	border-bottom: 2px solid #330066;
	width: 140px;
	padding: 4px 0px;
	text-decoration: none;
	display: block;
}

#left a:hover{
	border-bottom: 2px solid #330066;
	width: 140px;
	background-color: #ffffff;
	padding: 4px 0px ;
	text-decoration: none;
	display: block;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: right; }
