body {
	behavior: url(csshover.htc);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	text-align: center; /* fuer IE */
	min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 15px;

}

/*
------------------------------
IDs
------------------------------
*/

#header {
	height:60px;
	background-color: #ffffff;
	margin: 0 auto;
	width: 975px;
	text-align: left;
}

#wrapper {
	margin: 0 auto;
	width: 975px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid;
	border-color:#999999;
} 

#img{
	padding-top:8px;
	margin-right: 40px;
	float:left;
}

#navigation{
	height:60px;
	background-color:#ffffff;
	padding-top:37px;
	
}

#bridge {
    height: 15px;
	padding-top: 15px;
	padding-right: 22px;
	clear: both;
    font-size: 9px;
	color: #ffffff;
    margin: 0;
    text-align: right;
    background-color: #999999; 
}

#content {
    padding: 15px;
	min-height: 600px;
	
}

#teaser {
	/*position: absolute; top:100px; right:20px;*/
	/*border-left: 1px solid #CCCCCC;*/
	width: 220px;
	margin-left: 15px;
	margin-top: 20px;
	margin-right: 3px;
	min-height: 600px;
	float:right;
	padding-left: 10px;
}

#teaser img.m{
	padding: 5px;
}

#footer {
    height: 15px;
	padding-top: 15px;
	padding-left: 15px;
	clear: both;
    font-size: 9px;
	color: #ffffff;
    margin: 0;
    text-align: left;
    background-color: #999999; 
}

/*
------------------------------
Text Navigation
------------------------------
*/

#navigation p a {
	color: #000000;
	text-decoration:underline!important;
}

#navigation a{
	color:#000000;
	text-decoration:none;
}

#navigation p a:hover{	
	text-decoration: none!important;
}

ul#nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#nav li a {
	display: block;
	font-weight: bold;
	font-size: 10px;
	padding: 2px 5px;
	background:#ffffff;
	list-style: none;
	border-color:#999999;
}

ul#nav li a:hover{
	background:#cccccc;
	color:#000000;
	list-style: none;
	border-color:#999999;
}
	
ul#nav li {
	float: left;
	position: relative;
	width: 105px;
	text-align: left;
	/*margin-right:5px;*/
	/*border:1px solid #ffffff;*/
	border-left:1px solid #999999;
	list-style: none;
}

ul#nav li.current a{
	background:#ffffff;
	list-style: none;
}

ul#nav li.current a:hover{
	background:#cccccc;
	list-style: none;
}

li ul {
	display: none;
	position: absolute;
	width:105px;
	top: 0;
	left: 0;
	font-weight: normal;
	padding: 1px 0 5px 0;
	margin-left:-1px;
	list-style: none;
}

ul#nav li ul.sub li{
	border-width:0 1px 1px 1px!important;
	list-style: none;
	border-color:#999999;
}

ul#nav li ul.sub li a{
	font-weight: normal!important;	
	list-style: none;
}
li>ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul {
	display: block;
	list-style: none;
	border-color:#999999;
}

/*
------------------------------
Text Bridge
------------------------------
*/

#bridge a:link, #footer a:link { 
	color:#ffffff;
	text-decoration:none;
}
#bridge a:visited, #footer a:visited { 
	color:#ffffff;
	text-decoration:none;
}
#bridge a:hover, #footer a:hover { 
	color:#ffffff; 
	text-decoration:underline;
}
#bridge a:active, #footer a:active{ 
	color:#ffffff;
	text-decoration:none;
}


/*
------------------------------
Sitemap
------------------------------
*/

.map {
font-size: 10px;
font-weight: normal;
text-decoration: none;
color: #000000;
}

.map:visited {
font-size: 10px;
font-weight: normal;
text-decoration: none;
color: #000000;
}

.map2 {
font-size: 10px;
font-weight: normal;
text-decoration: none;
color: #000000;
}

.map2:visited {
font-size: 10px;
font-weight: normal;
text-decoration: none;
color: #000000;
}

.map3 {
font-size: 10px;
font-weight: normal;
text-decoration: none;
color: #000000;
}

.map3:visited {
font-size: 10px;
font-weight: normal;
text-decoration: none;
color: #000000;
}

.mapbig {
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #000000;
}

