/*----------------------*/
/*	Body Style	*/
/*----------------------*/

body {
	margin: 0px;
	height: 100%; 
	width: 100%; 
	overflow-y: auto;
}

/*------------------------------*/
/*	Copyright Style		*/
/*------------------------------*/

.copyright {

	color: #000000;
	font-family: Verdana;
	font-weight: bold; 
	font-size: 8px;
	text-align: center;
	padding-top: 5px;
}
.copyright a:link {
	color: #23672e;
	text-decoration: none;
	font-size: 10px; 
} 
	
.copyright a:visited {
	color: #23672e;
	text-decoration: none;
	font-size: 10px;
}

.copyright a:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 10px;
}

.copyright a:active {
	color: #000000;
	text-decoration: underline;
	font-size: 10px;
}

/*----------------------*/
/*	Maintabellen	*/
/*----------------------*/

table.main { 
	background: white;
}

table.head { 
	background: white url("../gfx/page/header.jpg");
	background-repeat: no-repeat;
	background-position: top;
	border-left: #000000 1px solid;
	border-top: #000000 1px solid;
	border-right: #000000 1px solid;
}

table.data { 
	background: white url("../gfx/page/main.jpg");
	background-position: top;
}

td.content {
	background: #d9d9d9;
	border: #000000 1px solid;
}

/*----------------------*/
/*	DIV Styles	*/
/*----------------------*/

.small { 
	font-size: 1px;
}

div.overflow {
 	overflow-y: auto;
 	overflow-x: hidden;
	height: 530px;
}


/*----------------------*/
/*	Border Styles	*/
/*----------------------*/

.borderlr {
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
}

.borderl {
	border-left: #000000 1px solid;
}

.borderr {
	border-right: #000000 1px solid;
}

.borderlbr {
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-right: #000000 1px solid;
}

.bottomshaddow {
	background: transparent url("../gfx/page/bottom.png");
	background-repeat: repeat-x;
	background-position: top;
}

.rightshaddow {
	background: transparent url("../gfx/page/right.png");
	background-repeat: repeat-y;
	background-position: top;
}

.border_bottom {
	border-bottom: #000000 0px solid;	
}
/*----------------------*/
/*	Navigation	*/
/*----------------------*/

table.nav {
	border: #000000 1px solid;
}

td.nav {
	border-bottom: #000000 1px solid;
}

a.nav { 
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 14px; 
}

a.nav:link { 
	text-decoration: none;
}

a.nav:visited { 
	text-decoration: none;
}

a.nav:hover { 
	text-decoration: underline;
}

a.nav:active { 
	text-decoration: none;
}

/*----------------------*/
/*	Visitors	*/
/*----------------------*/

.visitors {
	color: #000000;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px; 
	margin-top: 5px;
	margin-right: 5px;
}

/*----------------------*/
/*	Adresse		*/
/*----------------------*/

.adresse {
	color: #000000;
	font-family: Verdana;
	font-weight: bold;
	font-size: 13px; 
}
.textidee {
	color: #183182;
	font-family: Times New Roman;
	font-style: italic;
	font-size: 10px; 
}
.texth {
	color: #38571B;
	font-family: Times New Roman;
	font-style: italic;
	font-size: 23px; 
}
.textillebrand {
	color: #000000;
	font-family: Times New Roman;
	font-style: italic;
	font-size: 18px; 
}


/*------------------------------*/
/*	Error Messages		*/
/*------------------------------*/

.error_bold {

	color: #000000;
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px; 
}

.error {

	color: #000000;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px; 
}

/*----------------------*/
/*	Pages Style	*/
/*----------------------*/


.page_topic {

	color: #000000;
	font-family: Verdana;
	font-weight: bold; 
	font-size: 22px;
}

.page_text {

	color: #000000;
	font-family: Verdana;
	font-weight: bold; 
	font-size: 11px;
}

.page_text a:link {

	text-decoration: none;

}

.page_text a:visited {

	text-decoration: none;

}

.page_text a:hover {

	text-decoration: underline;

}

.page_text a:active {

	text-decoration: underline;

}

.page_text_small {

	color: #000000;
	font-family: Verdana;
	font-size: 12px;
}

.page_text_small a:link {

	text-decoration: none;

}

.page_text_small a:visited {

	text-decoration: none;

}

.page_text_small a:hover {


	text-decoration: underline;

}

.page_text_small a:active {

	text-decoration: underline;

}

/* Kontakt Page Style */

.page_kontakt_inputs {

	width: 300px;
	border: #23672E 1px solid;
	color: #000000;
	font-family: Verdana;
	font-size: 12px;

}

