body{
background-color: #d7dadf;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.ueberschrift{
	background: red;
	color: white;
	margin-top: 15px;
}
.indexseite{
	vertical-align: middle;
	font-size: 30px;
	font-weight: bold;
	color: white;
	padding-left: 110px;
}
.emaillink{
	color: white;
	text-decoration: none;
}
.emaillink:hover {
	color: yellow; 
	text-decoration: underline;
}
.pic_left {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 15px;
}
.counter {
	margin-left: 10px;
	color: white;
}



/* Navigations Menü Einstellungen*/

.menue {
	color: white;
	padding-top: 10px;
	padding-right: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
}

.menue a.vorher {
	color: white;
	margin-left: 10px;
	text-decoration: none;
}
.menue a.nachher {
	color: yellow;
	margin-left: 10px;
	text-decoration: none;
}

.menue a.vorher_unter {
	color: white;
	margin-left: 20px;
	text-decoration: none;
}
.menue a.nachher_unter {
	color: yellow;
	margin-left: 20px;
	text-decoration: none;
}

.menue a.vorher:hover {
	color: yellow;
	text-decoration: underline;
	margin-left: 10px;
}

.menue a.vorher_unter:hover {
	color: yellow; 
	text-decoration: underline;
	margin-left: 20px;
}


/*Einstellungen für die Informationen (nur für die Startseite gültig)*/
.main {
	background: #FFFFFF;
	padding: 10px 10px 10px 10px;
	aligne: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.main h1 {
	font-size: 20px;
	font-weight: bold;
}
.main h2 {
	font-size: 16px;
	font-weight: bold;
}
.main a.email{
	color: red;
	text-decoration: none;
}
.main a.sitemap{
	color: red;
	text-decoration: none;
	font-weight: bold;
	margin-left: 5px;
}
.main a.sitemap_link{
	color: black;
	text-decoration: none;
}
.main div.pic_right {
	float: right;
	margin: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.main div.pic_left {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
.main div.pic_right_b {
	border: 1pt solid #999999;
	float: right;
}
.main div.pic_left_b {
	border: 1pt solid #999999;
	float: left;
}
.main table.left {
	float: left;
}
.main table.right {
	float: right;
}
.main table.center {
	float: center;
}

/* Einstellungen für die Newsleiste */
.newsbg {
	background: white;
}

.news {
	padding-top: 30px;
}

/* Einstellungen für die Adressleiste */
.adresse {
	background: red;
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}


/*-----------------Bilder Gallerie----------------------*/

A:link{
	text-decoration: none;
}
A:visited{
	text-decoration: none;
}
A:active{
	text-decoration: none;
}

/** 
 * link used for the pagenumbers 
 */
A.kc:link { 
	color: #6380BC; 
	font-size: 8pt; 
	text-decoration: none;
	font-family:Verdana,Arial,Tahoma,Helvetica,sans-serif; 
}

A.kc:visited { 
	color: #6380BC; 
	font-size: 8pt; 
	text-decoration: none;
	font-family:Verdana,Arial,Tahoma,Helvetica,sans-serif; 
}

A.kc:active { 
	color: #6380BC; 
	font-size: 8pt; 
	text-decoration: none;
	font-family:Verdana,Arial,Tahoma,Helvetica,sans-serif; 
}

A.kc:hover { 
	color: #6380BC; 
	font-size: 8pt; 
	text-decoration: underline;
	font-family:Verdana,Arial,Tahoma,Helvetica,sans-serif; 
}

/**
 * link used for the execution time
 */
A.kcB:link { 
	color: #000000; 
	font-size: 8pt; 
	text-decoration: none;
	font-family:Verdana,Arial,Tahoma,Helvetica,sans-serif; 
}

A.kcB:visited { 
	color: #000000; 
	font-size: 8pt; 
	text-decoration: none;
	font-family:Verdana,Arial,Tahoma,Helvetica,sans-serif; 
}

A.kcB:active { 
	color: #000000; 
	font-size: 8pt; 
	text-decoration: none;
	font-family:Verdana,Arial,Tahoma,Helvetica,sans-serif; 
}

A.kcB:hover { 
	color:#000000;  
	font-size: 8pt; 
	text-decoration: underline;
	font-family:Verdana,Arial,Tahoma,Helvetica,sans-serif; 
}

/**
 * special text parts: small and some highlight or normal colours!
 * by editing the colours, the whole gallery will change;
 * -> central preferences
 */
small { 
	color: #000000; 
	font-size: 8pt; 
	font-family:Verdana,Arial,Tahoma,Helvetica,sans-serif; 
}

.highlight { 
	background-color: #CECFCE 
}

.highlight2 { 
	background-color: #6380BC 
}

.normal { 
	background-color: #EEEEEE 
}

.normal2 { 
	background-color: #DEDEDE 
}
