/*****************************************************************
						Tag Formatierung
*****************************************************************/

* {
	margin:					0; 
	padding:				0;
}

html, body, #container { height: 100%; }
body > #container { height: auto; min-height: 100%; }

body { 
	background-color: #eaeaea; 
	background-image: url(../images/header_bg.jpg); 
	background-repeat: repeat-x; 
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}

p { 
	margin-bottom:			16px; 
}

a { outline:none;}

h2 {
	margin-bottom: 20px;
	margin-top: 15px;
	font-size:20px;
	font-weight: normal;
}

a {
	color: #e32c13;
	text-decoration:none;
	font-weight: bold;
}

a:hover, a:active {
	color: #9e2312;
}

/*****************************************************************
						Klassen Formatierung
*****************************************************************/

.suchtext {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.clear {
	clear: both;
}

.pix {
	border: 4px solid #FFF;
	margin-left: 10px;
}

/*****************************************************************
						HP Formatierung
*****************************************************************/

#container {  
	width: 950px;
	margin: 0 auto;
}


#header {
	width: 950px;
	height: 166px;
	background: url(../images/header.jpg) 0 0 no-repeat;
}

#bagger {
	height: 102px;
	width: 950px;
}

#content {  
	width: 950px;
	padding-bottom: 199px;
	background: url(../images/content.jpg) 0 0 repeat-x;
      
}

#contentbox {
	height: auto;
	width: 950px;
	overflow: hidden;
	background: url(../images/links.jpg) left top repeat-y;
	padding-bottom: 30px;
}

#left {
	display: inline;
	float: left;
	width: 161px;
	background: url(../images/links.jpg) 0 0 repeat-y;
}

#left img.logo {
	margin-left: 0px;
}

#right {  
	width: 680px;
	float: right;
	margin-top: 10px;
	display: inline;
}

#text {
	padding: 0 40px;
}

#footer {
	clear: both;
	position: relative;
	z-index: 10;
	height: 199px;
	margin-top: -199px; 
	background-image: url(../images/footer_bg.jpg); 
	background-repeat: repeat-x;
	font-size: 11px;
	color: #000;
}

#footer_content {  
	width: 950px;
	margin: 0 auto;
	height: 199px;
	background: url(../images/footer.jpg) 0 0 no-repeat;
}

#footerleft {  
	width: 145px;
	padding-top: 100px;
	padding-left: 380px;
	font-weight: bold;
	float: left;
	display: inline;
}

#footerright {  
	width: 250px;
	padding-top: 100px;
	padding-left: 50px;
	font-weight: bold;
	float: left;
	display: inline;
}

/****************************************************************/

#right ul {
	margin-left: 20px;
	line-height: 1.8em;
}

/****************************************************************/

#navi_left {
	width: 161px;
}

#navi_left ul {
	list-style: none;
	text-align: left;
}

#navi_left ul li a,
#navi_left ul li.empty {
	text-decoration: none;
	color: #000;
	display: block;
	font-weight: normal;
	font-size: 14px;
	width:141px;
	height: 25px;
	padding: 8px 0 0 20px;
	background-color: #d9c800;
}

#navi_left ul li a:hover,
#navi_left ul li.active a,
#navi_left ul li.empty:hover {
	cursor: pointer;
	background-color: #FFF;
}
