body {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFCC00;
	background-color: #000066;
	background-position: center;
	text-align: center;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
h1{
	text-align:center;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
	font-size: xx-large;
	font-weight: bold;
}
h2{
	text-align:center;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
	font-size: x-large;
	font-weight: bold;
}
h3{
	text-align:center;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
	font-size: large;
	font-weight: bold;
}
.headLine{
	font-size: larger;
	font-weight: bold;
}
hr{
color:#FFCC00;
}

A{
color:#FFCC00;
text-decoration:none;
padding: 4px;
}
A:hover{
border: solid 2px #FFCC00;
padding: 2px;
}

.bottomFrame{
	font-weight: bold;
}
.topFrameTitel{
	font-size: xx-large;
	font-weight: bold;
	text-align:center;
}
.topFrameMenue{
	font-size: medium;
	font-weight: normal;
	text-align:left;
}

/* Impressum */
.impressum{
	width:500px;
}
.impressum_spalte_bild {
	float:left;
	width:50px;
	text-align:center;
}
.impressum_spalte_content {
	float:left;
	width:300px;
	text-align:left;
}
.impressum_spalte_content a {
	color: #FFCC00;
}
.impressum_spalte_beschreibung {
	float:left;
	width:80px;
	text-align:left;
}
.steinbergerit {
	font-size: large;
	font-weight: bold;
	color: #FFCC00;
}
/* Formular */
.formular_spalte_bild {
	width:50px;
	text-align:center;
}
.formular_spalte_label {
	width:160px;
	background-position: left center;
	vertical-align: top;
	font-weight: bold;
	text-align: right;
	padding-right:15px;
}
.formular_spalte_input {
	width:300px;
	text-align:left;
}
.formular_spalte_input_box {
	background-color: #CCCCCC;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 150px;
}
.formular_submit {
	background-color: #CCCCCC;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 45%;
	font-weight: bold;
}
.formular_reset {
	background-color: #CCCCCC;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 45%;
	font-weight: bold;
}
