@charset "UTF-8";
/* CSS Document */

/* hier sind die style vom #content und #rechtespalte sollen auch im tinyMCE sichtbar sein*/

#content {
	font-family: TrebuchetMS, Verdana, sans-serif;
}



#content p {
	line-height: 1.65em;
	margin-bottom:0.825em;
	color: #00214c;
	}

#content h1, #rechtespalte h1  {
	font-size:1.8em;
	line-height: 1.4em;
	margin-top:0;
	margin-bottom:0.625em;
	color: #00214c;
	clear:both;
}

#content h2 {
	font-size:1.5em;
	line-height: 1.4em;
	margin-bottom:0.625em;
	color: #00214c;
	clear:both;
}

#content h3  {
	font-size:1.1em;
	line-height: 1.4em;
	margin-bottom:0em;
	color: #5993bb;
	clear:both;
	margin-top: 0em;
}

#content h4  {
	font-size:1em;
	line-height: 1.65em;
	margin-bottom:0em;
	color: #00214c;
	clear:both;
	margin-top: 0.825em;
}

#content ul {
	font-size:1em;
	line-height: 1.65em;
	color: #00214c;
	list-style-type:square;
	list-style-position:outside;
	margin:0 0 0 0.625em;
	margin-bottom:0.825em;
	padding:0;
	padding-left:0.5em;
	clear:both;
}

#content li  {
	margin:0;
	padding:0;
}


#rechtespalte p {
	font-size:0.85em;
	line-height: 1.5em;
	/*margin-bottom:0.825em;*/
	color: #00214c;
	}

#rechtespalte h2  {
	font-size:1.3em;
	line-height: 1.4em;
	margin-bottom:0.625em;
	color: #00214c;
	clear:both;
}

 #rechtespalte h3  {
	font-size:1.1em;
	line-height: 1.4em;
	margin-bottom:0em;
	color: #00214c;
	clear:both;
	margin-top: 0em;
}


#content hr, #rechtespalte hr  {
	clear:both;
	height: 1px;
	border: 0 none;
	border-top: 1px solid #dbedf7;
	margin: 20px 0 20px 0;
}

#content hr.fischlinie, #rechtespalte hr.fischlinie  {
	clear:both;
	height: 28px;
	border: 0 none;
	margin: 10px 0 10px 0;
	background-image:url(../layoutpics/fisch-trenner.png);
	background-repeat:no-repeat;
	background-position:center;
}

	
#content a:link {	color:#00214c;	}
#content a:visited {	color:#00214c;	}
#content a:hover {	color:#5993bb;	}

#rechtespalte a:link {	color:#00214c;	}
#rechtespalte a:visited {	color:#00214c;	}
#rechtespalte a:hover {	color:#5993bb;	}


#footer p {
	font-size: 0.8em;
	line-height:1.3em;
	color: #FFFFFF;
	margin-bottom: 0.25em;
	}
	
#footer a {
	color: #ddddff;
	}
	
#footer a:hover {
	color: #FFFFFF;
	text-decoration:none;
	}


.contentbildlinks {
	background-color:#FFFFFF;
	padding:5px;
	border-width: 1px;
	border-color: #dbedf7;
	border-style: solid;
	margin: 5px 10px 5px 0px;
	float:left;
	}
	
.contentbildrechts {
	background-color:#FFFFFF;
	padding:5px;
	border-width: 1px;
	border-color: #dbedf7;
	border-style: solid;
	margin: 5px 0px 5px 10px;
	float:right;
	}
	
.contentbildnormal {
	background-color:#FFFFFF;
	padding:5px;
	border-width: 1px;
	border-color: #dbedf7;
	border-style: solid;
	margin: 5px 0px 5px 10px;
	}

