/* * * * * * * * * * * * * ALLGEMEINES Z-SCORE * * * * * * * * * * * * */

html, body
{
	height: 100%;
	margin: 0px;
}

body, table, input, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}


/* * * * * * * * * * * * * RAND * * * * * * * * * * * * */

body.rand
{
	background-color: #000000;
}


/* * * * * * * * * * * * * MENU * * * * * * * * * * * * */

body.menu
{
	background-image: url(pic/hgmenue.gif);
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #DEE5D5;
}

div.streifen_oben
{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 240px;
	height: 206px;
	background-image: url(pic/hgleft.gif);
	background-attachment: fixed;
	z-index: 1;
}

div.streifen_unten
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 240px;
	height: 129px;
	background-image: url(pic/menue_bottom.gif);
	z-index: 0;
}

div.minilink_box
{
	position: relative;
	top: 180px;
	left: 33px;
	border: 0px solid blue;
	width: 170px;
	height: 30px;
	z-index: 2;
}
div.minilink
{
	margin: 0px;
	padding: 20px 5px 0px 0px;
	float: left;
}

a.link_home, a.link_home:visited, 
a.link_home:active, a.link_home:hover,
a.link_home_aktiv
{
	background-image: url(pic/icon_home.gif);
	background-position: top center;
	background-repeat: no-repeat;
	height: 20px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #853046;	
}
a.link_home_aktiv, a.link_home_aktiv:visited, 
a.link_home_aktiv:active, a.link_home_aktiv:hover
{
	color: #853046;
	text-decoration: underline;
}

a.link_kontakt, a.link_kontakt:visited, 
a.link_kontakt:active, a.link_kontakt:hover,
a.link_kontakt_aktiv
{
	background-image: url(pic/icon_kontakt.gif);
	background-position: top center;
	background-repeat: no-repeat;
	height: 20px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #853046;	
}
a.link_kontakt_aktiv, a.link_kontakt_aktiv:visited, 
a.link_kontakt_aktiv:active, a.link_kontakt_aktiv:hover
{
	color: #853046;
	text-decoration: underline;
}

a.link_anfahrt, a.link_anfahrt:visited, 
a.link_anfahrt:active, a.link_anfahrt:hover,
a.link_anfahrt_aktiv
{
	background-image: url(pic/icon_anfahrt.gif);
	background-position: top center;
	background-repeat: no-repeat;
	height: 20px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #853046;	
}
a.link_anfahrt_aktiv, a.link_anfahrt_aktiv:visited, 
a.link_anfahrt_aktiv:active, a.link_anfahrt_aktiv:hover
{
	color: #853046;
	text-decoration: underline;
}

a.link_impressum, a.link_impressum:visited, 
a.link_impressum:active, a.link_impressum:hover,
a.link_impressum_aktiv
{
	background-image: url(pic/icon_impressum.gif);
	background-position: top center;
	background-repeat: no-repeat;
	height: 20px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #853046;	
}
a.link_impressum_aktiv, a.link_impressum_aktiv:visited, 
a.link_impressum_aktiv:active, a.link_impressum_aktiv:hover
{
	color: #853046;
	text-decoration: underline;
}


div.menutabelle
{
	position: absolute;
	top: 260px;
	left: 0px;
	display: block;
	width: 205px;
	height: 100px;
	border: 0px solid red;
	z-index: 3;
}

