@charset "UTF-8";

/**
 * "CCS Layout für www.molzen.de" - (X)HTML/CSS
 *
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @copyright       Copyright 2008, Kai Gerlitz
 * @link            http://www.geformt.de
 * @version         1.0
 * @lastmodified    $Date: 2008-06-30 17:50 (Mo, 30 Jun 2008) $
 */

/* Farben
orange = #EF7C00
grau-hell = #666666
grau-dunkel = #404040
*/

/* import reset-Stylesheet */
@import url(reset.css);


html
	{
	padding: 0 0 30px 0;
	}

body
	{
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	
	/*background-image: url(../img/layout/site_bg.jpg);
	background-repeat: repeat-x;*/
	background-color: #404040;
	}
	
h1
	{
	font-weight: normal;
	font-size: 1.3em;
	
	margin-bottom: 10px;
	
	color: #EF7C00;
	}	
	
h2
	{
	font-weight: bold;
	color: #EF7C00;
	}		
	
p
	{
	margin-bottom: 10px;
	}	
	
.clearfloat
	{ 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
    }	
	
strong
	{
	font-weight: bold;
	}			
	
/* Layout --------------------------------- */

#container
	{
	width: 994px;
	margin: 30px auto 0px;
	}
	
#header
	{
	width: 990px;
	height: 300px;
	
	border: 2px solid #EF7C00;	
	}
	
#main_menue
	{
	width: 615px;
	height: 30px;
	
	padding-left: 219px;
	padding-right: 160px;
	
	background-image: url(../img/layout/main_menue_bg.jpg);
	background-repeat: repeat-x;
	}	
	
#content
	{
	width: 990px;
	
	background-color: #FFF;
	
	border: 2px solid #EF7C00;
	
	clear: both;
	}	
		
#sub_menue
	{
	width: 193px;
	
	margin-left: 20px;
	margin-top: 30px;
	}	
	
#main_content
	{
	width: 614px;
	
	padding-top: 30px;
	padding-right: 160px;	
	
	color: #666666;
	line-height: 1.8em;
	
	float: right;
	min-height: 380px;
	}
	
#main_content img
	{
	float: left;
	margin-right: 15px;
	}		

.bild_klein
	{
	border: 2px solid #EF7C00;
	margin-bottom: 15px;
	}
	
.logo_klein
	{
	border: 0px;
	margin-bottom: 80px;
	}	
	
#main_content ul li
	{
	background-image: url(/img/layout/bullet.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left: 15px;
	}	
	
#main_content a
	{
	color: #EF7C00;
	text-decoration:none;
	}		
	
#main_content a:hover
	{
	color: #EF7C00;
	text-decoration:underline;
	}	
	

	
#footer
	{
	width: 830px;
	height: 20px;
	
	padding-right: 160px;
		
	line-height: 10px;
	text-align: right;
	color: #666666;
	font-size: 0.8em;
	
	clear: both;
	}	
	
#footer a
	{
	color: #EF7C00;
	}		
	
#footer a:hover
	{
	color: #EF7C00;
	text-decoration:none;
	}		
	
	
/* Haupt Navigation --------------------------------- */

#main_menue a 
	{
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	}
	
#main_menue ul a:hover
	{
	background-image: url(../img/layout/main_menue_bg_over.jpg);
	background-repeat: repeat-x;
	}	
	
#main_menue ul
	{
	list-style-type: none;
	}

#main_menue li
	{
	float: left;
	}
	
#main_menue a
	{
	display:block;
	width: 123px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	}	

#main_menue ul a.current
	{ 
	background-image: url(../img/layout/main_menue_bg_over.jpg);
	background-repeat: repeat-x;
	}
	
	
/* UnterMenue Navigation --------------------------------- */

#sub_menue ul a 
	{
	display:block;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	height: 35px;
	border-left: 2px solid #FFF;
	padding-left: 5px;
	padding-top: 7px;
	}
	
#sub_menue ul a:hover
	{
	border-left: 2px solid #EF7C00;
	}	
	
#sub_menue ul a.current
	{ 
	border-left: 2px solid #EF7C00;
	}