

.blueFooter {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #001B89;
	padding-bottom: 6px;
	text-align: center;
}



body {
	color:#656565;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #848E9C;
	background-image : url(bg_content2.jpg);
	/* url(bg_grau_punkte.gif); */
	margin:0px;
	/* works on MSIE only - for NS, Gecko, Opera you must set marginwidth="0" marginheight="0" in the body tag of the html-file additionally*/
	background-position : bottom;
	background-repeat : repeat-x;
}

table
{
 background-color:#ffffff;
}

td {
	/* no inheritance of the font-size (and family, size in NS4) from body, so repeat it here */
	color: #656565;
	/* ns4 */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/* ns4 */
	font-size: 11px;
	text-align: left;
}

/* define headlines explicitly because the differences of default-headlines are too big between the main-browsers */
h1 {
	font-size: 18px;
	font-weight : normal;
	border-bottom: dotted 2px black;
	text-align: right;
}
h2 {
	font-size: 18px;
	font-weight : normal;
	margin-bottom: 4px;
	margin-top: 8px;
}
h3 {
	font-size: 14px;
	font-weight : normal;
	margin-bottom: 4px;
	margin-top: 14px;
}


ul {
	padding-bottom: 2px;
	margin-top: 0px;
	margin-bottom: 4px;
}


li {
	padding-bottom: 2px;
}
/* class for areas displayed in print-version only */
.print {
	display: none;
}
/* this class defines the bg-color for the content area and the wysiwyg-editor if not identically with the colors set in body */
.content {
	background-color:#ffffff;
	padding: 10px;
	padding-top:42px;
	width: 400px;
	border: 0px solid black;
	
	
	
}

#contentF {
	background-color:#ffffff;
	padding: 10px;
	padding-top:0px;
	width: 560px;
	border: 0px solid black;
 	margin-left: auto;
	margin-left: 0px;
	float: left;
	
}

#contentStart {
	background-color: #f3f3f3;
	padding: 3px;
	padding-top: 6px;
	width: 560px;
	border: 1px solid silver;
 	margin-left: auto;
	margin-left: 0px;
	float: left;
	margin-bottom: 8px;
	
}


#boxSpalte
{
margin-top: 70px;
margin-left: 425px;
width: 160px;
margin-bottom: 4px;
}




#boxTitel
{
padding: 3px;
background: #8C96A5;
color: #FFFFFF;
font-size: 90%;
font-weight: bold;
width: 142px;

}

#boxContent
{
background:#FFFFFF;
padding: 3px;
border: 1px solid #8C96A5;
font-size: 90%;
margin-bottom: 4px;
width: 140px;
}



#boxContentStichworte
{
background-color: #8C96A5;
padding: 3px;
border: 1px solid #8C96A5;
font-size: 90%;
margin-bottom: 4px;
}


/* links box */
a.box:link			{
	text-decoration: none;
	color : black;
	
}
a.box:visited		{
	text-decoration: none;
	color : black;
	
}
a.box:hover		{
	text-decoration: none;
	color : black;
	
}
a.box:active 		{
	text-decoration: none;
	color : black;
	
}


/* links */
a:link			{
	text-decoration: underline;
	color : Black;
}
a:visited		{
	text-decoration: underline;
	color : Black;
}
a:hover		{
	text-decoration: underline;
}
a:active 		{
	text-decoration: underline;
}



/* links */
a.start:link			{
	text-decoration: none;
	color : silver;
	
}
a.start:visited		{
	text-decoration: none;
	color : silver;
	
}
a.start:hover		{
	text-decoration: none;
	color : silver;
	
}
a.start:active 		{
	text-decoration: none;
	color : silver;
	
}



/* misc */
.sitemap	{
	background-color :;
	border : 1px solid black;
	padding: 3px
}
.hochgestellt {
	font-size : 70%;
	vertical-align:text-top;
}
.footer		{
	/* text-decoration doesn´t work as class in gecko, so you have to specify this in the footer.html file */
	font-size: 12px;
	color: white;
	font-weight : bold;
	margin-left: 32px;
}

.footer2		{
	/* text-decoration doesn´t work as class in gecko, so you have to specify this in the footer.html file */
	font-size: 10px;
	color: #656565;
	font-weight : normal;
}

/* positioning the navigation items in all 4 levels (#0-#3, any level below #3 will be set on level #3) */
.nav0			{
	font-size:13px;
	margin-left:0px;	
	padding-top:10px; /* distance between als level #0 headlines */ 
}
.nav1			{
	font-size:12px;
	margin-left:8px;
}
.nav2			{
	font-size:11px;
	margin-left:16px;
}
.nav3			{
	font-size:10px;
	margin-left:24px;
}

/*  colors etc. of the 3 navigation modes 
text-decoration doesn´t work as class in gecko, so you have to specify this in the navigation.html file */
.open			{
	color : ;
}
.closed	{
	color : ;
	
}
.active		{
	color : #000000;
	
}
a:hover.closed, a:hover.open {
	color: ;
	background-color : ;
	display:block; 
}
/* ------------------ add individual styles below ----------------- */
.footer_distance {
	padding:4px;
}

/* navigation */
.navigation a:link, .navigation a:visited {
	color: #8C96A5;

}
.navigation a:hover, .navigation a:active {
	color: #FFFFFF;
	background-color : #8C96A5;
	display:block;
}

.level_0 {
	text-indent : 22px;
	font-size : 11px;
	line-height : 20px;
	border-top : 1px solid #848F99;
}
.level_1 {
	text-indent : 26px;
	font-size : 10px;
}
.level_2 {
	text-indent : 30px;
	font-size : 9px;
}
.level_3 {
	text-indent : 33px;
	font-size : 9px;
}


.level_0active {
	text-indent : 22px;
	font-size : 11px;
	color: #000000;
	line-height : 20px;
	border-top : 1px solid #848F99;
	background-color: #f3f3f3;
	
}
