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

* {
	margin:					0; 
	padding:				0;
}

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

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

p { 
	margin-bottom:			10px; 
}

a { outline:none;}

h2 {
	margin-bottom: 20px;
	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;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

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

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


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

#header h2 {
    padding: 150px 0 0 207px;
}

#header h2 a {
    text-indent: -9999px;
    color: #fff;
    font-size: 1px;
    line-height: 1px;
    display: block;
    width: 420px;
    height: 100px;
}

#content {  
	width: 950px;
	padding-bottom: 31px;
	overflow: hidden;
}

#left {
	display: inline;
	float: left;
}

#right {  
	width: 645px;
	float: right;
	margin-top: 50px;
	display: inline;
	padding: 0 15px 15px 0;
}

#right a img {
	margin: 5px;
	padding: 5px;
	border: 1px solid #e90021;
}

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

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

#adresse {  
	width: 950px;
	text-align:center;
	font-size:10px;
	color: #FFF;
	padding-top: 15px;
}

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

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

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

#navi_left {
	width: 270px;
	margin: 30px 0 0 10px;
}

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

#navi_left ul li {
	padding-top: 5px;
	display: block;
}

#navi_left ul li a,
#navi_left ul li.empty {
	text-decoration: none;
	color: #000;
	font-weight: normal;
	font-size: 14px;
}

#navi_left ul li a:hover,
#navi_left ul li.active a,
#navi_left ul li.empty:hover {
	color: #e32c13;
	cursor: pointer;
	font-weight: bold;
}

#navi_bottom {
	width: 270px;
	padding: 30px 0 0 10px;
	clear: both;
}

#navi_bottom ul {
	list-style: none;
	text-align: left;
	display: block;
}

#navi_bottom ul li {
	padding-top: 5px;
}

#navi_bottom ul li a,
#navi_bottom ul li.empty {
	text-decoration: none;
	color: #000;
	font-weight: normal;
	font-size: 14px;
}

#navi_bottom ul li a:hover,
#navi_bottom ul li.active a,
#navi_bottom ul li.empty:hover {
	color: #e32c13;
	cursor: pointer;
	font-weight: bold;
}

/**************** UNTERNAVI **************/

#navi-right ul {
	list-style-type: none;
	margin: 0;
}

#navi-right ul li {
	display: inline;	
}

#navi-right ul li a,
#navi-right ul li a:visited {
	display: block;
	float: left;
	font-size: 14px;
	color: #bf1911;
	text-decoration: none;
	border: 1px solid #5c0905;
	background-color: #f6f3ec;
	margin-right: 5px;
	padding: 1px 8px;
}

#navi-right ul li a:hover,
#navi-right ul li.active a {
	color: #f6f3ec;
	background-color: #bf1911;

}