a.map:hover, a.map3:hover {
 text-decoration: underline;
 color: #000000;
}

a.map2:hover {
 text-decoration: none;
 color: #000000;
}

ul.map1{
list-style-image:url(images/arrow1.gif);
padding-top:5px;
padding-bottom:10px;
}

ul.map2{
list-style-image:url(images/arrow2.gif);
padding-top:5px;
padding-bottom:10px;
}

ul.map3{
list-style-image:url(start/arrow2.gif)
padding-top:5px;
padding-bottom:10px;
}

/*
------------------------------
Text Teaser
------------------------------
*/
  
.teaser
{
width: 200px;
border: 1px solid #999999;
background: #ffffff;
margin-bottom: 15px;
}

.teaser p
{
font-size: 10px;
padding: 5px;
margin: 0px;
} 

.teaser a:link { 
	font-size: 10px;
	color:#000000;
	text-decoration:none;
}
.teaser a:visited { 
	font-size: 10px;
	color:#000000;
	text-decoration:none;
}
.teaser a:hover { 
	font-size: 10px;
	color:#999999; 
	text-decoration:underline;
}
.teaser a:active { 
	font-size: 10px;
	color:#000000;
	text-decoration:none;
}


/*
------------------------------
Text Inhalt
------------------------------
*/

#content p, #content td, #content ul, #content li{
	font-size: 10px;
	color:#000000;
}

#content a:link { 
	font-size: 10px;
	color:#000000;
	text-decoration:none;
}
#content a:visited { 
	font-size: 10px;
	color:#000000;
	text-decoration:none;
}
#content a:hover { 
	font-size: 10px;
	color:#999999; 
	text-decoration:underline;
}
#content a:active { 
	font-size: 10px;
	color:#000000;
	text-decoration:none;
}

/*
------------------------------
Text Foto
------------------------------
*/

p.foto{
	font-size: 10px;
	color:#000000;
	font-weight:bold;
}

.foto a:link{ 
	font-size: 10px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}
.foto a:visited{ 
	font-size: 10px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}
.foto a:hover{ 
	font-size: 10px;
	color:#999999; 
	font-weight:normal;
	text-decoration:underline;
}
.foto a:active{ 
	font-size: 10px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}

p.fotomenu{
	font-size: 10px;
	color:#000000;
	
}

.fotomenu a:link{ 
	font-size: 10px;
	color:#000000;
	text-decoration:none;
}
.fotomenu a:visited{ 
	font-size: 10px;
	color:#000000;
	text-decoration:none;
}
.fotomenu a:hover{ 
	font-size: 10px;
	color:#999999; 
	text-decoration:underline;
}
.fotomenu a:active{ 
	font-size: 10px;
	color:#000000;
	text-decoration:none;
}


/*
------------------------------
Überschriften
------------------------------
*/

h1 /*header*/
{
    font-size: 1.5em;
    margin: 0 0 0.7em; padding: 0.3em;
    text-align: center;
    background-color: #fed;
}

h2 /*titel einer Seite*/
{
	font-size: 10px;
	font-style:strong;
}

h3 /*minitext*/
{
	font-size: 9px;
	font-weight: normal;
}

h4 /*teaser titel*/
{
padding: 3px 0 3px 8px;
background: #999999;
border: 1px solid #999999;
color:#FFFFFF;
font-size: 12px;
font-style:strong;
margin: 0;
}



/*
------------------------------
Restliche Eigenschaften
------------------------------
*/

hr.aa {
	height: 1px;
	border: 0 none; 
	border-top: 1px dashed #999999;
	clear:left;
}

#content img, #teaser img, #footer img, #bridge img{
	border: none;
}

table.border{
	border: 1px solid #999999;
	border-spacing:0; 
	border-collapse:collapse;
	margin-top: 3px;
}

table.border td{
	padding:3px;
	border: 1px solid #999999;
}

table.noborder{
	border: none;
	border-spacing:0; 
	border-collapse:collapse;
	margin-left: -3px;
	margin-top: 3px;
}

table.noborder td{
	padding:3px;
}

table.nopadding{
	border: none;
	border-spacing:0; 
	border-collapse:collapse;
}

table.nopadding td{
	padding:0px;
}