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

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

	* { margin:0px; padding:0px; } 

	body {
		font-family: Arial, sans-serif;
		color: #87888a;
		background-color: #FFF;
		font-size: 12px;
		line-height: 1.4;
		height: 111%;
	}

	img { border: 0px; } 
	A:focus { outline: 0px; } 
	
/*--------------------------------------------------------------------------------------
	Gesamter Seitenaufbau
--------------------------------------------------------------------------------------*/

	#page_container {
	
		width: 1000px;
		margin: 0px auto;
		text-align:left;
		background-color: #FFF;
		margin-top: 0px;
	}
	#header {
		margin-top: 45px;
	}
	#logo {
		float: left;
		width: 500px;
		height: 150px;;
	}
	#logo img {
		padding-left: 60px;
	}
	#navigation {
		float: right;
		width: 500px;
		position: relative;
	}
	#box_startseite {
		clear: both;
		width: 1000px;
		height: 274px;
	}
	#division {
		clear: both;
		width: 1000px;
		height: 10px;
		margin-bottom: 35px;
		background-color: #feeddc;
		background-image: url("");
		background-repeat: no-repeat;
	}
	#main {
		width: 1000px;
		height: 400px;
	}
	.main_left {
		float: left;
		width: 420px;
		padding-left: 60px;
		padding-right: 20px;
		clear: both;
		margin-bottom: 20px;
	}
	.main_right {
		float: right;
		width: 480px;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	
	#footer {
		clear: both;
		width: 1000px;
		height: 140px;
		background-color: #ed770f;
	}
/*--------------------------------------------------------------------------------------
	Navigation
--------------------------------------------------------------------------------------*/

	#navigation UL LI {
		list-style-type: none;
	
	}
	
	#navigation UL LI A {
		display: block;
		height: 18px;
		width: 150px;
		background-repeat: no-repeat;
	}
	
	#navigation UL.nav_level_0 {
		position: absolute;
		left: 0px;
		top: 0px;
	}
	
	#navigation UL LI.nav_level_0 A:link,
	#navigation UL LI.nav_level_0 A:visited {
		background-position: 0px 0px;
	}
	
	#navigation UL LI.nav_level_0 A:hover,
	#navigation UL LI.nav_level_0_selected A:link,
	#navigation UL LI.nav_level_0_selected A:active,
	#navigation UL LI.nav_level_0_selected A:visited {
		background-position: 0px -18px;
	}
	
	#navigation UL.nav_level_1 {
		position: absolute;
		left: 150px;
		top: 0px;	
	}
	
	#navigation UL LI.nav_level_1 A:link,
	#navigation UL LI.nav_level_1 A:visited {
		background-position: 0px 0px;
	}
	
	#navigation UL LI.nav_level_1 A:hover,
	#navigation UL LI.nav_level_1_selected A:link,
	#navigation UL LI.nav_level_1_selected A:active,
	#navigation UL LI.nav_level_1_selected A:visited {
		background-position: 0px -18px;
	}
		
	#navigation UL.nav_level_2 {
		position: absolute;
		left: 150px;
		top: 0px;
	}
	#navigation UL LI.nav_level_2 A:link,
	#navigation UL LI.nav_level_2 A:visited {
		background-position: 0px 0px;
	}
	
	#navigation UL LI.nav_level_2 A:hover,
	#navigation UL LI.nav_level_2_selected A:link,
	#navigation UL LI.nav_level_2_selected A:active,
	#navigation UL LI.nav_level_2_selected A:visited {
		background-position: 0px -18px;
	}
	

/*--------------------------------------------------------------------------------------
	Content Styles
--------------------------------------------------------------------------------------*/
	
	h1 {
		font-size: 14px;
	}
	
	h2 {
		font-size: 12px;
		font-weight: bold;
	}
	
/*--------------------------------------------------------------------------------------
	Sonstiges
--------------------------------------------------------------------------------------*/
	
