body{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	min-width: 600px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

body *{
	/*margin: 0px;
	padding: 0px;*/
}

h1{
	font-size: 26px;
	font-weight: normal;
	margin-top: 0.8em;
	margin-bottom: 0.3em;
	display: block;
}

h2{
	font-size: 18px;
	font-weight: normal;
	margin-top: 0.4em;
	margin-bottom: 0.0em;
	display: block;
}

p{
	margin-bottom:1em;
}

#main_container{
	margin: 0px auto 0px auto;
	max-width: 999px;
}

/* IE 6 */
* html #main_container{
	margin: 0px auto 0px auto;
	width: 999px;
}

div.clear{
	clear: both;
}

a.golden_box{
	color: white;
	background-image: url("img/golden_box.png");
	background-repeat: no-repeat;
	width: 295px;
	height: 60px;
	text-align: right;
	padding: 5px;
	display: inline-block;
	text-decoration: none;
	margin-left: 5px;
	margin-top: 5px;
}

a.golden_box:visited{
	color: white;
}

a.golden_box:hover{
	background-image: url("img/golden_box_active.png");
	text-decoration: none;
}

a.golden_box h1{
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
}

a.golden_box p{
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}

a {
	color: #B48E32;
	text-decoration: none;
}

a:visited {
	color: #B48E32;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

button.buttonweiter
{
	background-image:url("images/weiter.jpg");
	border-width:0px;
	border-style:none;
	width: 101px;
	height: 25px;
	vertical-align:middle;
	margin-top:14px;
	text-align: center;
	font-size:18px;
}

button.buttonweiter:hover
{
	background-image:url("images/weiterHov.jpg");
}

button.buttonweiter:active
{
	background-image:url("images/weiterClick.jpg");
}

button.buttonzurueck
{
	background-image:url("images/zurueck.jpg");
	border-width:0px;
	border-style:none;
	width: 101px;
	height: 25px;
	vertical-align:middle;
	margin-top:14px;
	text-align: center;
	font-size:18px;
}

button.buttonzurueck:hover
{
	background-image:url("images/zurueckHov.jpg");
}

button.buttonzurueck:active
{
	background-image:url("images/zurueckClick.jpg");
}

button.buttonabsenden
{
	background-image:url("images/absenden.jpg");
	border-width:0px;
	border-style:none;
	width: 101px;
	height: 25px;
	vertical-align:middle;
	margin-top:14px;
	text-align: center;
	font-size:18px;
}

button.buttonabsenden:hover
{
	background-image:url("images/absendenHov.jpg");
}

button.buttonabsenden:active
{
	background-image:url("images/absendenClick.jpg");
}

button.buttonaendspeichern
{
	background-image:url("images/AendSpeichern.jpg");
	border-width:0px;
	border-style:none;
	width: 158px;
	height: 25px;
	vertical-align:middle;
	margin-top:14px;
	text-align: center;
	font-size:18px;
}

button.buttonaendspeichern:hover
{
	background-image:url("images/AendSpeichernHov.jpg");
}

button.buttonaendspeichern:active
{
	background-image:url("images/AendSpeichernClick.jpg");
}

td.margin{
	width: 50px;
}

td.feldname, td.feldname_notreq
{
	width: 180px;
	font-weight: bold;
	vertical-align: top;
}

td.feldname_notreq
{
	font-weight: normal;
}

td.feld
{
	/*width: 300px; */
}
