html, body {
	background-color: #fff; 
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 101%;
	}

p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.70em;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.3em;
	}

h1 {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	margin-left: 10px;
	margin-top: 10px;
	color: #666;
	}

h2 {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: -5px 0px 10px 10px;
	color: #999;
	}	

.ml20 {margin-left: 20px;}
	
/*------------------------------------------------------------------/
/ Allgemeine Links                                                  /
/------------------------------------------------------------------*/

a:link,
a:visited { 
	color: #2E3191; 
	text-decoration: none; 
	font-weight: normal;
	}

a:hover {
	text-decoration: underline;
	}
	
/*------------------------------------------------------------------/
/ Header                                                            /
/------------------------------------------------------------------*/	

.header {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #fff;
	}
	
.topnav {
	margin: 0px;
	padding: 0px;
	height: 23px;
	background: #2E3191;
        border-top:1px solid #ABADD3;
        border-bottom:1px solid #ABADD3;
	}
	
.subnav {
	margin: 0px;
	padding: 0px;
	height: 20px;
	background: #333;
	}
	
/*------------------------------------------------------------------/
/ Content                                                           /
/------------------------------------------------------------------*/	

.content {
	width: 760px;
	margin: 0px;
	padding: 10px 0px 10px 0px;;
	border: 0px solid #ccc;
	}

.text {
	width: 600px;
	border: 0px solid #ccc;
	}
	
.text li {
	margin-left: 30px;
	line-height: 1.5em;
	list-style-type: square;
	font-size: 0.70em;
	}	

/* Bilder floaten --------------------------------------*/

.floatr {float: right; padding: 0px 10px 0px 10px;}
.floatl {float: left; padding: 0px 10px 0px 0px;}

/* Tabelle formatieren ----------------------------------*/

.table {
	margin: 0px 0px 0px 10px;
	font-size: 0.65em;
	}
	
.table td {
	padding: 5px;
	background: #e9e9e9;
	}	
	
/*------------------------------------------------------------------/
/ Footer                                                            /
/------------------------------------------------------------------*/	
		
.footer {
	width: 770px;
	height: 30px;
	border: 0px solid #fc0;
	}
	
.footer p {
	padding-top: 5px;
	color: #fff;
	}			
		
.footer2 {
	margin-left: 10px;
	width: 760px;
	border-top: 1px solid #e5e5e5;
	}

.footer2 a {
	color: #999;
	}
	
.footer2 p {
	margin: 0px;
	padding-top: 3px;
	color: #999;
	}		

		
/*----------------------------------------------------------------*/
/* Navigation oben                                                */
/*----------------------------------------------------------------*/


ul.oben {
	margin: 0px;
	padding: 5px 0px 2px 0px;
	text-align: left;
	font-size: 0.70em;
	letter-spacing: 0.05em;
	}	


.norm {
	display: inline;
	margin-left: -1px;
	padding: 3px 10px 2px 10px;
	border-left: 1px solid #999;
	}	

.normsel {
	display: inline;
	margin-left: -1px;
	padding: 3px 10px 2px 10px;
	border-left: 1px solid #999;
	}

.normsel a:link, .normsel a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}
	
.normsel a:hover, .normsel a:active {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}
		
.norm a:link, .norm a:visited {
	color: #ccc;
	text-decoration: none;
	font-weight: bold;
	}

.norm a:hover, .norm a:active {
	color: #fff;
	text-decoration: none;
	}

/* SubNav --------------------------------------*/

ul.sub {
	margin: 0px;
	padding: 3px 0px 2px 0px;
	text-align: left;
	font-size: 0.65em;
	letter-spacing: 0.05em;
	}	

li.subnorm {
	display: inline;
	margin-left: -1px;
	padding: 3px 8px 2px 10px;
	border-left: 1px solid #666;
	}	

li.subnormsel {
	display: inline;
	margin-left: -1px;
	padding: 3px 8px 4px 10px;
	border-left: 1px solid #666;
	}
	
ul.sub li.subnormsel a {
	font-weight: bold;
	}

ul.sub li a:link, ul.sub li a:visited {
	color: #fff;
	margin-left: -1px;
	text-decoration: none;
	}

ul.sub li a:hover {
	color: #ccc;
	margin-left: -1px;
	text-decoration: none;
	}

ul.sub li a:active {
	color: #f00;
	margin-left: -1px;
	text-decoration: none;
	}
	
	
/* Float aufheben --------------------------------*/

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:0px none;
	margin:0; padding:0;
	background:transparent;
	}	
	

.image {
	margin-top: 20px;
	margin-left: 10px;
	width: 740px;
	height:	270px;
	border: 0px solid #fc0;
	}
