html {
	overflow: -moz-scrollbars-vertical;
	height: 100%; margin-bottom: 1px;
}
body {
	font-size: 0.8em;
	font-family: Arial, Times, Verdana, sans-serif, Helvetica;
	
	margin: 0px;
	padding: 0px;	
	
	background-color: #E5E5DF; /*#80a9db;*/
	
	scrollbar-face-color: #80a9db;
	scrollbar-track-color: #80a9db;
	scrollbar-highlight-color: #80a9db;
	scrollbar-3dlight-color: #80a9db;
	scrollbar-darkshadow-color: #80a9db;
	scrollbar-base-color: #80a9db; 	
	scrollbar-arrow-color:  #000099;
	scrollbar-shadow-color: #000099;	
}

.rahmen_aussen
{
	margin: 0 auto;
	width:798px;
	background-color: green;
	background:url(images/hint.jpg) repeat-y;
}
.rahmen
{
	width: 789px;           /* Anpassung für 800x600 */
	margin: 0 auto;
	background-color: #80a9db;
}
.oben
{
	width: 790px;
	height: 140px;
	padding-top: 20px;
}
.navi
{
	width: 495px;
	height: 26px;
	background-color: #80A9DB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 140px;
	margin-bottom: 20px;
}
.inhalt
{
	width: 790px;
	padding-left:0;
	padding-top: 10px;       /* Abstand nach oben   */
	margin-right:5px;
	background-color: #99beea;
}
.inhalt_start
{
	width: 789px;
	padding-left:0;
	padding-top: 0px;       /* Abstand nach oben   */
	background-color: red;/*#80AADC; #99beea;*/
}
.footer
{
	width:800px;
	margin: 0 auto;
	padding: 6px 0 6px 0;
	background:blue;
	background:url(images/footer.jpg) bottom no-repeat;		
}
.footer_text
{
	padding: 0px 15px 4px 0;
	font-size: 8pt;
	text-align:right;	
}


a
{
	text-decoration: none;
	border-bottom: 1px dashed #000099;
	color:#121212;
}
a:hover
{
	color:#000099;
	border-bottom: 0px;
	/*background:#80A9DB;*/
}
.navi a
{
	text-decoration: none;
	border: 1px solid #80A9DB;
	color: #002274;
	background-color: #80A9DB;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	display: block;
	float: left;
}
.navi a:hover
{
	color: #fff;
	background-color: #002274;
}
.navi .aktiv
{
	color: #80A9DB;
	background-color: #002274;
}

div.inhalt table td {
	font-size:10pt;	
}


/* Absatz */
p {
	font-size: 12pt;
}


/* Tabelle */
table {
	font-size: 12pt;
	/*background-color: #99beea;*/
}
table.index {
	background-color: #80a9db;
	border: 0px;
}
table.index td {
	font-size:10pt;
}

table.referenzen td {
	text-align:center;
	vertical-align:middle;
}


/* Überschrift */
h1 {
	text-align: center;
	margin-top: 0.6em;	
	margin-bottom: 0.9em;	
	color: #000099;/*#0033cc;*/
	background-color: #80A9DB;
	border-bottom: 1px dotted;
}

h2 {
	color: #000099;
	font-weight:bold;
	font-size: 12pt;
	margin-bottom:5px;
}

h3 {
	color: #000099;
	font-weight:normal;
	font-size: 10pt;
}



/* Form elements */
input,textarea,select {
	color : #000000;
	background-color: #D8E4EC;
	font-size: 10pt;
}

/*Aufzählungen*/
ul {
	color : #000000;
	font-size: 1.2em;
	line-height:200%;
}
/* Acronym */
acronym {
	cursor:help;
	border-bottom:1px dotted;
}
/* Horizontale Linie */
hr {
	height: 0px; 
	border: solid #525E6E 0px; 
	border-top-width: 1px;
}

