body {
	background-color: #FFFFFF;
	color: #325194;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

td {
	font-size: 12px; 
}

h1 {
	color: #FE0000;
	font-size: 16px; 
	line-height: 20px; 
}

h2 {
	color: #FE0000;
	font-size: 14px; 
	line-height: 18px; 
}

h3 {
	color: #FE0000;
	font-size: 13px; 
	line-height: 17px; 
}

A, A:LINK, A:VISITED, A:ACTIVE {
	text-decoration : none;
}

A:HOVER {
	text-decoration: underline;
}

#homepage {
	position: relative;
	margin-left: 0px;
	margin-top: 0px;
	width: 100%;
	min-width: 1000px;
	border: none;
}

/* ################### HEADER ################### */

#header {
	position: relative;
	margin-left: 0px;
	margin-top: 0px;
	width: 100%;
	height: 85px;
	border: none;
	background-color: #5675B6;
	color: FFFFFF;
}

#pagelogo {
	z-index: 7;
	position: absolute;
	left: 10px;
	top: 25px;
	font-size: 16px; 
	line-height: 22px; 
	font-weight: bold;	
	width: 400px;
	height: 100px;
	border: none;
	background-color: Transparent;
	color: FFFFFF;
}

#top_images {
	z-index: 6;
	position: absolute;
	right: 5px;
	top: 25px;
	width: 630px;
	height: 130px;
	border: none;
}

#top_images img {
	border: 2px solid White;
	margin-left: 3px;
	margin-right: 3px;
}

/* ######## INHALTSELEMENTE ######## */


#seiteninhalt {
	position: relative;
	margin-left: 0px;
	margin-top: 0px;
	width: 100%;
}

/*
#content {
	z-index: 4;
	position: relative; 
	float: left;	
	padding-top: 90px;
	width: auto;
	background-color : Transparent;
	display: block;
}

#inhalt {
	position: relative;
	margin: 0 200px;
	padding-top: 5px;
	padding-bottom: 30px;
	width: auto;
	background-color: Transparent;
}

#navigation {
	float:left;margin-left:-100%;
	float:left;
	margin-left: 0px;
}


#tipps {
	float:left;width:200px;margin-left:-200px;
	float: right;
	margin-right: 0px;
}
*/
#content {
	z-index: 4;
	position: relative;
	margin-top: 90px;
	float:left;
	width:100%;
}

#inhalt {
	position: relative;
	width: auto;
	margin: 0 210px 0 160px;
/*	border: 3px solid Blue;*/
}

div#navigation{
	position: relative;
	z-index: 6;
	float:left;
	margin-left:-100%;
	margin-top: 80px;
	width: 140px;
	border: none;
	background-color: Transparent;
}

div#tipps {
	position: relative;
	z-index: 6;
	float:left;
	width:200px;
	margin-left:-201px;
	margin-top: 90px;
	margin-bottom: 20px;
	font-size: 11px;
	line-height: 13px;
	border-bottom: 1px solid #6479A8;
	border-left: 1px solid #6479A8;
}

#clearer {
	position: relative;
	width: 100%;
	clear:both;
}

#footer {
	position: relative;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	width: 100%;
	height: 100px;
	border: none;
	background-color: #5675B6;
	color: FFFFFF;
}
/* ################### NAVIGATION ################### */



#navi {
	font-size: 12px;
	line-height: 16px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #5675B6;
	font-weight: bold;
}

#navi ul {
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #5675B6;
}

#navi ul li {
	background-image: url(grafiken/navi-background.gif);
	background-position: right;
	background-repeat: repeat-y;
	margin-left: 0px;
	padding-left: 0px;
	border-bottom: 2px solid White;
	border-top: 2px solid White;
	border-right: 1px solid White;
	
	margin-top: 4px;
	margin-bottom: 4px;
	list-style-type: none;
}

