<!--
/*ALLGEMEINE FORMATE
Orange:      #F5AE33
Orange_mittel: #FDF1DB
Orange_hell:  #FFFBF4
Grau: #333333
Grau_hell: #929296
*/
body{
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
}

p {
	margin-top:0px;
	margin-bottom:7px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

.klein{	
	font-size: 10px;
	}
	
a:link{
	color:#000000;
	}
	
a:visited{
	color:#000000;
}
	
a.normal:link{
	color:#000000;
	}
	
a.normal:visited{
	color:#000000;
}

/*EBENEN*/
#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
	width: 850px;
	text-align:left;
	background-image:url(images/pic_bg.gif);
	background-repeat:repeat-y;
	z-index:1
}

#header {
	width: 850px;
	height:85px;
	background-image: url('images/pic_head.jpg');
	background-repeat:no-repeat;
	z-index:40;

}

a.textlink:link {
	font-size:12px;
	font-weight:bold;
	color:#333333;
	text-decoration: none;
}

a.textlink:hover {
	font-size:12px;
	font-weight:bold;
	color:#929296;
	text-decoration: underline;
}

a.textlink:visited {
	font-size:12px;
	font-weight:bold;
	color:#929296;
	text-decoration: none;
}

#textcontainer {
	padding: 15px;
	width:450px;
	z-index:10;
	float:left;
	overflow:visible;
}

#textcontainer p{
	text-align:left;
}
.footer_txt	{
	padding-top:14px;
	font-size: 10px;
	color:#FFFFFF;

}	
#footer {
	clear:both;
	width: 850px;
	height: 80px;
	background-image: url('images/pic_foot.jpg');
	background-repeat:no-repeat;
	padding:0px;
}

#footer_txt {
	font-size: 10px;
	color:#FFFFFF;
	text-align:center;
	margin-top:15px;

}

#footer_txt a{
	text-decoration:none;
}


/*Spalte rechts*/
#spalte_rechts {
	float: left;
	padding:15px;
	width: 220px;
	z-index:10;
	overflow:visible;
	font-size: 10px;
	color: #000000;
	text-align: center;}

/*Navigation links*/

#nav_links_container {
	float: left;
	width: 120px;
	z-index:10;
	overflow:visible;
}

.bt {
	width:120px;
	height:35px;	
	color:#333333;
	background-color:#FFFBF4;
	z-index:10;
}

.bt_txt {
	margin-left:15px;
	line-height:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	z-index:30;
}
	
a.bt_txt:link{
	text-decoration:none;
	color:#333333;
}

a.bt_txt:visited{
	text-decoration:none;
	color:#333333;
}

.rand{border: 1px solid #333333;}

h1{
	font-size:18px;
	color:#929296;
	margin-bottom:7px;
	margin-top:0px;
}	

h2{
	font-size:14px;
	font-weight:bold;
	color:#000000;	margin-bottom:5px;
	margin-top:8px;
}

h2 a:link{
	font-size:14px;
	font-weight:bold;
	color:#000000;	margin-bottom:5px;
	margin-top:8px;
	text-decoration:none;
}

h2 a:visited{
	font-size:14px;
	font-weight:bold;
	color:#929296;	margin-bottom:5px;
	margin-top:8px;
	text-decoration:none;
}

h3{
	font-size:12px;
	font-weight:normal;
	margin-bottom:3px;
	margin-top:0px;
}
h4{
	font-size:12px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
}
