h1 {
	font-size:16px;	
	color:#ededed;
}


h2 {
	font-size:14px;	
	color:#ededed;
}


input.felder{
	height:18px; 
	width:160px; 
	background-color:#fff; 
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

textarea {
	background-color:#fff; 
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


.fehler {
	color:#eb7474;
}

.korrekt {
	color:#5ccc89;
}

hr {
	background-color:#898989; 
	color:#898989;
	border: #898989;
	height: 1px;
	margin:2px 0;
}


/* --------------------- Links Standard------------------------------- */
a:link {
	color: #cecece;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #cecece;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}

/* --------------------- Links oben ------------------------------- */
a.light:link {
	color: #acacac;
	text-decoration: none;
}
a.light:visited {
	text-decoration: none;
	color: #acacac;
}
a.light:hover {
	text-decoration: underline;
	color: #fff;
}

/* --------------------- Links im Menu ------------------------------- */
a.menue:link {
	color: #fff;
	text-decoration: none;
	width:150px;
	height:18px;
	display:block;
	padding:2px 0 2px 7px;
	font-size:13px;
	margin-bottom:5px;
}
a.menue:visited {
	color: #fff;
	text-decoration: none;
	width:150px;
	height:18px;
	display:block;
	padding:2px 0 2px 7px;
	font-size:13px;
	margin-bottom:5px;
}
a.menue:hover {
	color: #fff;
	text-decoration: none;
	width:150px;
	height:18px;
	display:block;
	padding:2px 0 2px 7px;
	font-size:13px;
	margin-bottom:5px;
	background-color:#606060;
/*	background-image:url(../images/layout/bg_menu.gif);
	background-repeat:no-repeat;*/
}

/* --------------------- Links im Menu aktiv ------------------------------- */
a.aktiv:link {
	color: #fff;
	text-decoration: none;
	width:150px;
	height:18px;
	display:block;
	padding:2px 0 2px 7px;
	font-size:13px;
	margin-bottom:5px;
	background-color:#606060;
/*	background-image:url(../images/layout/bg_menu.gif);
	background-repeat:no-repeat;*/
}
a.aktiv:visited {
	color: #fff;
	text-decoration: none;
	width:150px;
	height:18px;
	display:block;
	padding:2px 0 2px 7px;
	font-size:13px;
	margin-bottom:5px;
	background-color:#606060;
/*	background-image:url(../images/layout/bg_menu.gif);
	background-repeat:no-repeat;*/
}
a.aktiv:hover {
	color: #fff;
	text-decoration: none;
	width:150px;
	height:18px;
	display:block;
	padding:2px 0 2px 7px;
	font-size:13px;
	margin-bottom:5px;
	background-color:#606060;
/*	background-image:url(../images/layout/bg_menu.gif);
	background-repeat:no-repeat;*/
}

/* --------------------- Links im Menu SUB ------------------------------- */
a.menuesub:link {
	color: #fff;
	text-decoration: none;
	width:135px;
	display:block;
	padding:2px 0 2px 22px;
	font-size:13px;
	margin-bottom:5px;
}
a.menuesub:visited {
	color: #fff;
	text-decoration: none;
	width:135px;
	display:block;
	padding:2px 0 2px 22px;
	font-size:13px;
	margin-bottom:5px;
}
a.menuesub:hover {
	color: #fff;
	text-decoration: none;
	width:135px;
	display:block;
	padding:2px 0 2px 22px;
	font-size:13px;
	margin-bottom:5px;
	background-color:#606060;
}
/* --------------------- Links im Menu SUB - Aktiv ------------------------------- */
a.subaktiv:link {
	color: #fff;
	text-decoration: none;
	width:135px;
	display:block;
	padding:2px 0 2px 22px;
	font-size:13px;
	margin-bottom:5px;
	background-color:#606060;
}
a.subaktiv:visited {
	color: #fff;
	text-decoration: none;
	width:135px;
	display:block;
	padding:2px 0 2px 22px;
	font-size:13px;
	margin-bottom:5px;
	background-color:#606060;
}
a.subaktiv:hover {
	color: #fff;
	text-decoration: none;
	width:135px;
	display:block;
	padding:2px 0 2px 22px;
	font-size:13px;
	margin-bottom:5px;
	background-color:#606060;
}