/* ***************************************************************
   globoCMS / Personal - Screen 
   Definiert: Projektspezifische Inhalte für Webansicht
*************************************************************** */

/* Start - Important */
	html {
		min-height: 100%;
		height: 100%;
	}

	body {
		margin: 0;
		padding: 0;
		font-size: 11px;
		font-family : Arial, Helvetica, sans-serif;
		text-align: center;
		color: #000000;
		background-color: #FFFFFF;	
	}


/* End - Important */


/* Start - Allgemein (Bsp. "a, table, form") */
	a {
		color: #333333;
		text-decoration: underline;
	}
	a:hover {
		color: #666666;
		text-decoration: none;
	}	
	
	h1 {
		font-size:16px;
		font-weight:bold;
		}
	h2	{
			font-size:15px;
			font-weight:bold;
		}
	h3	{
			font-size:14px;
			font-weight:bold;
		}
	h4	{
			font-size:13px;
			font-weight:bold;
		}			
/* End - Allgemein */


/* Start - Elemente (Bsp. ".class") */

/* End - Elemente */


/* Start - Sektionen (Bsp. "#id") */
/*Anfang Navi Startseite*/
	#start-container {
		margin: 0em auto;
		width: 900px;
		text-align: left;
		background-color: #EAEAEA;
		border-bottom: 1px #716C58 solid;			
	}	
	
	#logo_buechi {
		float: left;	
	}
 
	#logo_zurgerbe {
		float: left;	
	}	
	
	#navi_buechi {
		float: left;	
		background-color: #95c1ce;
		width: 190px;
		height: 92px;
	}
	#navi_buechi a {
		font-size:14px;	
		display:block;
		padding:6px;
		background-color:#95c1ce;
		text-align:left;
		font-weight:bold;
		color:#626161;
		text-decoration:none;
	}	
	#navi_buechi a:hover {
		background-color:#c7e8f1;
	}
	
	#navi_zurgerbe {
		float: left;	
		background-color: #bad7d2;
		width: 175px;
		height: 92px;
	}	
	#navi_zurgerbe a {
		font-size:14px;	
		display:block;
		padding:6px;
		border-top:1px solid #bad7d2;
		background-color:#bad7d2;
		text-align:left;
		font-weight:bold;
		color:#626161;
		text-decoration:none;
	}
	#navi_zurgerbe a:hover {
		background-color:#d5e7e4;
	}	
	
	#aktuelles {
		float: left;
		color: #3b371a;
		width: 450px;
	}

	#informationen {
		float: left;
		color: #2d2d2d;
		width: 450px;
	}	
	
	
	#container {
		margin: 0em auto;
		width: 900px;
		text-align: left;
		background-color: #FFFFFF;
		background-image: url(../images/bg_container.gif);
		background-repeat : repeat-y;	
		border-bottom: 1px #716C58 solid;			
	}

	#header {
		float: left;
		width: 754px;
		height: 160px;
	}

	#logo {
		float: left;
		width: 146px;
		height: 160px;
	}
	
	#balken {
		float: left;
		width: 900px;
		height: 10px;
		background-color: #38340F;
	}	
	
	#menu {
		float: left;
		width: 180px;
		color: #000000;
		background-color: #CECECE;
	}
	#menu a {
		width: 180px;
		height: 28px;
		line-height: 2;		
		font-size: 13px;
		font-weight: bold;
		text-decoration: none;
		vertical-align: middle;
		display: block;
		border-top: 1px #FFFFFF solid;			
	}
	a.menu1 {
		color: #FFFFFF;
		background-color: #2a819f;
	}	
	a.menu1_active {
		color: #FFFFFF;		
		background-color: #9cc6d6;
	}	
	a.menu1:hover {
		color: #FFFFFF;		
		background-color: #9cc6d6;
	}
	a.menu2 {
		color: #FFFFFF;	
		background-color: #74aea2;
	}	
	a.menu2_active {
		color: #FFFFFF;		
		background-color: #bcd0cc;
	}	
	a.menu2:hover {
		color: #FFFFFF;		
		background-color: #bcd0cc;
	}
	a.menu3 {
		color: #505050;	
		background-color: #cecece;
	}	
	a.menu3_active {
		color: #505050;		
		background-color: #e0e0e0;
	}		
	a.menu3:hover {
		color: #505050;		
		background-color: #e0e0e0;
	}	
	

	#content {
		float: left;
		width: 720px;
		color: #2D2D2D;
		background-color: #EAEAEA;
	}

	#footer {
		clear: both;
		width: 900px;
		height: 1px;
		font-size: 1px;
		color: #716C58;	
	}
	
	.informationen {
		margin-left: 15px;
	}
/* End - Sektionen */
