a:link {
	text-decoration:none;
	padding-bottom: 0px;
}

a:visited {
text-decoration:none;
}

a:active {
text-decoration:underline;
}

a:hover	{
text-decoration:underline;
}

body {
	background-color: #545454;
}

td	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

h1	{
	font-size:14px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.rahmen {
	border: 1px solid #7F7F7F;
}
.rahmenlr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: none;
	border-right-color: #7F7F7F;
	border-bottom-color: #none;
	border-left-color: #7F7F7F;
}

.navi {
	font-weight: bold;
	font-size: 12px;
	color: #C2FF00;
	margin-left: 20px;
}

.naviactive {
	font-weight: bold;
	font-size: 12px;
	color: #FFE615;
	margin-left: 20px;
	text-decoration:none;
}

.button {
	margin-right: 6px;
	margin-bottom:6px;
}

.norepeat {
background-repeat:no-repeat;
}

.notactive {
	font-weight: bold;
	font-size: 12px;
	color:#666666;
	margin-left: 20px;
}

.textlink{
	color:#FF0000
}

.input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF5500;
	border: 1px solid #013A6F;
	background-color: #F2FFC8;
}

.errorform {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FF5500;
	font-size:11px;
	border: 2px solid #FF3300;
	background-color: #F2FFC8;

}

.button{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #000000;
	border: 1px solid #013A6F;
	background-color: #FFA545;
	cursor: hand;
	width: 250px;
}

.input2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #344500;
	border: 1px solid #013A6F;
	background-color: #FFEAC8;
}

.errorform2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#344500;
	font-size:11px;
	border: 2px solid #FF3300;
	background-color: #FFEAC8;

}

.button2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #000000;
	border: 1px solid #013A6F;
	background-color: #C8FF45;
	cursor: hand;
	width: 250px;
}

.gruen {
	color:#C2FF00;
}

.orange {
	color:#FF5500;
}