@charset "UTF-8";

/**
 * "CCS Layout fuer www.hilgra.de" - (X)HTML/CSS
 *
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @version         1.0
 * @lastmodified    $Date: 2009-01-30 19:00 (Fr, 30 Jan 2009) $
 */

/* Farben
grün: #003056
blau: #003056
*/

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


html
	{
	}

body
	{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 0.75em;
	line-height: 16px;
	
	background-color: #99CC33;
	color: #003056;
	}
	
h1
	{
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 15px;
	color: #003056;
	}	
	
h2
	{
	font-weight: bold;
	margin-bottom: 15px;
	color: #003056;
	}	
	
	
p
	{
	margin-bottom: 15px;
	}	
		
	
/* Layout --------------------------------- */

#container
	{
	margin: 0px auto;
	width: 1000px;
	background-image:url(/img/layout/container.png);
	background-position:top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	}

#header
	{
	width:530px;
	height: 150px;
	margin-left: 235px;
	background-image:url(/img/layout/header.png);
	}

#content
	{
	width: 400px;
	margin-left: 235px;
	padding-top: 50px;
	padding-left: 65px;
	padding-right: 65px;
	padding-bottom: 5px;
	background-image:url(/img/layout/bg-content.png);
	}

	
#footer
	{
	width: 530px;
	margin-left: 235px;
	height:103px;
	background-image:url(/img/layout/footer.png);
	}
	
#menue
	{
	position: fixed;
	float: left;
	width: 135px;
	height:200px;
	margin-left: 100px;
	color: #FFFFFF;
	text-decoration: none;
	}


#menue li a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	}

#menue li a:hover {
	color: #003056;
	font-weight: bold;
	text-decoration: none;
	}
	
#menue li a.current {
	color: #003056;
	}
	
.inaktiv {
	padding-left: 10px;
	font-weight: bold;
	}
	
#navlist {
	padding-left: 0;
	margin-left: 0;
	margin-top: 0px;
	border-bottom: 1px solid white;
	width: 135px;
	}

#navlist li {
	list-style: none;
	margin: 0;
	padding: 0.3em;
	border-top: 1px solid white;
	}

#navlist li a { text-decoration: none; }
	
/* Design --------------------------------- */	

hr {
	height: 1px;
	border-width: 1px 0 0 0;
	border-style: dotted;
	border-color: #333333;
	margin-bottom: 15px;
	margin-top: 15px;
	}
	
.ueberschrift {
	margin-bottom: 15px;
	}
	
.foto
	{ 
	border: 1px;
	border-style: solid;
	border-color: #CCC;
	margin-top: 10px;
	margin-bottom: 0px;
    }
	
.floatfoto
	{ 
	float: right;
	border: 1px;
	border-style: solid;
	border-color: #CCC;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
    }


/* Inhalt --------------------------------- */


.verlinkung {
	color: #003056;
	text-decoration: none;
	}

a.verlinkung:link, visited, active {
	color: #003056;
	text-decoration: none;
	}
		
a.verlinkung:hover {
	color: #003056;
	text-decoration: underline;
	}
	


