body {
	padding : 0px;
	margin : 0px;
	font-size: 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #124B55;
}

table {
	padding : 0px;
	margin : 0px;
	font-size: 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #124B55;
}

.form_text {
	font-weight: bold; 
	color:#124B55;
}

.form_text_error {
	font-weight: bold; 
	color: #F66014;
}

.input_text {
	padding : 0px;
	margin : 0px;
	width: 230px;
	height: 16px;
	background-color : WHITE;
	border-color: #F66014;
	border-width: 1px;
	border-style:solid;
	font-size: 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #124B55;
}

.input_text_error {
	padding : 0px;
	margin : 0px;
	width: 230px;
	height: 16px;
	background-color : WHITE;
	border-color: #F66014;
	border-width: 2px;
	border-style:solid;
	color: #124B55;
}

.input_radio {
	width: 12px;
	height: 12px;
	vertical-align: bottom;
}

textarea {
	padding : 0px;
	margin : 0px;
	background-color : WHITE;
	border-color: #F66014;
	border-width: 1px;
	border-style: solid;
	font-size: 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #124B55;
	padding: 3px;
}

.textarea_error {
	padding : 0px;
	margin : 0px;
	width: 350px;
	height: 126px;
	background-color : WHITE;
	border-color: #F66014;
	border-width: 2px;
	border-style:solid;
	font-size: 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #124B55;
	padding: 3px;
}

.button {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: WHITE;
	font-weight: bold;
	padding-bottom : 2px;
	margin : 1px;
	width: 110px;
	height: 24px;
	background-color : #F66014;
	border-width: 0px;
}
a:link, a:visited, a:active {
	text-decoration: none;
	font : 11px;
	color: #124B55;
}

a:hover {
	text-decoration: underline;
}

.newslink:link, .newslink:visited, .newslink:active {
	text-decoration: none;
	font-size: 10px;
	color: #124B55;
}

.newslink:hover {
	text-decoration: underline;
}

.navi:link, .navi:visited {
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}

.navi:active {
	font-weight: bold;
	font-size: 12px;
	color: #124B55;
}

.navi:hover {
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	color: #124B55;
}

h1 {
	font-size: 12px;
	font-weight:bold;
	color:#f66014;
}

h2 {
    font-size: 12px;
	text-decoration:underline;
	font-weight:bold;
}

h3 {
    font-size: 12px;
	font-weight:bold;
}

ul {
	list-style-image:url(../img/kaestchen_orange.gif);
}


