/* allgemeine Angaben******************************************************/
body {
    background-color:#ffffff;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10pt;
	
	color:#000000;
	margin: 20px;
}

/*Links*/
a {text-decoration:none;}
a:link {color: #6699CC;}
a:visited{text-decoration:none; color: #6699CC;}
a:hover{text-decoration:none; color: #CC6633;}
a:active{text-decoration:none; color: #CC6633;}

/*�berschriften*/
h1{
	margin-top:0px;
	padding-bottom:3px;
	font-size:13pt;
	color: #6699CC;
}
h2{
	margin-top:0px;
	padding-bottom:3px;
	font-size:11pt;
	color: #6699CC;
}
h3{
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:3px;
	font-size:10pt;
	
}

.image{
    margin:0px;
    margin-bottom:20px;
}

.image-no-margin{
    margin:0px;
    margin-bottom:0px;
}

.abstand{
	clear:both;
	margin-bottom:20px;
}

/***************************************************************************************************/
#all{
	width:950px;
}


/******Header***************************************************************************************/
#header {margin-bottom:20px;}
#header img{ margin-right:20px; }


/******linke Spalte********************************************************************************/
#links{	
	margin:0px;
	margin-right:20px;
	float:left;
	width:164px;
	text-align:left;
}

/*NAVIGATION Links*/
#nav {
	margin:0px;
	margin-left:14px;
	margin-bottom:47px;
	width:150px;
}
a:link.nav_on, a:visited.nav_on { }
#nav li{ margin-bottom:5px; }

/*NAVIGATION Ebene 1**/
#nav ul {
	margin:0px;
	padding:0px;
	list-style-type: none;
}
#nav ul li a {font-weight:bold;}

/*NAVIGATION Ebene 2*/
#nav ul ul{
	margin-left: 14px;
	padding:0px;
	list-style-type: none;
}
#nav ul li ul li a {font-weight:normal;}


/*Aktuell auf der Startseite*/
#aktuell {
    padding:10px;
	background-image:url(images/verlauf.jpg);
	background-repeat:repeat-x;
}
#aktuell p {
	margin-top:0px;
	font-size:8pt;
	line-height:10pt;
}
#aktuell a {font-weight:bold;}

#aktuell h3{
	color: #6699CC;
}


/******mittlere Spalte*********************************************************************************/
#content{
    margin:0px;
	margin-right:20px;
	float:left;
	width:572px;
}


/*Inhaltselemente f�r den Content*/

#content ul{
	list-style-type: square;
}

#content li{
	padding-bottom:10px;
}

#content p{
	margin-top:0px;
}

/*Kasten mit Verlauf*/
.verlauf{
    margin:0px;
    padding:20px;
	background-image:url(images/verlauf.jpg);
	background-repeat:repeat-x;
}

.verlauf-no-top-margin{
    margin:0px;
    padding:0px;
	padding-top:0px;
	background-image:url(images/verlauf.jpg);
	background-repeat:repeat-x;
}

/*Bild im Text*/

/*team*/
.img_team{
	margin:0px;
	padding-left:0px;
	float:left;
}

/*rechts*/
.img_text_right{
	margin:0px;
	padding-left:10px;
	float:right;
}


/*links*/
.img_text_left{
	margin:0px;
	padding-right:10px;
	float:left;
}


/*teaser*/
.teaser{}

.teaser h2{
	margin-top:0px;
	margin-bottom:5px;
	border-bottom: 1px solid #6699CC;
}
.teaser p{
	margin-top:0px;
	margin-left:100px;
	margin-bottom:20px;
}
.teaser a {font-weight:bold;}

.form_font {
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:3px;
	font-size:10pt;
	
}

.to_top {
   width:550px;	
   text-align:right;
}


/******rechte Spalte***************************************************************************/
#rechts{
	margin:0px;
	float:left;
	width:160px;
	font-size:8pt;

}

#rechts p{
    margin-top:0px;
	margin-bottom:5px;
} 



.adresse{
	margin-bottom:5px;
	color: #6699CC;
}


/******Footer*****************************************************************************/
#footer {
   width:756px;	
   text-align:right;
}
#footer img{
	margin:0px;
}