table.menupunkte
{
	width: 208px;
	height: 100px;
	padding: 0px;
	border-collapse: collapse;
	background-color: #B1C29C;
}
table.menupunkte td.menulink
{
	padding: 0px;
	border-collapse: collapse;
	text-align: right;
	vertical-align: middle;
	width: 199px;
	height: 20px;
	
	background-color: transparent;
	border-bottom: 1px dashed #666;
	border-top: 1px dashed #666;
}
table.menupunkte td.menupfeil
{
	padding: 0px;
	border-collapse: collapse;
	text-align: left;
	vertical-align: middle;
	width: 9px;
	height: 20px;
	
	background-color: #DEE5D5;
	background-image: url(pic/menupfeil.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

a.link_menu, a.link_menu:visited
{
	display: block;
	width: 189px;
	height: 14px;
	background-color: transparent;
	padding: 4px 10px 3px 0px;
	font-size: 11px;
}
a.link_menu:hover, a.link_menu:active
{
	display: block;
	width: 189px;
	height: 14px;
	background-color: #c9d6bc;
	padding: 4px 10px 3px 0px;
	text-decoration: none;
}

a.link_menu_aktiv, a.link_menu_aktiv:visited
{
	display: block;
	width: 189px;
	height: 14px;
	background-color: #c9d6bc;
	padding: 4px 10px 3px 0px;
	font-size: 11px;
}
a.link_menu_aktiv:hover, a.link_menu_aktiv:active
{
	display: block;
	width: 189px;
	height: 14px;
	background-color: #c9d6bc;
	padding: 4px 10px 3px 0px;
	text-decoration: none;
}


/* * * * * * * * * * * * * TOP + LOGO * * * * * * * * * * * * */

body.top
{
	background-image: url(pic/hgtop.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #DEE5D5;
}

a.logolink
{
	margin: 10px 0px 0px 80px;
}


/* * * * * * * * * * * * * NEWS * * * * * * * * * * * * */

body.news
{
	background-image: url(pic/hgnews.gif);
	background-repeat: repeat;
	background-position: top left;
	background-color: #fff;
}

div.newsbild
{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 150px;
	height: 129px;
	background-image: url(pic/newsbild.gif);
}

p.newsliste
{
	background-image: url(pic/news_punkt.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 3px 0px 0px 25px;
	margin: 10px 3px 20px 6px;
	
	color: #666;
	font-size: 10px;
}

a.news_link
{
	font-weight: normal;
}

div.kontaktdaten
{
	position: absolute;
	top: 180px;
	left: 0px;
}

div.adresse
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0px 10px 10px 10px;
	color: #666;
	font-size: 10px;
	font-weight: bold;
}


/* * * * * * * * * * * * * INHALTE * * * * * * * * * * * * */

body.inhalt
{
	background-color: #DEE5D5;
	color: #666;
	margin: 0px 30px 0px 0px;
	border: 0px solid blue;
}


a, a:visited 
{
	color: #853046;
	font-weight: bold;
	text-decoration: none;
}
a:active, a:hover
{
	color: #225627;
	text-decoration: underline;
}

a.partner_link, a.partner_link:visited 
{
	color: #853046;
	font-weight: normal;
	text-decoration: none;
}
a.partner_link:active, a.partner_link:hover
{
	color: #225627;
	text-decoration: underline;
}

a img
{
	border: 0px;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.gruen
{
	color: #225627;
}

.nowrap
{
	white-space: nowrap;
}

h1
{
	font-size: 18px;
	font-weight: bold;
	color: #853046;
	width: 60%;
	padding: 0px 0px 5px 5px;
	margin: 10px 0px 25px 0px;
	border-bottom: 1px solid #225627;
}

h2
{
	font-size: 13px;
	font-weight: bold;
	color: #225627;
	margin: 10px 0px 25px 0px;
}

h2.kontakt1
{
	margin: 0px;
}
h2.kontakt2
{
	margin: 20px 0px 0px 0px;
}

div.zitatbox
{
	background-color: #C5DBC1;
	border: 1px dotted #853046;
	width: 450px;
	margin: 0px 0px 50px 90px;
	padding: 10px;
	
	background-image: url(pic/z_score_klein.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
p.zitat
{
	text-align: center;
	color: #853046;
	font-weight: bold;
	margin: 0px 10px 20px 20px;
}
p.autor
{
	text-align: center;
	color: #853046;
	font-style: italic;
	margin: 20px 10px 0px 10px;
}

p.hinweis
{
	font-size: 11px;
}

p.empfehlung
{
	text-align: right;
}

ul.zentriert
{
	padding: 10px 30px 0px 30px;
	margin-left: 30px;
}
ul.aufzaehlung
{
	list-style-image: url(pic/logo_punkt.gif);
	margin-left: 20px;
}
.aufzaehlung li
{
	padding: 0px 0px 15px 0px;
	color: #225627; 
}


dl dt
{
	font-weight: bold;
	padding: 10px 0px 6px 0px;
}


ul.ansprech {
	list-style-image: url(pic/logo_punkt.gif);
}
.ansprech li {
	padding: 8px 0 0 0;
	margin-left: 10px;
	font-size: 12px;
}
.trennlinie {
	margin: 0.5em 0 1em 0;
	border-bottom: 1px solid #225627; 
}

.taetigkeit
{
	background-color: #C5DBC1;
	border: 1px dotted #853046;
	width: 90%;
	margin: 0 0 0 60px;
	padding: 0 0 0 8px;
}
ul.werdegang {
	list-style-type: square;
}
.werdegang li {
	padding: 8px 0 0 0;
	margin-left: 0;
	font-size: 12px;
}
div.foto
{
	width: 150px;
	height: 150px;
	text-align: center;
	padding: 60px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	border: 2px solid #666;
}

table.anfahrt
{
	width: 80%;
	text-align: center;
}

img.anfahrtsskizze
{
	border: 1px solid #225627;
}

table.kontaktdaten td
{
	vertical-align: top;
	padding: 6px 20px 3px 0px;	
}

/*####################################################*/



/* * * * * KONTAKT FORMULAR * * * * */
table.kontakttabelle
{
	width: 100%;
}
table.kontakttabelle td
{
	vertical-align: top;
	padding: 4px;
}


input.feld
{
	background-color: #fff;
	border:1px solid #225627;
	width: 150px;
}
input.feldklein
{
	background-color: #fff;
	border:1px solid #225627;
	width: 40px;
}

input.button
{
	background-color: #225627;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
}

textarea.textbox
{
	background-color: #fff;
	border: 1px solid #225627;
	height: 130px;
	width: 380px;
}

.errorfeld /* fehlerhaftes Feld in Formularen */
{
	background-color: #e6e6e6;
	border: 1px solid #853046;
	width: 150px;
}

.errortextbox /* fehlerhaftes Textfeld in Formularen */
{
	background-color: #e6e6e6;
	border: 1px solid #853046;
	height: 130px;
	width: 380px;
}

.feldsf /* feld, das versteckt wird, als Bot-Schutz */
{
	display: none;
}

.imgsf /* Bild als Bot-Schutz */
{
	text-align: center;
	vertical-align: text-bottom;
}

.sternchen /* Pflichtfeld-Sternchen */
{
	font-size: 11px;	
	color: #853046;
}

/* Textformatierung von Fehlermeldungen */
.errortext
{
	font-size: 11px;
	color: #853046;
	font-weight: bold;
}