/*--------------------------------------------------------------------------------------
 	 viwedis (c) 2009
--------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------
	allgemeine Einstellugen
--------------------------------------------------------------------------------------*/

	* { margin:0; padding:0; } 

	body {

		font-family: "Arial Narrow", sans-serif;
		font-size: 14px;
		text-align: center;
		color: #4d5c64;
		background-color: #2a3960;
		line-height: 1.3;
	}

	img { border: 0px; } 
	
	A:focus { outline: 0px; } 
	
	a:link, a:active, a:visited {
		color: #4d5c64; text-decoration: none;
	}
	a:hover { text-decoration: underline; }
	H1 { color: #2a3960; font-size: 18px; }
	H2 { color: #5ea3cc; font-size: 14px; }
	P { padding-bottom: 12px; }
/*--------------------------------------------------------------------------------------
	Gesamter Seitenaufbau
--------------------------------------------------------------------------------------*/

	#page_container {
	
		width: 900px;
		margin: 0px auto;
		text-align:left;
		background-color: #FFF;
		margin-top: 50px;
		
	}
	#outer{
	 	margin-left: 259px;
		border-left: dotted 1px #2a3960;
		height: 500px;
		padding-left: 15px;
	} 

	#inner{
		
		width:100%;
	} /* die IE PC schlaufe */ 
	
	#left {
		
		width:276px; 
 		float:left; 
 		position:relative; 
 		margin-left:-276px; 
	}
	#content{ 
		
		position: relative;
		height: 500px;
	}
	
	#footer {
		
		clear: both;
		text-align: right;
		background-color: #2a3960;
		padding: 12px 0px;
		color: #5ea3cc;		
	}

/*--------------------------------------------------------------------------------------
	Navigation
--------------------------------------------------------------------------------------*/

	#navigation_box {
	
		margin-left: 50px;
		margin-top: 24px;
		height: 322px;
		line-height: 1.6;

	}
	#navigation_box UL LI {
		
		list-style-type: none;
	}
	
	
	#navigation_box UL LI.navmainStandardLevel_1 A:link,
	#navigation_box UL LI.navmainStandardLevel_1 A:visited {
		
		display: block;
		color: #4d5c64;
		text-decoration: none;		
	}
	#navigation_box UL LI.navmainStandardLevel_1 A:hover,
	#navigation_box UL LI.navmainStandardLevel_1 A:active,
	#navigation_box UL LI.navmainStandardLevel_1.active A {
	
		color: #5ea3cc;
	}
	#navigation_box UL LI.navmainStandardLevel_2 A:link,
	#navigation_box UL LI.navmainStandardLevel_2 A:visited {
		
		display: block;
		color: #4d5c64;
		text-decoration: none;
		margin-left: 16px;
	}
	#navigation_box UL LI.navmainStandardLevel_2 A:hover,
	#navigation_box UL LI.navmainStandardLevel_2 A:active,
	#navigation_box UL LI.navmainStandardLevel_2.active A {

		color: #5ea3cc;
	}
		
	#footer A,
	#footer A:Link,
	#footer A:Active,
	#footer A:visited {
		color: #5ea3cc;
		text-decoration: none;
	}
	#footer A:hover {
		text-decoration: underline;
	}

/*--------------------------------------------------------------------------------------
	Content Styles
--------------------------------------------------------------------------------------*/
	
	#content_footer {
		position: absolute;
		height: 44px;
		width: 610px;
		left: 0px;
		top: 456px;
		border-top: 1px dotted #fff;
		z-index: 10000;
	}
	#content_footer span {
		display: block;
		padding-top: 10px;
		padding-left: 30px;
		color: #5ea3cc;
	}
	#content_bildleiste {
		height: 166px;
	}
	#content_headlines {
		
		margin-top:	26px;
		margin-right: 15px;
		padding-left: 35px;
		height: 92px;
	}
	#content_headlines_download {
		
		margin-top:	66px;
		margin-right: 15px;
		padding-left: 35px;
		height: 42px;
		border-bottom: dotted 1px #2a3960;
	}
	#content_headline_third {
		padding-top: 20px;
		height: 28px;
		margin-right: 15px;
		padding-left: 35px;
		border-bottom: dotted 1px #2a3960;
	
	}
	#content_text {
		padding: 24px 30px 15px 35px
	}
	#content_text UL {
		display: block;
		color: #5ea3cc;
		padding-left: 14px;
		padding-bottom: 12px;
	}
	#content_main_bild {
		height: 365px;
		padding-bottom: 15px;
	}
	#content_description {
		padding-top: 15px;
		margin-right: 15px;
		border-top: dotted 1px #2a3960;
		padding-left: 35px;
	}
	#content_ausstellung {
		position: absolute;
		width: 575px;
		left: 0px;
		top: 266px;
		border-top: 1px dotted #fff;
		z-index: 10000;
		padding-left: 35px;
		padding-top: 8px;
	}
	#content_ausstellung P { color: #FFF; }
	
/*--------------------------------------------------------------------------------------
	Sonstiges
--------------------------------------------------------------------------------------*/
	
	#logo {
		
		margin: 0px 35px 10px 15px;
		border-bottom: dotted 1px #2a3960;
		padding-left: 30px;
	}
	#telnr {
	
		margin-left: 50px;
		margin-right: 60px;

	}
	