.page_kontakt_nachricht {

	width: 300px;
	height: 130px;
	border: #23672E 1px solid;
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	overflow: auto;

}

.page_kontakt_text {

	color: #000000;
	font-family: Verdana;
	font-size: 12px;
}

.page_kontakt_text a:link {

	text-decoration: none;

}

.page_kontakt_text a:visited {

	text-decoration: none;

}

.page_kontakt_text a:hover {

	text-decoration: underline;

}

.page_kontakt_text a:active {

	text-decoration: underline;

}

.page_kontakt_text_bold {

	color: #000000;
	font-family: Verdana;
	font-weight: bold; 
	font-size: 12px;
}

.page_kontakt_text_bold a:link {

	text-decoration: none;

}

.page_kontakt_text_bold a:visited {

	text-decoration: none;

}

.page_kontakt_text_bold a:hover {

	text-decoration: underline;

}

.page_kontakt_text_bold a:active {

	text-decoration: underline;

}

/* Impressum Page Style */


.page_impressum_text {

	color: #000000;
	font-family: Verdana;
	font-size: 12px;
}

.page_impressum_text a:link {

	text-decoration: none;

}

.page_impressum_text a:visited {

	text-decoration: none;

}

.page_impressum_text a:hover {

	text-decoration: underline;

}

.page_impressum_text a:active {

	text-decoration: underline;

}

.page_impressum_text_bold {

	color: #000000;
	font-family: Verdana;
	font-weight: bold; 
	font-size: 12px;
}

.page_impressum_text_bold a:link {

	text-decoration: none;

}

.page_impressum_text_bold a:visited {

	text-decoration: none;

}

.page_impressum_text_bold a:hover {

	text-decoration: underline;

}

.page_impressum_text_bold a:active {

	text-decoration: underline;

}


/* Presse Style */

.page_presse_caption {

	background: #23672e;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 9px; 
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;


}

.page_presse_text {

	font-family: Verdana;
	font-size: 10px; 
	color: #000000;

}

.page_presse_text a:link {

	text-decoration: none;

}

.page_presse_text a:visited {

	text-decoration: none;

}

.page_presse_text a:hover {

	text-decoration: underline;

}

.page_presse_text a:active {

	text-decoration: underline;

}

.page_presse_border {

	border: #000000 1px solid;

}

.page_presse_meldung {

	color: #000000;
	font-family: Verdana;
	font-weight: bold;
	font-size: 9px; 
}


.page_presse_meldung a:link {
	text-decoration: none;
} 
	
.page_presse_meldung a:visited {
	text-decoration: none;
}

.page_presse_meldung a:hover {
	text-decoration: underline;
}

.page_presse_meldung a:active {
	text-decoration: underline;
}

/*----------------------*/
/*	Galerie		*/
/*----------------------*/

.status_meldung {

	color: #000000;
	font-family: Verdana;
	font-weight: bold;
	font-size: 9px; 
}

.status_meldung a:link {
	color: #23672E;
	text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
	font-size: 9px; 
} 
	
.status_meldung: avisited {
	color: #23672E;
	text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
	font-size: 9px; 
}

.status_meldung a:hover {
	color: #23672E;
	text-decoration: underline;
	font-family: Verdana;
	font-weight: bold;
	font-size: 9px; 
}

.status_meldung a:active {
	color: #23672E;
	text-decoration: underline;
	font-family: Verdana;
	font-weight: bold;
	font-size: 9px; 
}

.galerie_bilder_border {
	border: #000000 1px solid;
	background: #FFFFFF;
}

.galerie_bilder_showbild_text {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.galerie_bilder_showbild_text_unbolded {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
}

.galerie_bilder_showbild_textsmall {
	color: #000000;
	font-family: Verdana;
	font-size: 8px;
	font-weight: bold;
}

.galerie_bilder_showbild_text a:link {
	color: #23672E;
	text-decoration: none;
} 
	
.galerie_bilder_showbild_text a:visited {
	color: #23672E;
	text-decoration: none;
}

.galerie_bilder_showbild_text a:hover {
	color: #23672E;
	text-decoration: underline;
}

.galerie_bilder_showbild_text a:active {
	color: #23672E;
	text-decoration: underline;
}

.galerie_bilder_showbild {
	margin-top: 10px;
	margin-bottom: 10px;
	border: #000000 1px solid;
} 

ul {
  list-style-image: url(../gfx/page/punkt.png);
}

.submenu li {
  list-style-image: url(../gfx/page/arrow.png);
}
