body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a,p,h1,h2,block,li {
/*	font-family: "Trebuchet MS";*/
	font-size: 0.9em;
	color: #333333;
}

ul {
	list-style-image: url(pics/raute11-21.gif);
}

a:link {
	text-decoration: none;
	color: #0000FF;
}

a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: blink;
	color: #0000FF;
}
.frei {
clear:both;
}

.titel {
	font-size: 1.5em;
	color: #666666;
}
.first_page {
	font-size: 1.5em;
	text-align: center;
}
.block {
	text-align: justify;
}
.klein {
	font-size: 0.75px;
}
.bild_rechts {
	margin: 0px 0px 10px 10px;
	float: right;
}
.bild_links {
	margin: 0px 10px 10px 0px;
	float: left;
}
.text_mit_bild_links {
	height: auto;
	width: auto;
	margin: 0px 0px 0px 0px;
	display:block;
	border: 1px solid #000099;
	clear: both;
}


/* Menue-Struktur */

.table_head {
	background-color:#164c8e;
	width: 100%;
	height: 27px;
	background-image: url(pics/bg_tabel_row.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
#menuetop {
	width: 110px;
	text-align: left;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#menuetop a {
	font: normal 11px/20px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url(pics/menue_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}

#menuetop  a:link, #menuetop  a:visited {
	color: #cccccc;
	text-decoration: none;
	height: 20px;
	padding-left: 7px;
}

#menuetop a:hover {
	color: #ccffcc;
	background-image: url(pics/menue_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px -20px;
	display: block;
	
}

#menuetop a#current {
	background-image: url(pics/menue_bg.gif); 
	color: #ccffcc;
	background-repeat: no-repeat;
	background-position: 0px -20px;
	display: block;
}
.white-text {
	color: #CCCCCC;
	font-size: 10px;
	margin: 5px;
}
.fussnote {
	font-size: 10px;
	display: block;
	clear: both;
	margin-bottom: 5px;
	padding-top: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	height: auto;
	padding-bottom: 2px;
	width: 200;
}
.meeting {
	background-color: #FFFFFF;
	display: block;
	border: 2px double #000099;
	overflow: auto;
	padding: 10px;
	height: 200px;
	width: 600px;
}
.achtung {
	color: #CC0000;
}
.textzentriert {
	text-align: center;
}
.float-ende {
	float: none;
	clear: both;

}

