html {
 height: 100%;
 margin-bottom:1px;
} 
	
body { 
	font-family: verdana, arial, hevetica, sans-serif;
	color: #104a60;
 margin: 0;
	padding: 0;
 background-color: #4E4E4E;
	/*background-image: url(/base/user/img/layout/bg_body.jpg);
 background-repeat:no-repeat;*/
 /* Beseitigung des Rundungsfehlers bei Schriftgrößen im Opera sowie Standardformatierungen */
	font-size: 80%; 
	/* FIX: Verhindert, dass positionierte Elemente nicht verschoben werden when die Größe des Browser Fensters geändert wird. */
	position: relative; 

}

#container {
 margin: 0em auto;
 width: 760px;
 text-align: left;
}

.tooltip {
	position: absolute;
	display: none;
	border: 1px solid #000000;
	padding:3px;
 font-family: Arial;
 font-size: 12px;
 z-index:800;
}

a:link, a:visited, a:active {
	color:#104a60;
	font-weight:bolder;
	text-decoration:underline;
}

a:hover {
	font-weight:bold;
	color:#f71200;
	text-decoration:none;
}

input {
	font-family:Verdana;
	font-size:14px;
	padding: 2px;
 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:bold;
}

label {
	font-family:Georgia;
	font-size:14px;
	background-color:#E2E2E2;
	border:#000000;
	border-style:solid;
	border-top-width:1px;
	border-right-width:3px;
	border-bottom-width:3px;
	border-left-width:1px;
	font-weight:bold;
}

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;
}

h1,h2,h3,h4,h5,h6 {
	font-size:18px;
	font-family: verdana, arial, hevetica, sans-serif;
	letter-spacing: 0.5px;
	text-transform:none;
	color: #104a60;
 padding: 1px;
}
h2 {
	font-size:15px;
}

h3 {
	font-size:14px;
	border-bottom:thin double Black;
 padding:1px;
}
h4 {
	font-size:12px;
}

#content {
 background-color: #FFFEFE;
}
