body {
	color:#333333;
	font-family: 'Arial','Liberation Sans', sans-serif;
}

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS',  Sans-Serif;
	font-weight: bold;
	}

.middle{
	vertical-align:middle
}
.cl{
	clear:both;
}
.uns{
	display: none;
}


/* Das Menu oben auf der Seite*/
#nav{
	font-family:"Trebuchet MS",Arial,Sans-Serif;
	font-size:18px;
	text-align:center;
	white-space:nowrap;
}
#nav a:link {
	color:#333333;
	padding-left: 30px; 
	padding-right: 10px; 
	padding-top: 5px; 
	padding-bottom:15px;
	background-image:url('../images/pfote.gif'); 
	background-repeat:no-repeat;
	text-decoration:none;
	font-weight:normal;
}
#nav a:visited {
	color:#333333; 
	padding-left: 30px;  
	padding-right: 10px; 
	padding-top: 5px; 
	padding-bottom:15px;
	background-image:url('../images/pfote.gif'); 
	background-repeat:no-repeat;
	font-weight:normal;
}
#nav a:active {
	color:#ff8040; 
}
#nav a:hover {
	color:#ff8040;
	text-decoration:none;
}
#nav a#akt:link{
	color:#CC0000; 
	background-image:url('../images/pfote2.gif');
	background-repeat:no-repeat;
}
#nav a#akt:visited{
	color:#CC0000;
	background-image:url('../images/pfote2.gif'); 
	background-repeat:no-repeat;
}
#nav a#akt:hover {
	color:#ff8040;
	text-decoration:none;
}
#nav a#logo{
	background:none; 	
	padding-left:0px;
}
/* Ende: Das Menu oben auf der Seite*/

/*Das Menu links auf manchen Seiten*/
#left{
	
}
#lmenu {
	border-left-width:2px ;
	border-left-style: solid;
	border-left-color: #006400;
	margin-left:20px;
	position:absolute;
	padding-left:10px;
	list-style-type:none;
}
#lmenu a:link {
	color:#333333; 
	text-decoration:none;
}
#lmenu a:visited {
	color:#333333;
}
#lmenu a:active {
	color: #ff8040;
}
#lmenu a:hover {
	color:#ff8040;
	text-decoration:none;
}
#lmenu li{
	line-height:2em;
}
#lmenu li ul li {
	line-height:1.5em;
}
#lmenu a.aktiv:link{
	color:#CC0000;
}
#lmenu a.aktiv:visited{
	color:#CC0000;
}
#lmenu a.aktiv:hover {
	color:#ff8040;
}
.sub{
	padding-left:10px;
	margin-left:10px;
	list-style-type:none;
}
/* Ende: das Menu links auf manchen Seiten*/

/*Abstaende*/
.bild{
	margin-right:20px; 
	margin-bottom:30px;
}
.bildlinks{
	margin-right:20px; 
	margin-bottom:10px;
}
.bildrechts{
	margin-left:20px; 
	margin-bottom:10px;
}
.bilder{ 
	margin-bottom:30px;
}
.bild_in_bilder{ 
	margin-right:20px;
	margin-bottom:10px;
}
.bildklein{ 
	margin-right:3px;
}
.abstand{
	margin-top:2em;
}
/*Ende:Abstaende*/

/* Links*/
a:link {
	text-decoration:none;
	color:#006400;
}
a:visited { 
	text-decoration:none;
	color:#556655;
	}
a:active {
	color: #ff8040;
}
a:hover { 
	text-decoration:underline;
	color:#ff8040;
}
h1 a:hover, h2 a:hover, h3 a:hover { 
	text-decoration:none;
	color:#ff8040;
}
/* Ende :Links*/

/* Der Hauptinhalt einer Seite*/
#inh{
	margin-right:10%;
	margin-left:14em; 
}

