
/* Die gesamte Fläche nur damit der Hintergrund farbig ist */
body {
	width:99%;
	height:95%;
	position:absolute;
	/*text-align: center;*/
	background:#ffffff;
	overflow-x:hidden;
}


/* Der Bereich in dem die "Inhalte" stehen */
.MainPage {
		width:1000px;    	
	height:600px;
	text-align:left;
	background:#ffffff;
	overflow:hidden;
	border-right-width:5px;
	border-right-style:solid;
	border-bottom-width:5px;
	border-bottom-style:solid;
	border-color:#213478;
	margin-right: auto;
	margin-left: auto;
}

.Oben{
	top:0px;
	left:0px;
	width:1000px;
	height:200px;
	position:relative;
}

	.ObenLinks{
		top:0px;
		left:0px;
		width:700px;
		height:200px;
		position:relative;
	}

		.ObenLinksOben{
			top:0px;
			left:0px;
			width:700px;
			height:111px;
			position:relative;
			background:#213478;
		}
		
		.ObenLinksUnten{
			top:0px;
			left:0px;
			width:700px;
			height:85px;
			position:relative;
		}
		
			.ObenLinksUntenLinks{
				top:0px;
				left:0px;
				width:200px;
				height:85px;
				background:#213478;
				position:relative;
			}
			
			.ObenLinksUntenMitte{
				top:-85px;
				left:200px;
				width:85px;
				height:85px;
				position:relative;
				}
			
			.ObenLinksUntenRechts{
				top:-150px;
				left:75px;
				width:415px;
				height:85px;
				position:relative;
			}


	.ObenRechts{
		top:-200px;    
		left:678px;
		width:300px;
		height:185px;
		position:relative;
	}

.Unten{
		top:0px;    
	left:0px;
	width:1000px;
	height:415px;
	position:relative;

}

	.UntenLinks{
		top:0px;
		left:0px;
		width:200px;
height:405px;		position:relative;
			background-color:#213478;
	}

	.UntenRechts{
		left:200px;width:800px;height:407px;    
		top:-415px;

		overflow:auto;
		position:relative;
	}


.Banner {
	top:10px;
	left:10px;
	position:relative;
	background:#213478;
}

	
.round {
}

	
.werbung a {
	color:#FFFFFF;
	text-decoration:none;
}
	
.werbung {
	color:#FFFFFF;
	position:relative;
	top:0px;
	width:100px;
	left:10px;
	font-size:10pt;
	z-index:99;
}
	
/* Dieser Container wird in der standard.tpl
für die Menüdarstellung angewandt*/
.Menu_container {
	background-color:#213478;
	display:block;
	width:200px;
	height:405px;
	top: -20px;
	left: 0px;

	position:relative;
}

.menu_tpl {
  z-index:5;
  left:20px;
	top:-10px;
	margin-top:0px;
  height:25px;
  width:160px;
  position:relative;
	background:#213478;
	text-decoration:none;
}

/* css für inaktive Links */
.menu_tpl .unselected a {
	font-family:Times New Roman;
	text-transform:capitalize;
	font-size:13pt;
	line-height:1.4;
	padding-left:5px;
	color:#ffffff;
	background:#213478;
	text-decoration:none;
}

/* css für aktive Links */
.menu_tpl .selected a  {
	font-family:Times New Roman;
	text-transform:capitalize;
	font-size:13pt;
	line-height:1.4;
	padding-left:5px;
	text-decoration:none;
	color:#ffa500;
	background:#213478;
}


.menu2_tpl {
  top:-10px;
  left:30px; 
  height:20px;
  width:160px;
	text-align:left;
	position:relative;
  background:#213478;
}

/* css für aktive Links */
.menu2_tpl .selected a  {
	font-family:Times New Roman;
	font-size:12pt;
	font-style:italic;
	color:#ffa500;
	text-decoration:none;
}

