/* CSS Document */

/* Hauptmenüpunkte */

a.haupt:link {
	color: #666666;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
}
a.haupt:visited {
	text-decoration: none;
	color: #666666;
	font-size:12px;
	font-weight:bold;
}
a.haupt:hover {
	text-decoration: none;
	color: #000000;
	font-size:12px;
	font-weight:bold;
}
a.haupt:active {
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
}

/* Hauptmenüpunkte aktiv */

a.aktivhaupt:link {
	color: #000000;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
}
a.aktivhaupt:visited {
	text-decoration: none;
	color: #000000;
	font-size:12px;
	font-weight:bold;
}
a.aktivhaupt:hover {
	text-decoration: none;
	color: #000000;
	font-size:12px;
	font-weight:bold;
}
a.aktivhaupt:active {
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
}

/* Menüpunkte & Links */

a:link {
	color: #666666;
	text-decoration: none;
	cursor:pointer;
}
a:visited {
	text-decoration: none;
	color: #666666;
	cursor:pointer;
}
a:hover {
	text-decoration: none;
	color: #000000;
	cursor:pointer;
}
a:active {
	text-decoration: none;
	cursor:pointer;
}


/* Menüpunkte aktiv */

a.aktiv:link {
	color: #000000;
	text-decoration: none;
}
a.aktiv:visited {
	text-decoration: none;
	color: #000000;
}
a.aktiv:hover {
	text-decoration: none;
	color: #000000;
}
a.aktiv:active {
	text-decoration: none;
}

/* Menüpunkte im Bottom */

a.bottom:link {
	color:#FFFFFF;
	font-size:11px;
	text-decoration: none;
}
a.bottom:visited {
	text-decoration: none;
	color:#FFFFFF;
	font-size:11px;
}
a.bottom:hover {
	text-decoration: underline;
	color:#FFFFFF;
	font-size:11px;
}
a.bottom:active {
	text-decoration: none;
}

/* Links mit Pfeil */

a.pfeil:link {
	color:#666666;
	text-decoration: none;
	background-image:url(../images/layout/pfeil.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
}
a.pfeil:visited {
	text-decoration: none;
	color:#666666;
	background-image:url(../images/layout/pfeil.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
}
a.pfeil:hover {
	text-decoration: underline;
	color:#000000;
	background-image:url(../images/layout/pfeil_a.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
}
a.pfeil:active {
	text-decoration: none;
	background-image:url(../images/layout/pfeil.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
}

/* Styles beim Formular */

.fehler{
	color:#FF0000;
	font-weight:bold;
}

.korrekt{
	color:#009900;
	font-weight:bold;
}

.felder{
	width:175px;
	border:1px solid #FFFFFF;
}

.message{
	width:225px;
	border:1px solid #FFFFFF;
}

.senden{
	width:175px;
	border:thin;
	background-color:#e6e4f1;
	border:1px solid #e6e4f1;
	font-size:11px;
}
/* Ueberschriften */
h1 {
	font-size:14px;
}
h3 {
	font-size:12px;
}