body
{
	background: url(images/body_bck.jpg) repeat-x;
	padding-top:0px;
	margin-top:0px;
	font-family: Helvetica;
}

#stoerer
{
	position:absolute;
	z-index: 5;
	width:335px;
	height:85px;
	top:140px;
	left:600px;
}

	#stoerer img
	{
		border:none;
	}


#page
{
	margin-top:0px;
	float:left;
	width:878px;
}

#header
{
	width:878px;
	height:249px;
	float:left;
	background-image: url(images/header.jpg);
}

	#meta_nav
	{
		height:30px;
		float:left;
		margin-top:15px;
		margin-left:560px;
		font-size: 12px;
		color:#FFF200;
	}
	
	#meta_nav a
	{
		color:#FFF200;
		text-decoration: none;
	}
	
	#meta_nav a:hover
	{
		text-decoration: underline;
	}

	#title
	{
		float:left;
		height:90px;
		margin-top: 5px;
		margin-left:50px;
	}
	
	#main_title
	{
		color:#0060AE;
		font-size:40px;
		font-weight: bold;
	}
	
	#navigation
	{
		/* background: url(images/nav.png); */
		margin-top:20px;
		width: 573px;
		height: 40px;
		float:left;
		text-align: left;
	}
	
		#navigation ul
		{
			display: inline;
			
		}
		
		#navigation li
		{
			display: inline;
			list-style: none;
			font-size: 19pt;
			color: #FFF100;
			margin-left: 10px;
		}
		
		#navigation a
		{
			text-decoration: none;
			color: #fff100;
		}
		
		#navigation a:hover
		{
			text-decoration: underline;
			color: #fff100;
		}
		

#content
{
	float: left;
	min-height:600px;
	width:514px;
	margin-left:16px;
	padding:0px 20px 0px 20px;
	border-left: 2pt solid #0060AE;
	font-size: 14px;
}

	.h2header a
	{
		text-decoration: none;
		color:#0060AE;
	}
	
	.h2header
	{
		margin-bottom:2px;
		padding-bottom: 2px;
		font-size: 16px;
		font-weight: bold;
	}
	
	.small
	{
		margin-top:0px;
	}
	
	.alignleft
	{
		float:left;
		margin-right:5px;
	}
	
	.post
	{
		border-bottom:2px solid #0060AE;
	}
	
	h2
	{
		color: #0060AE;
		font-size:14px;
	}
	
	#content a
	{
		color: #0060AE;
		text-decoration: none;
	}
	
	#content li
	{
		margin-top:10px;
	}
	
	#content a:hover
	{
		text-decoration: underline;
	}

#sidebar
{
	width:295px;
	margin-left:8px;
	float:left;
	background: url(images/sidebar_block.jpg);
	font-size: 12px;
}

	#sidebar p
	{
		margin-left:5px;
	}

	.sidebar_box
	{
		margin-left:22px;
		margin-bottom: 20px;
	}
	
	.sidebar_box_title
	{
		width: 246px;
		padding: 3px 3px 3px 5px;
		background-color: #0060AE;
		color: #fff600;
		margin-bottom: 5px;
	}

	#sidebar ul
	{
		margin-left:40px;
		padding: 0px 0px 0px 0px;
	}
	
	#sidebar li
	{
		list-style:none;
		margin-left:5px;
	}
	
	#sidebar a
	{
		color: black;
		text-decoration: none;
	}
	
	#sidebar a:hover
	{
		color: black;
		text-decoration: underline;
	}
	
	.calendar_list
	{
		margin-left:0px;
		padding-left:0px;
	}
	
	.calender_li
	{
		margin-left:0px;
		padding-left:0px;
	}
	
	.calendar_ul
	{
		margin-left:0px;
		padding-left:0px;
	}
	
	.upcoming_events
	{
		margin-left:0px;
		padding-left:0px;
	}
		
#footer
{
	width:878px;
	height:200px;
	float:left;
}

.blueFont
{
	color:#0060AE;
}



/* MENUE LIST START */ 
			#navigation_wahl ul {
				font-size: 19pt;
				margin: 0;
				padding: 0;
				list-style: none;
			}
			
			#navigation_wahl ul li {
				position: relative;
				float: left;
				color: #213855;
			}
			
			#navigation_wahl .outerMenu {
				display: inline;
				color: #213855;
			}
			
			#navigation_wahl li ul {
				position: absolute;
				z-index:100;
				top: 16px;
				left:5px;
				display: none;
				width:150px;
			}
			
			#navigation_wahl .innerMenu li a {
				display:block;
				padding-left:5px;
			}
			
			#navigation_wahl .innerMenu {
				/* border:1px solid black; */
				/* background-color: grey; */
				
			}
			
			#navigation_wahl ul li a {
				margin-bottom:0px;
				font-size: 19pt;
				letter-spacing: 0.035em; 
				width:100px;
				text-decoration: none;
				padding: 4px 0px 0px 0px;
				border-bottom: 0;
			}
			
			.innerMenu {
				/* background: url('img/RA_dropdown_back.png'); */
				background: #FFF600;
				color:black;
				width:30px;
				font-size: 12pt;
			}
			
			.innerMenu a {
				color:black;
				font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
				font-weight: normal;
				font-size: 8px;
			}
			
			.innerMenu li a {
				color:black;
				font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
				font-weight: normal;
				font-size: 8px;
			}
			
			.innerMenu a {
				font-size: 8px;
			}
			
			.innerMenu li a:hover {
				color:#e7e7e7;
			}
			
			/* Fix IE. Hide from IE Mac \*/
			* html ul li { float: left; }
			* html ul li a { height: 1%; }
			/* End */
		
			#navigation_wahl ul {
				margin: 0;
				padding: 0;
				list-style: none;
			}
			
			#navigation_wahl li:hover ul, li.over ul { 
				display: block;
			
			}
			
			#theInnerMenu a
			{
				color:#0060AE;
			}
			
			#theInnerMenu a:hover
			{
				color:#0060AE;
			}
			
			
			/* MENUE LIST END */
			
#ebaumann
{
	position: absolute;
	width:289px;
	height:480px;
	top: 200px;
	left: 610px;
	background: url('images/baumann.png') no-repeat;
}