/* css für inaktive Links */
.menu2_tpl .unselected a {
	font-family:Times New Roman;
	font-size:12pt;
	font-style:italic;
	color:#ffffff;
	text-decoration:none;
}


.menu3_tpl {
  top:-10px;
  left:40px; 
  height:20px;
  width:160px;
	text-align:left;
	position:relative;
  background:#213478;
}

/* css für aktive Links */
.menu3_tpl .selected a  {
	font-family:Times New Roman;
	font-size:10pt;
	color:#ffa500;
	text-decoration:none;
}

/* css für inaktive Links */
.menu3_tpl .unselected a {
	font-family:Times New Roman;
	font-size:10pt;
	color:#ffffff;
	text-decoration:none;
}




.search {
	top:450px;
	width:190px;
	position:absolute;
	text-align:right;
	font-family:Times New Roman, sans-serif;
	font-size:7pt;
	font-weight:bold;
}


.selected a {
	color:#FFFFFF;
	text-decoration:none;
}

.selected a:hover {
	color:#E5913B;
	text-decoration:none;
}

.unselected a {
	text-decoration:none;
}

.Menu a {
	color:#FFFFFF;
	text-decoration:none;
}


.Content a {
	color:#000000;
	text-decoration:underline;
}

.sitemap .sublinks {
	left:30px;
	position:relative;
}

.sitemap .line {
	line-height:1.1;
}

.sitemap a {
	color:#FFFFFF;
	text-decoration:none;
}
	
a:hover {
	color:#E5913B;
}

.Content {
	left:22px;
	top: 0px;
		width:725px;    
	position:relative;
	padding-top: 0px;
	padding-left:10px;
	text-align:justify;
	font-family:Times New Roman, sans-serif;
	font-size:11pt;
	line-height:1.2;
	overflow:hidden;
}

.Aktuell {
	left:10px;
	top: 10px;
		width:165px;    
	position:relative;
	text-align:left;
	font-family:Times New Roman, sans-serif;
	font-size:9pt;
	overflow:hidden;
}

.Aktuell a {
	color:#000000;
	text-decoration:none;
}

.Aktuell a:hover {
	color:#E5913B;
	text-decoration:none;
}

.Aktuell .unselected a {
	color:#000000;
	text-decoration:none;
}

.aktuell_titel {
	font-family:Times New Roman, sans-serif;
	font-size:12pt;
	font-weight:bold;
}

.Login {
	left:5px;
	top: 5px;
	width:190px;
	position:relative;
	overflow:hidden;
}

.end {
	background-color:#213478;
	display:block;
	width:200px;

	
			height:17px;  

	top: -20px;
	left: 0px;
	position:relative;
}

/* Das Menu unten */
/* css für inaktive EndLinks */
.Menu_bottom_links .unselected a {
  float: right;
	font-family:Times New Roman;
	font-size:8pt;
	color:#ffffff;
		  

	text-decoration:none;
	font-weight:bold;
	text-align:left;
		background-color:#213478;
}

.Menu_bottom_links .selected a {
  float: right;
	vertical-align:middle;
	font-family:Times New Roman;
	font-size:8pt;
			color:#ffa500;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
}

.ticker {
  width: 693px;
  height: 20px;
  top: 0px;
  left: 30px;
  display:block;
  position:relative;
  text-align:center;
  font-family:monospace;
	font-size:10pt;
}

.ticker a{text-decoration:none;}

/* alles für die simpleGallery */
#scrollbox {
	width:420px; 
height:60px;	overflow:hidden; 
	margin-left:30px;
}

#arrowLeft {
	width:20px;
	top:45px;
	left:10px;
	position:relative;
}

#arrowRight {
	width:20px;
	top:-32px;
	left:460px;
	position:relative;
}

#pad {
	height:10px;
	width:100px; 
	position:relative;
}

#pic {
	top:0px;
	left:40px;
	height:290px;
	width:420px; 
	position:relative;
}


