/* KONFIGURATION ANSICHT KALENDER */
/* Links */
.link a {
	font-size:10px;
}

td.month_past_weekday {
	color:#C0C0C0;
} 
td.month_weekday {
	color:#000000;
}
td.month_holiday {
	color:#FF0000;
}

td.week_past_weekday {
	color:#C0C0C0;
} 
td.week_weekday {
	color:#000000;
}
td.week_holiday {
	color:#FF0000;
	font-weight:bold;
}


/* KONFIGURATION LINKS IM INHALT */
/* normaler Zustand */
a, a:link, a:visited, a:active {
	color:#004499;
	font-weight: normal;
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans serif;
	text-decoration: underline;
}

/* Maus darüber */
a:hover {
	color:#6699CC;
	text-decoration: none;
}

/* KONFIGURATION NAVIGATION */
/* Level 1 normaler Zustand */
a.nml, a:link.nml, a:visited.nml, a:hover.nml, a:active.nml {
	color:white;
	font-size:12px;
	font-style:normal;
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans serif;
	text-decoration: none;
	padding:5px;
	padding-top:8px;
	width:100%;
	height:100%;
}

/* Level 1 aktiver Zustand */
a.act, a:link.act, a:visited.act, a:hover.act, a:active.act {
	color:#004499;
	font-size:12px;
	font-style:normal;
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans serif;
	font-weight: bold;
	text-decoration: none;
	padding:5px;
	padding-top:8px;
	width:100%;
	height:100%;
}

/* Level 2 normaler Zustand */
a.nmlL2, a:link.nmlL2, a:visited.nmlL2, a:hover.nmlL2, a:active.nmlL2 {	
	color:#004499;
	font-size:11px;
	font-style:normal;
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans serif;
	text-decoration: none;
	width:100%;
	height:100%;
	padding:5px;
}

/* Level 2 aktiver Zustand */
a.actL2, a:link.actL2, a:visited.actL2, a:hover.actL2, a:active.actL2 {
	color:#004499;
	font-size:11px;
	font-style:normal;
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans serif;
	font-weight:bold;
	text-decoration: none;
	width:100%;
	height:100%;
	padding:5px;
}
/* KONFIGURATION Zusatznavigation (Impressum, Druckversion, Sitemap, Gästebuch) */
/* normaler Zustand */
a.zunav, a:link.zunav, a:visited.zunav, a:active.zunav {
	color:#333333;
	font-size:11px;
	font-style:normal;
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans serif;
	text-decoration: none;
}

/* Maus darüber */
a:hover.zunav {
	color:#000000;
}

/* KONFIGURATION LINK ZUM SEITENANFANG */
/* normaler Zustand */
a.totop, a:link.totop, a:visited.totop, a:active.totop {
	color:#999999;
	font-size:10px;
	font-style:normal;
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans serif;
	text-decoration: none;
	border-bottom: 0px;
}
/* Maus darüber */
a:hover.totop {
	color:#eeeeee;
}


/* KONFIGURATION COPYRIGHT-LINK */
/* normaler Zustand */
.copy, a.copy, a:link.copy, a:visited.copy, a:active.copy {
	color:#999999;
	font-size:10px;
	font-style:normal;
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans serif;
	text-decoration: none;
}
/* Maus darüber */
a:hover.copy {
	color:#ffffff;
}


/* GÄSTEBUCH KONFIGURATION */
/* id für Grundeinstellungen */
#guestbook {
	width:100%;
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans serif;
	font-size:12px;
	color:#333333;
}

/* Linkkonfiguration normaler Zustand */
a.guest, a:link.guest, a:visited.guest, a:active.guest {
	color:#ffffff;
	font-size:11px;
	font-style:normal;
	
	text-decoration: none;
}

/* Maus darüber */
a:hover.guest {
	color:#000000;
	font-size:11px;
	font-style:bold;
	text-decoration: none;
}

/* Konfiguration für den Bereich Name, EMail, Datum (komplett)  */
.guestHead {
	padding:2 3 3 3;
	height:38px;
	background-color:#339933;
}

/* Konfiguration für den Bereich Name, EMail */
.guestEntryLeft {
	position:absolute;
	float:left;
	width:400px;
	color:#ffffff;

}

/* Konfiguration für den Bereich Datum */
.guestEntryRight {
	float:right;
	width:130px;
	color:#ffffff;
	text-align:right;
}

/* Konfiguration für den Bereich Titel, Inhalt (komplett) */
.guestContent {
	padding:2 5 5 5;
	height:100%:
	padding:5px;
	background-color:#FFF4D6;
	border-bottom:1px solid #333333;
}

/* Konfiguration für den Bereich Titel */
.guestTitle {
	color:#006600;
}

/* Konfiguration für den Bereich Inhalt */
.guestMessage {
	color:#333333;
}

/* KONFIGURATION DER KLASSEN FÜR DIE INPUTFELDER */
/* normaler Zustand */
.normal {
	border:1px solid #999999;
	color:#000000;
	background-image:url('http://web22.hrt-server.de/fileadmin/images/mainBgForm.image.gif');
	background-repeat:repeat-x;
}

.normalArea {
	border:1px solid #999999;
	color:#000000;
	border:1px solid #103d6a;
	background-image:url('http://web22.hrt-server.de/fileadmin/images/mainBgFormArea.image.gif');
	background-repeat:repeat-x;
}

/* aktiver Zustand */
.active {
	border:1px solid #D60404;
	background-color:#FFFFFF;
	color:#006699;
}


/* KONFIGURATION DES INHALTSTEXTES */
.content {
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans serif;
	font-size:12px;
	color:#666666;
	line-height:18px;
}

/* LISTENKONFIGURATION */
ul, ol {
	list-style-image:url(http://web58.hrt-server.de/fileadmin/images/aufzaehlungspunkt.gif);
}

/* KONFIGURATION FÜR SCROLLBARS DES BROWSERS */
body {	
	SCROLLBAR-FACE-COLOR:#FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR:#FFFFFF;
	SCROLLBAR-3DLIGHT-COLOR:#CCCCCC;
	SCROLLBAR-SHADOW-COLOR:#CCCCCC;
	SCROLLBAR-DARKSHADOW-COLOR:#888888;
	SCROLLBAR-TRACK-COLOR:#EEEEEE;
	SCROLLBAR-ARROW-COLOR:#000000;
}