/**
* Design und Layout "direktorium"
* (c) 2008 by erpe  http://www.websitebakers.com
*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link, a:visited, a:active {
	color:#000;
	text-decoration: underline;
}
a:hover {color:#666666; text-decoration: none;}


/* Definierte Startwerte alle HTML-Elemente */
* { 
 	margin: 0;
 	padding: 0;
}

/* Schrift und Hintergrund Browserseite */
html, body { 
	font-family:Helvetica, sans-serif;
  	background:url(../img/bg.jpg) repeat-x white;
	color:white;
}


/* Schrift und Hintergrund Seite */

#site {	margin: 0px auto;
  	border-left: 0px solid black; 
    	width: 1000px;
	color:white;
	font-size:14px;	
background:transparent;
}


/*Head mit Logo */

#head  { 
width:1000px;
height:238px;
background:url(../img/header.jpg) no-repeat ;
}


/* Navi-Container */

#navblock  { 
width:1000px;
background:#5d6474;
height:41px;
}




#search_block { float:right;}

.search_box { padding-top:8px;}

input[type='text'].search_string { background:white; border:1px solid #5d6474;; color:#5d6474;; padding:2px;font-size:12px;width:121px; }

input[type='submit'].search_submit { background:#5d6474;; border:1px solid #5d6474;; color:#d3ad53; padding:1px; font-weight:bold; }


#border { 
background:url(../img/border.gif) repeat-x ;
height:8px;
}


/* Schrift und Hintergrund Container*/

#container{ margin: 0px auto;
  	float:left;
color:black;
border-left:4px solid #dbbb66;
border-right:4px solid #dbbb66;

}


/* Schrift und Hintergrund linke Seite */

#lside{	margin: 0px auto;
  	width: 300px;
	background:transparent;
        float:left;
min-height:450px; 
}


/*Kontakt*/

#kontakt_head {font-weight:bold;font-size:16px; margin-bottom:10px;margin-top:16px;margin-left:16px; width:270px;}

#kontakt{
	padding-left:16px;
	width:272px;
    	margin-bottom:40px;
}

#kontakt1{font-weight:bold;}
#kontakt2{margin-bottom:10px;font-weight:bold;}
#kontakt3{}
#kontakt4{margin-bottom:10px;}
#kontakt5{}
#kontakt6{margin-bottom:10px;}
#kontakt7{margin-bottom:10px;}
#kontakt7 a{color:#000000;text-decoration:none;}
#kontakt7 a:hover{color:#ffffff;}
#kontakt8{font-weight:600;}
#kontakt9{}


/*News*/
#news_head {font-weight:bold;font-size:16px; margin-bottom:10px;margin-top:16px;margin-left:16px; width:270px;}

#news { margin-left:16px;
	width:270px;
    	margin-bottom:40px;

}


#news strong {color:black;}
#news p {color:black; margin-top:6px;}
#news a {color:black;}
#news a.hover{ color:red;}
#news hr{ }
#news h4{font-weight:normal; font-size:12px; }


/* Hauptinhalt */

#content {
  	border-right: 0px solid transparent;  
    	background:transparent;
	color:#282828;
width:692px;
float:right;

}

#cont {
  	border: 0px solid transparent; 
    	color:#282828;
min-height:200px;
margin-top:16px;
margin-left:16px;
margin-right:16px;
margin-bottom:16px;
}

#cont td {padding:4px;}

 #cont input  { border:1px solid #5d6474; }

 #cont input[type='submit'] { background:#5d6474; border:0px solid #5d6474; color:white; width:109px; }
 #cont input[type='reset'] { background:#5d6474; border:0px solid #5d6474; color:white;width:109px; }



/* Footer */

#foot {
background-image:url('../img/bg_footer.jpg');
height:127px;
font-size:10px;
margin-bottom:0px;
}


#foot a {color:white}
#foot a:hover {color:black;}

#ad {

padding-top:20px;
float:right;
}

#adress {padding-right:6px;}

#copy {padding-top:100px; width:1000px;}

#impressum {float:left; padding-left:6px;}

#traum {float:right; padding-right:6px;}


