﻿html, body, textarea, div, p, h1, h2, h3, h4, h5, h6, ol, ul, span, a, table, td, form, img, li, cols, rows, hr
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Times New Roman;
}

html, body
{
background: #465483 url(/grafiken/hintergrund.jpg) repeat-x fixed;
text-align: center;
color: #d2d8eb;
font-size: 14px;
padding: 5px 0 5px 0;
}

h1
{
	font-size: 18px;
	color: #d2d8eb;
	padding-top: 10px;
	padding-bottom: 7px;
}

h2
{
	font-size: 15px;
	color: #d2d8eb;
	padding-top: 5px;
	padding-bottom: 15px;
}

hr
{
border: 0px;
border-bottom: solid 1px  #d2d8eb;
 border-top: solid 1px  #FFEEE7;
 margin: 20px 0 15px 0;
filter: alpha(opacity=85); /* IE */ 
-moz-opacity: 0.85; /* Gecko */
opacity: 0.85; /* Opera */
}

#bg
{
position: relative;
z-index: 0;
margin: auto;
border-top: 2px;
border-bottom: 2px;
border-left: 2px;
border-right: 2px;
border-style: ridge;
border-color: #465483;
padding: 0px 0px 0px 0px;
width: 900px;
hight: 100%;
text-align: center;
}

#header
{
position: relative;
z-index: 1;
margin: 0 0 0 0;
width: 900px;
hight: 100%;
}

#navigation
{
position: relative;
z-index: 1;
padding-top: 10px;
margin: 0 0 0 0;
width: 900px;
hight: 100%;
background: #465483;
}

.clear
{
clear: both;
margin: 0;
}

a:link
{
	color: #e4e58e;
	text-decoration: none
}

a:visited
{
	color:#b0b181;
	text-decoration: none
}

a:hover
{
	color:#d2d8eb;
	text-decoration: none;
}

a:active
{
	color:#333333;
	text-decoration: none
}

a#navigation
{
	display: block;
	width: 130px;
	height: 32px;
	padding-top: 15px;
	background: #1b274d;
	border-left: 10px solid #465483;
	border-right: 10px solid #465483;
	text-align: center;
	color: #d2d8eb;
	font-size: 16px;
	font-weight: bold;
	float: left;
}

a#navigation:link
{
	background: #1b274d;
}

a#navigation:visited
{
	background: #1b274d;
}

a#navigation:hover
{
	background: #d2d8eb;
	color: #1b274d;

}

a#navigation:active
{
	background: #1b274d;
}

#inhalt
{
position: relative;
z-index: 2;
margin: 0 0 0 0;
padding: 20px 75px 20px 75px;
width: 750px;
hight: 100%;
background: #465483;
text-align: left;
}

#inhaltschmal
{
position: relative;
z-index: 2;
margin: 0 0 0 0;
padding: 20px 150px 20px 150px;
width: 600px;
hight: 100%;
background: #465483;
text-align: left;
}

#footer
{
position: relative;
z-index: 1;
padding: 10px 5px 10px 5px;
width: 890px;
height: 100%;
background: #1b274d;
font-size: 12px;
text-align: center;
}

#kontakt {
font-family: Arial, sans-serif;
font-size: 11pt;
color: #d2d8eb;
margin: 0px 0px 0px 0px;
}

ul {
	list-style-type: disc;
	padding-left: 0;
	margin-left: 0;
}

li {	
	margin: 0px 0px 0px 18px;
}

textarea { 

background-color: #feecb5; 
font-size: 11pt;
background: #d2d8eb;
font-family:Verdana, Arial, Times New Roman; 
color: #1b274d;
}


input {
font-size: 11pt;
font-family: Arial, sans-serif; 
color: #303030; 
background-color: #d2d8eb;
}

