/*GLOBALE EINSTELLUNGEN*/

body {
	background-color:#ffffff; !important
	color:#000000; !important
}
/*TEXTFORMATIERUNG*/

/*Standardschrifteinstellungen für alle Textelemente*/
h1,h2,p,td,li {
	font-family:"Times New Roman", Times, serif;
	line-height:12pt;
	color:#000000;
}

a {
	color:#000000;
	text-decoration:underline;
}

a img {
	border:none;
}

h1 {
	font-size:14pt;
}

/*Abstand des ersten Absatzes nach einer Überschrift*/
h1 + p {
	margin-top:7pt;
	margin-bottom:0;
}

h2 {
	font-size:12pt;
	padding:0 0 3pt 0;
	margin:0;
}

p,li,td,th {
	font-size:10pt;
}

td {
	vertical-align:top;
}

p + ul {
	margin-top:-1em;
}

.galerie {
	width:100%;
}

.galerie .links {
	float:left;
	width:48%;
	margin-right:4%;
	text-align:center;
}

.galerie .rechts {
	margin-left:48%;
	text-align:center;
}

.galerie p {
	font-size:10pt;
	color:#666666;
}

.galerie + p,.galerie + h2 {
	clear:left;
}

table {
	border:1px solid #000000;
	margin:auto;
	table-layout:fixed;
}

th {
	padding:0.25em;
	color:#000000;
	font-weight:bold;
	vertical-align:top;
	text-align:center;
}

td {
	padding:0.25em;
	vertical-align:top;
	text-align:center;
}

textarea {
	width:40em;
	height:10em;
}

label {
	font-family:"Times New Roman", Times, serif;
}

input[type=submit] {
	color:#000000;
	margin-left:1.25em;
}

input[type=button],button {
	color:#000000;
	width:5em;
}

fieldset {
	margin-bottom:6pt;
	padding:12pt;
}

fieldset.anfrageL {
	width:48%;
	margin-right:4%;
	float:left;
}

fieldset.anfrageR {
	width:48%;
}

fieldset.anfrageR label,fieldset.anfrageL label {
	width:12ex;
	display:block;
	margin-right:2ex;
	clear:left;
	float:left;
}

legend {
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
}

/*ELEMENTE ausblenden*/

#navigation,#impressum {
	visibility:hidden;
	position:absolute;
	top:0;
	z-index:-1;
}