/*	setzt alle abstaende auf null px	*/
* {
	margin:0px;
	padding:0px; 
}
/*	der scrollbalken wird immer eingeblendet, kein springen	*/
html {
	height:101%;
}
/*	allgemeine einstellungen der seite	*/
body {
	background-color: #cccc99;
	background-image: url(hintergrund.png);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height:150%;
	text-align:left;
}
/*	Tiny-Hintergrund	*/
body.mceContentBody {
	background-image: none;
	background-color: #Fcfce9;
} 
/*	alles umschliessend; hier die breite der seite aendern	*/
.content {
	width: 920px;					
	background-color: #cc9933;
	margin:0px auto;
	border: none;
	text-align:left;
}
/*	menue	*/
.menu {
	float: left;
	width: 20%;
	display:inline;
	padding: 20px 0px 15px 10px; 
}
.menu ul, .menu li {
	margin: 0px;
	padding: 4px; 
	list-style: none;
}
.menu ul ul {
	padding-left: 18px;
}
.menu a:link {

	display: block;
	color: #000; 
	text-decoration:none;

}



.menu a:visited {
	display: block;
	color: #000; 
	text-decoration:none;
}
.menu a:hover {
	display: block;
	color: #666; 
	text-decoration:none;
}
.menu a:active {
	display: block;
	color: #666;
	text-decoration:none;
}
.menu-current {
	display: block;
	color: #666; 
	text-decoration:none;
	font-weight:bold;
}
.menu-child {
	font-weight:normal;





}
/*	linkverhalten der seite	*/
a:active {
	color: #454545;
	text-decoration: none;
}
a:link {
	color: #454545;
	text-decoration: none;
}
a:visited {
	color: #454545;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a:current {
	color: #666;
	text-decoration: none;
}
/*	inhaltsbereich	*/
#inhalt {
	background-color: #Fcfce9;
	width:75%; 
	float:right; 
	padding:20px 15px 15px 15px; 
	text-align:left;
	display:inline;
}
strong { 
   font-weight: bold; 
}
em {
	font-style: italic;
}
/*	Linie	*/
hr {
	color: #666;
}
/*	ueberschriften	*/
h1 {
	font-size: 14px;
	color: #000;
	margin: 20px 2px 28px 0px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	color: #000;
	margin: 20px 2px 28px 0px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color: #000;
	margin: 8px 2px 28px 0px;
}
h4 {
	font-size: 14px;
	color: #000;
	margin: 0px 2px 8px 0px;
}
h5 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
h6 {
	font-size: 12px;
	color: #000;
	font-style:italic;
}
/*	listenpunkte	*/
ul li {
	list-style:inside;
	list-style-type: disc;
}
/*	eingabe und textfelder	*/
input, textarea {
	border:1px solid #666;
	margin: 5px 5px 5px 0px;
} 
/*	tabellen	*/
tbody td {
	font-size: 12px;
}
/*	bilder	*/
img {
	border: 1px solid #000000;
	}
.bildlinks {
	margin:20px 20px 20px 0px;
	border:1px solid #000000;
	float: left;
}
.bildrechts {
	margin:20px 10px 20px 20px;
	border:1px solid #000000;
	float: right;
}
.linkbild {
	float:right;
	margin:-20px 50px 20px 20px;
	border:none;
}
/*	thoma-logo	*/
#logo {
	margin-top: 50px;
	border: none;
}
#logo img {
	border: none;
}
/*	fussbereich	*/
#fuss {
	background-color: #666;
	clear: both;
	height: 20px;
	background-image: url(balken.png);
	background-repeat:repeat-x;
	font-size: 10px;
	color: #663300;
	text-align: center;
	line-height: 18px;
}
#powered_by {
	text-align: center;
	font-size: 9px;
	padding: 0px 0px 1px 0px;
	line-height: 10px;
}
#anker_oben a {
	color:#ffffcc;
	text-decoration:none;
	float:right;
}
/*	header-Bereich: Kopf und Kopfmenü 	*/
.header {
	width: 920px;	
	height: 165px;
	background-color: #663300;
	margin: 0px auto; 
	border: none;



}
#kopf img{
	height:145px;


	width:920px;
	padding-bottom:3px;








	border: none;
}

#kopfmenu {
	float:right; 



	color:#ffffdd;
	font-size:10px;
	text-align:right;
	vertical-align:middle; 
	line-height:100%;
	margin: 0px auto 0px auto; 

}
#kopfmenu a {
	color:#ffffdd !important;
	text-decoration: none;
} 
/*	sitemap	*/
.sitemap a {
	text-align:left;
	padding-bottom:2px;
}
.sitemap ul{
	padding-left:20px;
}
