	

	/*	======================================================
		Grundgerüst Stylesheet
		(1) Body
		(2) Schatten
		(3) Layout Gerüst
		(4) Navigations-Elemente
	====================================================	*/
	
	
	
	
	
	/* =====================================================
		 (1) Body 
	====================================================	*/
	body {
		margin:20px;
		background:#E5E5E5;
		color: #333333;
		text-align:center;
		padding:0;
		}

	
	
/* =====================================================
		 (2) Schatten
	====================================================	*/
	
	/* Schatten rechts */
	#shadow { 									
		width:912px;
		margin:auto;
		padding-left:0px;
		text-align:left;
		background-image:url(shadow.gif);
		background-position: right top;
		}

	/* Schatten unten */
	#shadow_bottom {
		height:15px;
 		width:912px;
		margin:auto;
		padding:0px;
		background-image:url(shadow.gif);
		background-repeat:repeat-x;
		background-repeat:repeat-y;
		background-position: right bottom;
		text-align:left;
		}

		
/* =====================================================
		 (3) Layout-Gerüst 
	====================================================	*/

	/* Container für den gesamten Inhalt */
	#wrapper {
		text-align:left;
		width:905px;
		margin:auto;
		}

	/* Head-Bereich */
	#header {
		width:900px;
		height:150px;
		background: #FFFFFF;
		color: #333333;
		}
	
	/* Navigations-Leiste */
	#navigation {
		height:25px;
		}
	
	/* Container für die 1 und 2 Spalte des Inhalts */
	#content {
		position:relative;
		background: #FFFFFF;
		color: #333333;
		width:900px;
		padding:0;
		min-height:424px;
		}
	
	/* 1 Spalte (links) */
	#column_1 {									
		float:left;
		color: #333333;
		width:255px;
		}
	
	/* 2 Spalte (rechts) */
	#column_2 { 								
		float:right;
		width:640px;
		min-height:400px;
		color: #333333;
		}

	#footer {
		clear:both;
		height:30px;
	}


	/* =====================================================
		 (4) Navigations-Elemente 
	====================================================	*/	

	/* Obere Navigations-Leiste */
	#topnav_container {
		left:242px;
		}

		/* IE 6 Hack */
	* html #topnav_container {
		margin: 0px 0px 0px 127px;
		}


	#topnav {
		list-style: none;
		padding: 0px 0px 0px 250px;
		margin: 0;
		font: 11px Verdana, Arial, Helvetica, sans-serif;
		}
	#topnav li {
		display: inline;
		padding: 0;
		margin: 0;
		}
	#topnav a {
		text-decoration: none;
		color: #333333;
		}
	#topnav a:hover{ 
		text-decoration: none;
		color: #be3a2a;
		}


	/* Hauptnavigation */
	#navcontainer{
		margin: 0px 9px 0px 8px;
		padding: 0;
		background-color: #C5C5C5;
		text-align:left;
		}
	#navcontainer ul{
		padding: 0;
		margin: 0;
		background-color: #C5C5C5;
		height: 18px;
		font: 11px Verdana, Arial, Helvetica, sans-serif;
		}
	#navcontainer ul li {
		display: inline;
		}
	#navcontainer ul li a{
		padding: 0.2em 1em;
		color: black;
		text-decoration: none;
		float: left;
		border-left: 1px solid #fff;
		width:82px;
		}

		/* IE 6 Hack */
	* html #navcontainer ul li a{
		width:79px;
	}





	#navcontainer ul li a:hover {
		background-color: #969595;
		color: #fff;
		}


	/* Subnavigation */
	#subnavcontainer{
		margin: 16px 0px 0px 1px;
		padding: 0px;
		}
	#subnavlist{
		padding: 0;
		margin: 0px 0px 0px 8px;
		width: 230px;
		font: 11px Verdana, Arial, Helvetica, sans-serif;
		}
	#subnavlist li	{
		list-style: none;
		margin: 0;
		padding: 4px 0px 4px 0px;
		border-top: 1px solid #cccccc;
		}
	#subnavlist li a { 
		text-decoration: none;
		color: #333333;
		}
	#subnavlist li a:hover{ 
		text-decoration: none;
		color: #be3a2a;
		}
		

/* =====================================================
	ENDE des Stylesheets
	====================================================	*/
