html {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
}
body {
	margin: 0px;
	font-size: 100%;
	padding: 0px;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
table, div {
	font-size: 1em;
	line-height: 1em;
}
img {
	border: 0;
}
p {
	margin-top: 0;
	margin-bottom: 0;
}
a {
	color: #333;
	background-color: #fff;
	line-height: 1.3em; /* Aktuelles.aspx - sonst verschwindet die Linie des zweiten (doppelzeiligen) Links */
}
a:hover {
	color:#FF0000;
}
strong a {
	text-decoration:underline;
}
h1 {
	font-size: 1.25em;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
h2 {
	font-size: 75%;
	margin: 0;
	padding: 0 0 5px 0;
}

/* Positionierung */
#footer {
	margin-top: 26px;
	font-size: 75%;
}
/* /Positionierung */


.standardspacer {
	height: 20px;
}
.smallspacer {
	height: 5px;
}
.anchor {
	font-size: 75%;
	padding: 0 0 10px 0;
}
.anchor a {
	/*text-decoration:none;*/
}
.pagetop-anchor {
	padding-top:10px;
	text-align:right;
}
.pagetop-anchor a {
	/*text-decoration: none;*/
	font-size: 75%;
}
ol {
	margin-top: 0;
}
ol li {
	margin-bottom: 10px;	
}









/*Formulare*/
form {
	 padding: 0px; 
	 margin: 0px;
}
fieldset {
	margin: 0px; 
	padding: 0px; 
	border: 0px solid #FFFFFF;
	font-size: 75%;
}
fieldset h2 {
	font-size:100%;
}
legend {
	display:none;
}
#formular input, #formular textarea {
	border:1px solid #3E3D40; 
	height:16px; 
	width:240px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3E3D40;
	margin-bottom:2px;
}
*html input, #formular textarea {
	margin-bottom:0px;
}
#formular textarea {height:50px;}
#formular label {
	width:130px; 
	display:block; 
	float:left;
	}
#formular input#loeschen,
#formular input#absenden {
	background-color: #444002;
	color: #FFFFCC;
	font-weight:bold;
	width: auto;
	text-align: center;
	padding: 0px 8px; 
	height:18px;
}
*html #formular input#loeschen,
*html #formular input#absenden {
	padding:0px;
}
#formular input#absenden {
	margin-left: 20px;
}
#LabelMessage {
	font-size: 75%;
	color:#444002;
}
#LabelMessage h2 {
	font-size:100%;
}
/*/Formulare*/


/*Empfehlen.aspx-Popup */
#empfehlen {
	padding:20px 0 0 20px;;
	background-color:#FFFFCC;
}
#empfehlen a {
	background-color:#FFFFCC;
}
#empfehlen span.plaintext {
	font-size: 75%;
}
#footer span.plaintext {
	font-size: 75%;
}
.java a{ /* damit im Footer Empfehlen unterstrichen ist */
	text-decoration:underline;
}
/*/Empfehlen.aspx-Popup */
