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

Title : Stylesheet Katja Niederhäuser

- - - - - - - - - - - - - - - - - - - - - */

*{
}	
html { 
	height:100%;
	margin:0px;
	padding:0px;
	/* margin-bottom: 1px;  Trick gegen horizontale Scrollbars */
	}
body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	margin:0px;
	padding:0px;
	height:100%;
	background-repeat: repeat-x;
	background-image: url(images/HG.gif);
	}
h1, h2, h3, h4 {
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	}
h1, h2 {
	color: #cc00cc;
}
h1 {
	font-size:24px;
	font-weight: bold;
	margin:10px 0px 0px 0px;
	}
h2 {
	font-size:16px;
	font-style:italic;
	margin:5px 10px 20px 0px;
	}
h3 {
	font-size:14px;
	margin:0px;
	}
h4 {
	font-size:12px;
	margin:0px;
	}
p {
	color:#000000;
	font-size:12px;
	margin:0px 0px 20px 0px;
	line-height: 1.5em;
}
/* ----- Layout IDs ----- */
#outer_wrapper {
	position:1000;
	margin:0px;
	width:1000px;
	padding: 0px;
	min-height:100%;
	background-color: #FFFFFF;
	/*height: 100%;*/
}
* html #outer_wrapper {
	height:100%;
}
#inner_wrapper {
	width:1000px;
	margin: 0px auto 0px 2px;
	background-color: #FFFFFF;
}

#container	{ 
	width:1022px;
	margin: 0px;
	background-image: url(images/header_u.jpg);
	background-repeat: no-repeat;
	background-position: 237px 0px;
	float: left;
}


#header  {
	background-repeat: no-repeat;
	width:1022px;
	height:113px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header.jpg);
}

#zeile_rechts {
	width:300px;
	float:right;
	position:relative;
	top:10px;
	border: solid 1px #aaa;
	padding: 10px;
	}
#zeile_links {
	width:600px;
	}

#content_main  {
	padding: 0px 0px 0px 20px;
	color:black;
	width: 770px; /* 760px minus padding left und right*/
	margin: 250px 0px 0px 210px;
	font-size:12px;
	min-height:400px;
}
* html #outer_wrapper #inner_wrapper #container #content_main  {
	/*height:100%; IE: Mindesthöhe vorgeben falls kein content aus cms */
	height:400px;
}

#footer  {
	font: normal 11px Verdana, sans-serif;
	width:780px;
	margin: 0px 0px 0px 210px;
	clear: both;
	padding: 10px 0px;
	text-align: left;
	
}
#footer p {
	margin: 5px 10px;
}
#footer a, #footer a:visited {
	text-decoration:none;
	color:#000000;
}



/* --------------- Navigation --------------- */
#navigation{
	font-size: 12px;
	padding:0px;
	margin: 0px;
	background-color: #FFFFFF;
	width: 195px;
	clear: none;
	float: left;
	height: 350px;
}	
#navigation_border{ /* rahmen menue */
	width:189px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	float: left;
	text-align: left;
	}

#navigation a {
}
#navigation a, #navigation a:visited {
	font-size: 12px;
	border-bottom: 1px solid #cc00cc;
	display: block;	
	text-decoration: none;
	color: #000;
	padding:5px;
	margin:0px;
	padding: 2px 3px 2px 10px;
}

#navigation a:hover {
	color: #fff;
	background-color: #cc00cc;
	text-decoration: none;	
	font-weight:bold;
}
.menu_headline {
	color: #cc00cc;
	border-bottom: 1px solid #cc00cc;
	padding: 8px 3px 8px 10px;
	font-weight: bold;
	font-size: 12px;
	background-color: #fff;
}

