﻿html{
	background-color: #ECECFF;
	font-family:  "Sans Serif";
}

h1{
	font-size: 34px;
	color: #555480;
	text-align: center;
	margin-left: 100px;
	margin-top: 10px;
	font-style: italic;
}

h2{
	font-size: 24px;
	color: #555480;
	text-align: left;
	font-style: italic;
}

h3 {
	font-size: 18px;
	font-style: italic;
	text-align: center;
	text-decoration: underline;
	margin-top: 15px;
}

table{
	width: 70%;
	border-top: 0px solid #555480;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

td{
	border: 0px solid red;
	text-align: left;
	vertical-align: top;
}

.text {
	color: #69A4F0;
	text-align: left;
	font-size: 14px;
	margin-left: 20px;
}

p{
  text-align: center;
  color: #69A4F0;
  margin-left: 100px;
  font-size: 24px;
  font-style: italic;
  margin-top: -15px;
}

#page{
	width: 760px;
	height: 971px;
	border: 0px solid #555480;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
} 

#header{
	position: absolute;
	height: 119px;
	width: 760px;
	margin-top: 0px;
	border-bottom: 15px solid #555480;
	background :url(images/logo_header.jpg) 0px 0px no-repeat;
} 

#head {
	width: 80px;
	height: 100px;
	border: 0px solid silver;
	position: absolute;
	margin-top: -70px;
	top: 80px;
	margin-left: 670px;
	background :url(images/karte.jpg) 0px 0px no-repeat;
}
  
#main{
 	position: absolute;
	border-bottom: 1px solid #555480;
	margin-left: 121px;
	margin-top: 120px;
	width: 639px;
	height: 850px;
}

#main a{
	font-size: 12px;
	font-weight: normal;
	color: #555480;
	text-decoration: none;
	margin-left: 30px;
}

#main a:hover{
	font-size: 12px;
	font-weight: normal;
	color: #555480;
	text-decoration: underline;
}

#foot{
 	position: absolute;
	margin-left: 0px;
	margin-top: 951px;
	width: 760px;
	height: 20px;
	background: #555480;
}

#foot p {
	font-size: 11px;
	text-align: center;
	color: #000000;
	margin-top: 2px;
	margin-left: 0px;
}

#nav{
 	position: absolute;
	margin-left: 0px;
	margin-top: 120px;
	width: 120px;
	height: 850px;
	border-right: 1px solid #555480;
	border-bottom: 1px solid #555480;
}

#navi{
	position: absolute;
	width: 100px;
	height: 300px;
	border: 0px solid #555480;
	margin-top: 25px;
	margin-left: 5px;
}

#navi a{
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	color: #000000;
	border-left: 5px solid #555480;
	border-bottom: 1px solid #555480;
	text-decoration: none;
} 

#navi a:hover{
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	color: #000000;
	border-left: 5px solid #69A4F0;
	border-bottom: 1px solid #69A4F0;
	text-decoration: none;
} 

.firma{
 font-size: 16px;
 color: #000000;
 text-align: left;
 font-weight: normal;
}

