p { margin: 0;}
img {border: none;}

body{
    	margin: 0;
    	padding: 0;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	line-height:1.5em;
	text-align:left;		
}

/* --------------------------------------------------- */

#rahmen{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 100%;
	border-width:0px;
	margin-top: 0px;
	padding: 0px;
	border: 0px;
}

#header{
 	height: 130px;
	width: 900px;
	padding: 0px;
	margin: 0px;
}
#headernavi{
	height: 25px;
	background-color: #C0CFE6;
	text-align:left;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	width: 900px;
}

#navi{
	padding-left: 175px;
}

#mainleft{
	position:relative;   
	float: left;
	text-align: left;
 	width: 160px;
 	padding-top: 25px;
}

#content{  
	position:relative; 
	width: 500px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 25px;
	float:left;
	text-align: left;
}


#mainright{
	float:right;
	position:relative;
	width:180px;
	padding-top: 25px;
	
}

#footer{
	float:left;
 	height: 20px;
	width: 900px;
	padding-top: 25px;
	padding-bottom: 20px;
	margin: 0px;
}

#right {
	margin-bottom: 0px;
	color: #000000;
	background-color: #EEEEEE;
}
#right a:link, #right a:visited, #right a:active { 
	
	color : #2E5DAD; 
	text-decoration: none;
}
#right a:hover { 
	
	color : #000000; 
	text-decoration: none;
}

/* --------------------------------------------------- */

.bodytext {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:85%;
	line-height:1.5em;
	text-align:left;
	color: #000000; 
}

.bodytext a:link, #right a:visited, #right a:active { 
	
	color: #2E5DAD; 
	text-decoration: none;
}
.bodytext a:hover { 
	
	color: #2E5DAD; 
	text-decoration: underline;
}

h1, h2, h3 {color: #2E5DAD;}

h1 {line-height:1.5em; font-size: 100%}
h2 {font-size: 1em}


h1 {margin: 0.5em 0 0 0; padding-top: 0; }
h2 {margin: 0 0 0.5em 0; padding:0; }

.footer {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:75%;
	line-height:1.4em;
	text-align:center;
	color: #515054; 
}

/* --------------- HAUPTNAV normal--------------------- */
a.topnav:link  {
        color: #2E5DAD; 
	font-size : 12px;
	line-height : 25px; 
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.topnav:visited { 
        color: #2E5DAD; 
	font-size : 12px;
	line-height : 25px; 
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.topnav:hover { 
        color: #000000; 
	font-size : 12px; 
	line-height : 25px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.topnav:active { 
        color: #2E5DAD; 
	font-size : 12px;
	line-height : 25px; 
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/* --------------- HAUPTNAV CUR--------------------- */
a.topnavcur:link  {
        color: #000000; 
	font-size : 12px;
	line-height : 25px; 
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.topnavcur:visited { 
        color: #000000; 
	font-size : 12px;
	line-height : 25px;  
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.topnavcur:hover { 
        color: #2E5DAD; 
	font-size : 12px;
	line-height : 25px; 
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.topnavcur:active { 
        color: #000000; 
	font-size : 12px;
	line-height : 25px; 
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
}
/*--------------------------------------------------------------- */

.formular{ 
	background-color: #EEEEEE;
    	border: 1px solid #2E5DAD;
}

input{ 
	background-color: #EEEEEE;
    	border: 1px solid #2E5DAD;
}

input:focus {
	background-color: #FFFFFF;
	border-color : #1F3F75;
} 