#navi ul li.NaviHauptPunktActive {
	background-image: url(grafiken/navi-background-active.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#navi ul li.NaviPunktActive {
	background-image: url(grafiken/unternavi-background-active.gif);
	background-position: right;
	background-repeat: repeat-y;
	padding-left: 25px;
}
   
      
#navi a {
	color: #5675B6;
	padding-left: 10px;
}

#navi a.unternavi  {
	color: #5675B6;
	padding-left: 30px;
}

#navi a.Navi1Logout  {
	color: #FE0000;
}

#navi a.Navi2  {
	color: #5675B6;
	padding-left: 0px;
}

#navi li.Navi2  {
/*	color: #5675B6;*/
	padding-left: 25px;
}


#navi a:HOVER {
	color: #FE0000;
	text-decoration: none;
}

.navipunkt {
	margin-left: 30px;
	line-height: 30px;
}



/* ################### CONTENT ################### */



#spalteleft {
/*	border: 1px solid #000000; */
  	width: 49%;
	float: left;
}

#spalteright {
/*	border: 1px solid #000000; */
  	width: 49%;
	float: right;
}


#fuss {
	width: 100%;
	clear: both;
}

/* ################### MARGINALIE ################### */



div.infobox {
	margin-left: 5px;
	margin-bottom: 10px;
	width: 195px;
}

h1.info {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top: 0px;
	font-size: 13px; 
   line-height: 15px;
	background-color: #BAC8E2;
	color: #325194;
}

.infobox h1 {
	color: #325194;
	font-size: 13px; 
   line-height: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.infobox p {
	font-size: 11px; 
   line-height: 13px;
}

.infobox img {
  vertical-align: middle;
}

/* ################### FOOTER ################### */





#servicemenu {
	position: absolute;
	left: 10px;
	top: 10px;
	font-size: 12px;
	color: FFFFFF;
	background-color: Transparent;
}

#servicemenu a {
	color: FFFFFF;
}







#inhalt textarea {
	font-size: 11px;
    width: 400;
    height: 55;
	vertical-align: middle;
}

#inhalt .videoembad {
	font-size: 11px;
    width: 350;
	border: 1px solid #818181;
}

#inhalt form {
   	padding-top: 0px;
   	margin-top: 0px;
}

.hidelist {
	display: none;
}

.showlist {
	display: block;
}


/*
div.Navi1 {
    color: #000000;
    font-weight: bold;
	font-size: 30px;
    line-height: 30px;
	height: 30px;
    width: 196px;
    vertical-align: middle;
}

a.Navi1, a:link.Navi1, a:visited.Navi1 {
    color: #000000;
    font-weight: bold;
	font-size: 30px;
    line-height: 30px;
	height: 30px;
    width: 196px;
    text-decoration: none;
}
a:hover.Navi1, a:active.Navi1 {
    color: #000000;
    font-weight: bold;
	font-size: 30px;
    line-height: 30px;
	height: 30px;
    width: 196px;
    text-decoration: none;
	background-image: url(grafiken/navi-over.gif);
	background-repeat: no-repeat;
}

a.Navi1Active, a:link.Navi1Active, a:visited.Navi1Active, a:hover.Navi1Active, a:active.Navi1Active {
    color: #000000;
    font-weight: bold;
	font-size: 30px;
    line-height: 30px;
	height: 30px;
    width: 196px;
    text-decoration: none;
	background-image: url(grafiken/navi-over.gif);
	background-repeat: no-repeat;
}

div.Navi2 {
    color: #7BB83E   ;
    font-weight: bold;
	font-size: 12px;
    line-height: 18px;
    width: 196px;
    height: 23px;
    vertical-align: middle;
}

a.Navi2, a:link.Navi2, a:visited.Navi2 {
    color: #000000;
    font-weight: bold;
	font-size: 12px;
    line-height: 18px;
	height: 23px;
    width: 196px;
    text-decoration: none;
}
a:hover.Navi2, a:active.Navi2 {
    color: #000000;
    font-weight: bold;
	font-size: 12px;
    line-height: 18px;
	height: 23px;
    width: 196px;
    text-decoration: none;
}
*/





