body {
	background-color: #ffffff;
	text-align:center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	background-image:url(img/hintergrund_01.jpg);
	background-repeat:repeat-x;
}

a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
	font-weight: bold;
    }

a:active, a:hover{
	color: #970217;
	text-decoration: none;
	font-weight: bold;
 }
 
 a.pfeillink:link , a.pfeillink:visited {
 	/*IE 5 HACK */
	background:none;
	backg\round-image:url(img/pfeil_blau.gif);
	backg\round-repeat:no-repeat;
	backg\round-position:0px 3px;
 	padding-left:12px;
 }
 
  a.pfeillink:hover , a.pfeillink:active{
   	/*IE 5 HACK */
	background:none;
	backg\round-image:url(img/pfeil_rot.gif);
	backg\round-repeat:no-repeat;
	backg\round-position:0px 3px;
 	padding-left:12px;
 }
 
 img{ border:none;}
/**************************Container*********************************************/
 
#container{
	margin:0 auto;
	width:800px;
	background-color:#ffffff;
	border:1px solid #BBBBBB;
	text-align:left;
	background-image:url(img/hintergrund_02.gif);
}

/*geändert Silke */
#top{
	margin-top:0px;
	margin-left:15px;
	margin-right:15px;
	background-color:#ffffff;
	width:770px;
	text-align: left;
	border-top:15px solid #ffffff;
	clear:both;
}

#topBild{
	margin-top:0px;
	margin-left:15px;
	margin-right:15px;
	background-color:#ffffff;
	width:770px;
	text-align: left;
	border-bottom:15px solid #ffffff;
}

.top_left{
	float:left;

}
.top_right{
	float:right;
	margin-top:45px;
}


/*******LINKE SPALTE****************************************************************/
#links{	
	position:relative;
	top:0px;
	left:15px;
	width:160px;
	text-align:left;
	float:left;
}
/*****************NAVIGATION*************************/
#nav {
	background-color:#BBD6E4;
	width:160px;
}
/* nur IE/Mac \*//*/ 
#nav{
margin-left:15px;
width:150px;
}
/**/ 
#nav ul {
	margin: 0px; 
	padding: 0px;
	list-style-type: none;
	color: #006699;
}

#nav li { 
	margin: 0px; 
	width:160px;
	float: left;
	border-bottom: 1px solid white;
}

#nav a {
	display: block;
	width:143px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:17px;
	text-decoration: none;
	text-align: left;
	color: #006699;

	background-image:url(img/pfeil_blau.gif);
	background-repeat:no-repeat;
	background-position:5px 8px;
	background-color:#BBD6E4;
}

#nav a:hover,  #nav .aktive{
	text-align: left;
	background-color: #970217;
	color:#ffffff;

	background-image:url(img/pfeil_weiss.gif);
	background-repeat:no-repeat;
	background-position:5px 8px;
	/*IE 5 HACK */
	width:160px;
	w\idth:143px;
}


/*******MITTLERE SPALTE****************************************************************/
#mitte{	
    margin-left: 30px;
	width:420px;
	text-align:left;
	float:left;
}

/* nur IE/Mac \*//*/ 
#mitte{
   margin-left: 15px;
}


/*******RECHTE SPALTE****************************************************************/
#rechts{	
	margin-left:15px;
	width:160px;
	text-align:left;
	float:left;
}

#login{
	padding:4px;
	border-bottom:1px solid #ffffff;
	background-color:#BBD6E4;
	font-size:8pt;
}
#login .f_text{
 width:149px;
}

#bildunten{
	font-size:8pt;
}

/**********UNTEN***************************************************************************/
#unten{
	text-align: left;
	margin-left:15px;
	height:15px;
	width:770px;
	background-color:#ffffff;
}

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



/**************************Allgemeine Styles*********************************************/
.abstand {
	clear:left;
	width:100%;
	height:15px;
	background-color: #ffffff;
}

.linie{
	margin-top:15px;
	margin-bottom:15px;
	padding:0px;
	background-image:url(img/strichellinie.gif);
	background-repeat:repeat-x;
	height:1px;
}


/*Überschriften***/
h1{
	margin: 0px;
	padding-bottom:5px;
	font-size: 14pt;
	color: #970217;
	font-weight:bold;

}
h2{
	margin: 0px;
	padding-bottom:5px;
	font-size: 12pt;
	color: #970217;
	font-weight:bold;

}
h3{
	margin: 0px;
	padding-bottom:5px;
	font-size: 9pt;
	color: #970217;
	font-weight:bold;
}
p {
	margin: 0px;
	padding-bottom:10px;
}

.hauptteaser{
	background-color:#eeeeee;
	padding:10px;
	margin-bottom:15px;
	background-image:url(img/strichellinie.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.teaser{
	clear:both;
}

.teaser .img_left{
	float:left;
	width:164px;
	margin-right:10px;

}

.teaser .text{
	float:left;
	display:block; 
	width:244px;
}
/* nur IE/Mac \*//*/ 
.teaser .text{
  display:inline; 
  float:none;
}

.teaser ul{
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	padding-left:15px;
}

/*neu von Silke*/
.right{
	text-align:right;
}

.errormsgkl {
	color:#990000; 
	font-weight:bold; 
	text-decoration:none;
}
/*********Formular**************************************************************/
form{
margin:0px;
padding:0px;
}

label{
	font-weight:bold;
}
input{
margin-bottom:5px;
}
.f_text{
border: 1px solid #006699;
}

.f_button{
	color:#ffffff;
	background-color:#006699;
	border: none;
	font-weight: bold;
}

.errormsgkl {color:#990000; font-weight:bold; text-decoration:none}

