body {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height:20px;
}

h1 {
	font-family:Trebuchet MS, Trebuchet, Arial, Verdana, Sans-serif;
	font-size:19px;
	font-weight:bold;
	color: #638798;

}

h2 {
	font-family:Trebuchet MS, Trebuchet, Arial, Verdana, Sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #999999;

}

a:link {
	color: #333333;
	text-decoration:underline;
}
a:visited {
	color: #333333;
	text-decoration:underline;
}
a:hover {
	color: #333333;
	text-decoration:underline;
}
a:active {
	color: #333333;
	text-decoration:underline;
}

.flLeft {
	float: left;
        margin-right: 20px;
} 
.flRight {
	float:right;
        margin-left: 20px;
	margin-bottom: 20px;
} 

#button {
	font-size:1em;
	font-weight:bold;
	font-family:arial, verdana, helvetica, sans-serif;
	color:#C04040;
	border: 0;
	background:#fff;
	text-decoration:none;
}

table.kalender {
	border-width: 1px;
	border-style: solid;
	border-color: #996666;
	border-collapse: collapse;
	background-color: #ffffcc;
}
table.kalender th {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #996666;
	background-color: #ffcc99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table.kalender td {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #996666;
	background-color: #ffffcc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*	Navigation vertical -
 für jede Ebene ein a.level? , a.current? und li.navhistory? zur Formatierung anlegen
------------------------------------------------------------------------------*/
#navigation {
	float:right;
	width:200px;

}

#navigation li {
   padding: 0;
   margin: 0;
   list-style: none;
   }

#navigation ul.nav1st {
	position:relative;
	top:0px;
	padding: 0;
	margin: 0;
	padding-left: 0px;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	line-height:30px;

}

#navigation ul.nav2nd {
	position:relative;
	top:0px;
	padding: 0;
	margin: 0;
	padding-left: 0px;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	margin-bottom: 8px;
}

#navigation ul.nav1st a{
	display:block;
	text-decoration:none;
	color: #902225;
}

#navigation ul.nav2nd a{
	display:block;
	text-decoration:none;
	color: #902225;
}

#navigation ul.nav1st a.current{
text-decoration:underline;
}
#navigation ul.nav1st a.level1,
#navigation ul.nav1st a.current1{
   	padding-left:0.0em;
}

#navigation ul.nav2nd a.current{
	text-decoration:underline;
	color: #5D0A01;
}

#navigation ul.nav1st a.level2,
#navigation ul.nav1st a.current2{
    	padding-left:0.5em;
	text-decoration:underline;
}
#navigation ul.nav1st a.level3,
#navigation ul.nav1st a.current3{
    padding-left:2.0em;
}
#navigation ul.nav1st a.level4,
#navigation ul.nav1st a.current4{
    padding-left:3.0em;
}
#navigation ul.nav1st a.level5,
#navigation ul.nav1st a.current5{
    padding-left:4.0em;
}

#navigation ul.nav1st li,
#navigation ul.nav1st li.navhistory1,
#navigation ul.nav1st li.navhistory2,
#navigation ul.nav1st li.navhistory3,
#navigation ul.nav1st li.navhistory4,
#navigation ul.nav1st li.navhistory5,
#navigation ul.nav1st li.navhistory {
	padding:0px 0px 0px 0px;
}

#navigation ul.nav2nd li {
	padding:0px 0px 0px 0px;
	border-bottom: 0px;

}

#navigation ul.nav1st li.active {
	padding:0px 0px 0px 0px;
}

#navigation ul.nav1st li.active a,
#navigation ul.nav1st li.active a:link,
#navigation ul.nav1st li.active a:active,
#navigation ul.nav1st li.active a:focus,
#navigation ul.nav1st li.active a:visited, {

}

#navigation ul.nav1st a:hover {
	color:#FF0000;
}
#navigation ul.nav2nd a:hover {
	color:#BF104B;
}

/*Modul Bild und Text*/
.centertab {margin-right: auto;
            margin-left: auto;}

.bildtext { margin: 0px;
            padding: 0px;
            font-size: 10px;}
.imgleft {float: left;
          margin-right: 20px;}
          
.imgright {float: right;
          margin-left: 20px;}

.stopleft {clear: left;}

.stopright {clear: right;}
	 
.bildtext2 {text-align: justify;}


/*Zweispalter mit WYSIWYG Editor*/

.content {
	font: 12px/16px Arial, Helvetica, Geneva, sans-serif;
	}

.content .linkespalte {
	width: 410px;
	float: left;
	}

.content .rechtespalte {
	width: 180px;
	margin-left: 40px;
	margin-top: 0px;
	float: left;
	}