body
{
	
    background-color: #676767;

    font-size: 1em;
    font-family: Verdana,Arial,sans-serif;

    margin: 0;
	padding: 0;
	
    text-align: center;  /* Zentrierung im Internet Explorer */
	
  	height: 100%;
}
 
 
div#SeiteWeiss
{
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0px auto;      /* standardkonforme horizontale Zentrierung */
    padding: 0px;
		
    width: 635px;
	height: 760px;
	
	background: url(images/hg_mitbild.png) no-repeat top;
	background-position: top left;
	
	border: 1px solid #676767; /* dieser Rand ist nicht sichtbar */
}

div#SeiteGrau
{
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0px auto;      /* standardkonforme horizontale Zentrierung */
	padding: 0px;
		
    width: 635px;
	height: 760px;
	
	background: url(images/hg_gesamt.png) no-repeat top left;
	
	border: 1px solid #676767; /* dieser Rand ist nicht sichtbar */
}

div#SeiteMitBild
{
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0px auto;      /* standardkonforme horizontale Zentrierung */
	padding: 0px;
		
    width: 635px;
	height: 760px;
	
	background: url(images/hg_mitbild.png) no-repeat top left;
	
	border: 1px solid #676767; /* dieser Rand ist nicht sichtbar */
}


div#Navigation {
    float: left; 
	width: 220px;
    margin: 160px 0px 0px 0px; 
	padding: 0;
	height: 200px;

    font-size: 0.6em;
	overflow: hidden;
	
	color: #000000;
}

div#Navigation ul {
	list-style-type: none;
}

div#Navigation ul li ul {
	margin-left: 15px;
	padding-left: 0px;
}

div#Navigation ul li a, div#Navigation ul li ul li a  {
	color: #000000;
	text-decoration: none;
}

div#Navigation a:hover  {
	color: #DBB203;
}       

div#Navigation a:active  {
	color: #DBB203;
}  

div#Navigation a.currentPage  {
	color: #DBB203;
}  



div#Bild {

    margin: 0px 0px 0px 225px;
    padding: 0;
	height: 380px;
	vertical-align: middle;
}


* html div#Bild { /* * html verstehen nur IE-Browser bis zur Version 6, dh. IE7, Mozilla, Opera etc. ignorieren das alles */
  	margin-left: 221px;
  	margin-l\eft: 220px; /* \ versteht der IE5.5 nicht, dh. dies Setting überschreibt das obere in IE6+ */
}
  
  
div#Bildliste {
    margin: 0px 0px 0px 225px;
    padding: 0 1em;
	font-size: 0.7em;
	color: #cccccc;
} 

div#Bildliste ul {
	display: inline;
	padding-left: 10px;
	margin-left: 0px;
}

div#Bildliste ul li {
    margin: 0px 5px;
	display: inline;
}

div#Bildliste ul li a  {
	color: #cccccc;
}   

div#Bildliste ul li a:active, div#Bildliste ul li a:hover, div#Bildliste ul li a.currentPage {
	color: #DBB203;
}   



div#logo {
    margin: -60px 0px 0px 549px;
    padding: 0;
	width: 86px;
	height: 109px;
	background: url(images/katze.png) no-repeat;
}




div#Inhalt p {
    margin: 1em 0;
}

div#Inhalt li {
    margin: 0.2em 0;
}

div#Inhalt a:hover, a.currentPage {
	color: #DBB203;
}


div#SeiteWeiss div#Inhalt {
	color: #000000;
	margin: 45px 0px 0px 225px;
    padding: 0 6em 0 1em;
	font-size: 0.7em;
}

div#SeiteWeiss div#Inhalt h1 {
	color: #000000;
	font-weight: bold;
	margin: 0 0 1em;
	font-size: 1.5em;
}

div#SeiteWeiss div#Inhalt h2 {
	color: #000000;
	font-weight: bold;
	margin: 0 0 1em;
	font-size: 1.3em;
}

div#SeiteWeiss div#Inhalt h3 {
	color: #000000;
	font-weight: bold;
	margin: 0 0 1em;
	font-size: 1.2em;
}

div#SeiteWeiss div#Inhalt a {
	color: #000000;
}



div#SeiteGrau div#Inhalt {
	color: #cccccc;
	margin: 45px 0px 0px 225px;
    padding: 0 6em 0 1em;
	font-size: 0.7em;
}

div#SeiteGrau div#Inhalt h1 {
	color: #ffffff;
	font-weight: bold;
	margin: 0 0 1em;
	font-size: 1.5em;
}

div#SeiteGrau div#Inhalt h2 {
	color: #ffffff;
	font-weight: bold;
	margin: 0 0 1em;
	font-size: 1.3em;
}

div#SeiteGrau div#Inhalt h3 {
	color: #ffffff;
	font-weight: bold;
	margin: 0 0 1em;
	font-size: 1.2em;
}

div#SeiteGrau div#Inhalt a {
	color: #cccccc;
}

div#SeiteMitBild div#Inhalt {
	color: #cccccc;
	margin: 25px 0px 0px 225px;
    padding: 0 6em 0 1em;
	font-size: 0.7em;
}

div#SeiteMitBild div#Inhalt h1 {
	color: #ffffff;
	font-weight: bold;
	margin: 0 0 1em;
	font-size: 1.5em;
}

div#SeiteMitBild div#Inhalt h2 {
	color: #ffffff;
	font-weight: bold;
	margin: 0 0 1em;
	font-size: 1.3em;
}

div#SeiteMitBild div#Inhalt h3 {
	color: #ffffff;
	font-weight: bold;
	margin: 0 0 1em;
	font-size: 1.2em;
}

div#SeiteMitBild div#Inhalt a {
	color: #cccccc;
}

div#SeiteWeiss div#Inhalt a:hover, div#SeiteGrau div#Inhalt a:hover, div#SeiteMitBild div#Inhalt a:hover
{
	color: #DBB203;
}

p#printLogo 
{
	display: none;
}
