@charset "utf-8";
/* Layout Standard */

/*/////////Header, Positionen der Elemente////////*/
#header
	{ 
		height:480px;
		background-color:#eee;
	}
/*/////Logo//////*/
#logo-standard
	{
		position:absolute;
		width:200px;
		top:0px;
		left:10px;
		z-index:1;		
	}
#logo-standard a#zurStartseite
	{
		width:160px;
		margin-left:20px;
		position:absolute;
		top:5px;
		left:0px;
		text-align:center;
		color:RGB(66,113,140);
		text-decoration:none;
	}

#logo-standard a#zurStartseite:hover
	{
		background-color:RGB(75,128,158);
		color:#FFF;
	}
	
#logo-kompakt
	{
		display:none;
	}
	
#header .mod_flash
	{
		display:block;
		position:absolute;
		left:0px;
		top:30px;
	}
	
#header .mod_randomImage
	{
		display:none;
	}
	
#hauptnavi
	{
		position:absolute;
		left:0px;
		top:0px;
		width:960px;
		background-color:RGB(75,128,158);
		/*background:url("../bilder/hauptnavi-bg.gif") top left repeat-x;*/
	}

/* Zweispaltiges Layout,zB "Termine und Preise" */

.zweispaltig .ce_text
	{
		width:480px; /* Schmalere Spalte, besser lesbar */
	}

/*///////Navigation im Header/////*/

#hauptnavi ul
	{
		padding:0;
		margin:0;
		margin-left:240px;
		list-style:none;
	}

#hauptnavi li
	{
		float:left;
		width:100px;
		margin-right:1px;
	}

#hauptnavi a, #hauptnavi span.active, #hauptnavi .trail
	{
		display:block;
		width:100px; /* 7 Menüpunkte a 100px = 700px */
		height:30px;
		line-height:30px;
		text-align: center;
		text-decoration:none;
		color:#fff;
	}

#hauptnavi a:hover,#hauptnavi span.active, #hauptnavi .trail /*.trail=Aktive übergeordnete Seite */
	{
		background-color:#fff;
		/*background:url("../bilder/hauptnavi-bg-on.gif") top left repeat-x;*/
		color:RGB(66,113,140);
		
	}

/*///////Navigation in linker Spalte/////*/
#seitennavigation ul
	{
		list-style:none;
		margin-left:20px;
	}
	
#seitennavigation a,#seitennavigation .active
	{
		display:block;
		width:200px;
		height:30px;
		line-height:30px;
		border-bottom:1px solid #FFF;
		text-indent:50px;
		background-image:url("../bilder/listenpunkt-kompass-onoff.gif");
		background-position:0px -30px;
		background-repeat:no-repeat;
		text-decoration:none;
		color:#333;
	}

#seitennavigation .active
	{
		background-position:0px 0px;
		color:#FFF;
	}

#seitennavigation a:hover
	{
		background-position:0px 0px;
		color:#FFF;
	}


/*/////Content-Bereich/////*/
#container
	{
		background-color:#FFF;
	}

#left
	{
		position:relative;
		left:0px;
		top:-40px;
		background-color:#FFF;
		/*background-image:url("../bilder/linke-spalte-hintergrund.jpg");
		height:540px;*/
  	}

#main
	{
		padding:20px;
		background:url("../bilder/linke-spalte-schatten.gif") no-repeat top left;
		/*
		min-height: 300px;
   		height: auto !important;
   		height: 300px;
		/*IE6 kennt Min-Height*/
	}

/*//////Layout-Switcher///////*/
form#standard
	{
		display:none;
	}
	