html {
	height: 101%;
	}

body {
	/* background: #FFF url(../images/hgrund_header.gif) top center no-repeat; */
	font-family: helvetica, helvetica neue, arial, sans-serif;
	font-size: 11px;
	margin:0px 0px 0px 0px;
    padding:0px;
    text-align: center;	
    } 

#container_aussen{
	background: transparent url(../images/hgrund_header.gif) top center no-repeat;
	text-align:left; 
	margin: 0 auto;	
	width: 1024px;
	height: auto;
	}
	
#header {
	text-align:left; 
	width: 1024px;
	height: 300px;
	/* border: 1px solid #0f0; */
	}

#nav_header {
	/* background: #f00; */
	width: auto;
	margin: 215px 0px 0px 505px;
	text-align: left;
	color: #F60;
	font-weight: bold;
	font-family: helvetica, helvetica neue, arial, sans-serif;
	font-size: 11px;
	}
		
#container {
	width: 1200px;
	height: auto;
	text-align:left; 
	margin: 0 auto;	
	line-height: 16px;
	color: #555;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	background: transparent url(../images/hgrund_footer.gif) bottom center no-repeat;
	}
	
	#container_innen {
		width: 1000px;
		height: auto;	
		background: transparent url(../images/hgrund_linie_lang.gif) no-repeat;
		text-align:left; 
		margin-left: -10px;
		margin-top: 10px;
		/* background: #F00; */
		}


/* ***** KLASSEN FÜR TEXTFORMATE ***** */
h1 {
	font-family: helvetica, helvetica neue, arial, sans-serif;
	font-size: 13px;
	color: #F60;
	}

#nav_links {
	/* background: #0F0; */	
	width: 120px;
	font-family: helvetica, helvetica neue, arial, sans-serif;
	font-size: 11px;
	color: #F60;
	font-weight: bold;
	float: left;
	height: 300px;
	margin-left: 18px;
	margin-right: 80px;
	}


#inhalte {
	background: #00F;
	width: auto;
	float: left;
	}


table.zweispaltig {
	width:650px;
	text-align: left;
	/* background: #f00; */

	}
	
table.zweispaltig td.links{
	width:220px;
	text-align: left;
	vertical-align: top;
	}


table.zweispaltig td.rechts{
	width:430px;
	text-align: left;
	vertical-align: top;
	}
	
	
	td.rechts p {
		margin: 0px 0px 0px 0px;
		/* background: #f00; */
		color: #555;
		line-height: 16px;
		}

	
a.top {
	font-size: 11px;
	font-family: helvetica, helvetica neue, arial, sans-serif;
	font-weight: bold;
	margin: 0px 7px 0px 7px;
	}


.aktiv {
	color: rgb(55,55,55);
	font-weight: bold;
	}

a {
	color: rgb(55,55,55);
	font-family: helvetica, helvetica neue, arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	}

a:hover {
	color: #F60;

}.selected {	color: #F60;