body {
  color: black; 
  background-image:(../images/bglinks.jpg);
  font-size: 100.01%;
  font-family: Helvetica,Arial,sans-serif;
  margin: 0em; 
  padding: 0em;
}

div#oben {
  background-image:url(../images/oben3.jpg); 
  background-repeat:no-repeat;
  background-position: center;
  height: 100px;
  } 
  
div#logoecke { text-align: center;} 

/* Navigation */ 

#Navigationsbereich {
  float: left; width: 12em;
  margin: 0; padding: 0;
}
#Navigationsbereich ul {
  list-style: none;
  margin: 0; padding: 0.5em;
}
#Navigationsbereich ul a {
  display: block;
  width: 10em;
  padding: 0.2em;
  font-weight: bold;
  text-decoration:none;
}
#Navigationsbereich ul a:link {
  color: #FF6;
}
#Navigationsbereich ul a:visited {
  color: #FF6;
}
#Navigationsbereich ul a:hover {
  color: #FC0; 
}
#Navigationsbereich ul a:active {
  color: #FC0; background-color: #399;
}
#Navigationsbereich ul li.active a {
  color: #FC0;
  background-color: #377;
}

#Navigationsbereich ul li.navmainStandardLevel_2 a{
  width: 10.35em;
  background-color: #377;
  padding-left: 1em;
  font-size: 90%;
}
#Navigationsbereich ul li.navmainStandardLevel_3 a{
  width: 10.75em;
  background-color: #377;
  padding-left: 2em;
  font-size: 80%;
}
#Navigationsbereich ul li.navmainStandardLevel_4 a{
  width: 10.75em;
  background-color: #377;
  padding-left: 3em;
  font-size: 80%;
}

/* Sucheingabe */
  div#search {
  margin: 0; 
  padding: 0.5em;
}
#search label {
display: none;
}
search input#searchterm {
  font-size: 0.8em;
  width: 8em;
}

/* Hilfsnavigation */
  div#Breadcrumb {
  margin: 0.5em 0em 1em 0.5em;
}
div#Breadcrumb a {
  font-size: 0.8em;
  text-decoration:none;
}
div#Breadcrumb a:hover {
  text-decoration:underline;
}



div#Inhalt {
  background-color:#FFFFFF;
  margin-left: 12em;
  /* width: 797px; */
}

div.textItem {
padding: 0.5em;
}

div#Inhalt h1 {
  font-size: 1.5em;
  margin: 0 0 0.5em;
}
div#Inhalt h2 {
  font-size: 1.2em;
  margin: 0 0 0.5em;
}
div#Inhalt p {
  font-size:1em;
  margin: 0.5em 0;
}
div#oben h1 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
div#Inhalt h1.headline {
  margin-left: 0.5em;
} 

/* Artikelliste, Suchergebnis */
div.artikelliste, div#searchResults {
padding: 0.5em;
}
div.artikelliste a, div.searchResultItem a{
text-decoration:none;
}
div.artikelliste a:hover, div.searchResultItem a:hover{
text-decoration:underline;
}

/**** Bilder Galerie ****/
table.gallery {
	margin: 0.5em:;
	width: 750px;
}

table.gallery td.gallery-navigation {
	/*font-size: 0.6875em;*/	
}

table.gallery tr.thumbnails td {
	padding-bottom: 1em;
        text-align: center;
}
td.gallery_image a{
text-decoration:none;
}
td.gallery_image a:hover{
text-decoration:underline;
}


div.download {
	padding: 3px 0 3px 10px;
	background: url(../images/link_pfeil_klein.gif) no-repeat 0px 7px;

}

div.downloadImg {
        font-size: 0.8em;
	padding: 0;
	margin-top:10px;
	background: url(../images/navi_pfeil_rechts.gif) no-repeat 10px 7px;
}

div.gallery-detail {
	margin: 0.5em;
        text-align: center;
}


td.gallery_image{
	padding-bottom:1em;
	
}
td.gallery_image img{
	border: 0;
}

div.linkübersichtdownload {
    font-size: 0.8em;
}
