/*NE*/ html {
 height: 100%;
 margin-bottom:1px;
} 
	
body { 
	font-family: arial, hevetica, sans-serif;
	/*NE*/text-align: center;
	color: #000000;
 /*NE*/ margin: 0;
	/*NE*/ padding: 0;
 background-color: #006699;
	background-image: url(/base/user/img/layout/bg_body.jpg);
 /* Beseitigung des Rundungsfehlers bei Schriftgrößen im Opera sowie Standardformatierungen */
	/*NE*/ font-size: 80%; 
	/* FIX: Verhindert, dass positionierte Elemente nicht verschoben werden when die Größe des Browser Fensters geändert wird. */
	/*NE*/ position: relative; 
} 

a:link, a:visited, a:active {
	color:#000000;
	font-weight:bolder;
	text-decoration:none;
}

a:hover {
	font-weight:bolder;
	color:#f71200;
	text-decoration:none;
}

h1,h2,h3,h4,h5,h6 {
	font-size:18px;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.5px;
	text-transform:none;
	color: #000000;
 padding: 0;
 margin:1px;
}

h1 {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
 font-weight:bold;
 font-size:20px;
	color:#09007f;
}
h2 {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
 font-weight:bold;
 font-size:16px;
	color:#000000;
}
h3 {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
 font-weight:bolder;
 font-size:12px;
	color:#09007f;
}
h4 {
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
 font-weight:bolder;
 font-size:12px;
	color:#000000;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
 font-weight:bold;
 font-size:1.4em;
	color:#330000;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
 font-size:1.2em;
	color:#330000;
}

input {
	font-family:Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size:12px;
	background-color:#ffffee;
	border:#000000;
	border-style:solid;
	border-top-width:2px;
	border-right-width:2px;
	border-bottom-width:2px;
	border-left-width:2px;
	font-weight:normal;
}

label {
	font-family:Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size:14px;
	background-color:0;
	border:#000000;
	border-style:solid;
	border-top-width:1px;
	border-right-width:3px;
	border-bottom-width:3px;
	border-left-width:1px;
	font-weight:bolder;
}

textarea {
	font-size:16px;
	border:#000000;
	border-style:solid;
	border-top-width:2px;
	border-right-width:2px;
	border-bottom-width:2px;
	border-left-width:2px;
	overflow:auto;
	background:#FFFFFF;
}

select {
	font-size:12px;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background-color:#ffffee;
	color:black;
}

