body {	
	font-family:arial, helvetica, sans-serif;
	font-size:12pt;
	font-weight:300;
	color: #2D73B9;
	margin: 20px;
}

.small {
	font-size:9pt;
}

a {	
	color: ##9900CC;	
	text-decoration:none;	
}


a:hover {        	
	color:green; 
}

a:visited {        	
	color: #9900CC;	
}

h1 {	
	font-family:arial, helvetica, sans-serif;
	font-size:14pt;	
}

h2 {	font-family:arial, helvetica, sans-serif;
	font-size:12pt;	
	margin:18px 0px 3px 0px;	
}

h3 {	
	font-size:11pt;
	font-family:arial, helvetica, sans-serif;
}

TD {	
	color: #2D73B9;
	font-family:arial, helvetica, sans-serif;
	font-size:12pt;
	font-weight:300;
}


#maincontainer{	
	background: #FFFFFF;
	border: 1px ridge silver;
	width: 940px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	padding: 0 0 0 0;
}

#topsection{
	background: #FFFFFF;
	float: left;
	height: 150px; /*Height of top section*/
	width: 100%; /*Firefox*/
	padding: 0 0 0 0; 
}

#topsection h1{
	margin-top: 18px;
	margin-left: 20px;
}

#contentwrapper{
	float: left;
	width: 100%;
	padding: 0 0 0 0;
}

#contentcolumn{
	background: #ffffff;
	text-decoration: none;
	text-align: left;
	margin-left: 205px; /*Set left margin to LeftColumnWidth*/
	margin-right: 0px; 
	margin-top: 0px; 
	padding: 0 30 10 40;
}

#leftcolumn{
	background: #ffffff;
	/* background-image:url(links.jpg); */
	float: left;
	width: 205px; /*Width of left column*/
	padding: 1 0 0 20;
	margin-top: 0px; 
	margin-left: -940px; /*Set left margin to -(MainContainerWidth)*/
}

#footer{
	background: #2D73B9;
	clear: left;
	width: 100%;
	height: 25px;
	color: #FFF;
	text-align: left;
	background-image: url(bg2.gif);
	background-repeat:repeat-x;
}

#footer p{
	padding: 3px 10;
}

#footer a{
	color: #FFFF80;
}

.innertube{
	margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

.arrowlistmenu{
	width: 190px; /*width of menu*/
}

.arrowlistmenu .headerbar{
	font: bold 15px Arial;	
	color: #2D73B9;
	margin-bottom: 2px; /*bottom spacing between header and rest of content*/
	#text-transform: uppercase;
	text-align: left;
	padding: 0px 0px 0px 0px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
	font: 15px Arial;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #2D73B9;
	font: 13px Arial;
	/* background: url(arrowbullet0.gif) no-repeat left; */
	display: block;
	padding: 1px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
}

.arrowlistmenu ul li a:visited{
	color: #2D73B9;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #A70303;
	background: url(arrowbullet0.gif) no-repeat left;
	background-color: #d8d8d8;
}

/* Menue not active */
.index0 {
	background: url(arrowbullet0.gif) no-repeat left; 
}

/* Menue active */
.index1 {
	background: url(arrowbullet1.gif) no-repeat left; 
}




/* ############ CSS fuer Formular #################### */

.tb {
background-color: #e9e9e9;
}

.ttop {
background-color: #f9f9f9;
font-family: Verdana, Arial;
font-size: 11px;
color: #2D73B9;
padding: 3px;
}

.tc {
background-color: #ffffff;
font-family: Verdana, Arial;
font-size: 11px;
color: #2D73B9;
padding: 3px;
}


input.mb {
font-family: Verdana, Arial;
font-size: 11px;
color: #000000;
background-color:#dbdde1;
border: 1px solid #2D73B9;
}
textarea.mb {
font-family: Verdana, Arial;
font-size: 11px;
color: #000000;
background-color: #dbdde1;
border: 1px solid #2D73B9;
}

select.mb {
font-family: Verdana, Arial;
font-size: 11px;
color: #000000;
background-color:#dbdde1;
border: 1px solid #2D73B9;
}

.los {
font-size: 11px;
font-weight: bold;
color: #000000;
background: #c0cbd3;
border: 1px solid #2D73B9;
}
form { display: inline; }

</style>
