/* Reset
--------------------------------------------------------------------------------------- */
* {
	padding: 0;
	margin: 0;
	font-size: 1em;
	letter-spacing: 0.2px;
}
/* Globals und Typo 
--------------------------------------------------------------------------------------- */

html, body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 91%; 
	text-align: left;
	background-image: url(../bilder/bg.gif);
}
/* Texte
--------------------------------------------------------------------------------------- */
p {
	color: #333;
	line-height: 1.5em;
	margin-bottom: 10px;
}
.blue {
	color: #404f99;
	margin-bottom: 10px;
}
strong {
	font-weight: bold;
	color: #666;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	color: #404f99;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
	margin-top: 20px;
}
h2 {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	color: #333;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
}
h3 {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	color: #404f99;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
	margin-top: 30px;
	border-color: #999;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 5px;
}
h4 {
	font-size: 1.2em;
	font-weight: normal;
	color: #404f99;
	letter-spacing: 0.5px;
	margin-bottom: 5px;
	margin-top: 20px;
}
ul {
	padding-left: 15px;
	font-size: 1em;
}
ul ul {
	padding-left: 15px;
	margin-top: -5px;
	margin-bottom: 10px;
}
li {
	list-style-image: url(../bilder/dot.gif);
	list-style-position: outside;
	margin-bottom: -5px;
	color: #333;
}
li li {
	list-style-image: url(../bilder/dot2.gif);
	list-style-position: outside;
	margin-bottom: 5px;
	font-size: 1em;
	line-height: 1.5em;
	color: #333;
}
/* Clearer
--------------------------------------------------------------------------------------- */
.clear {
	font-size: 0em;
	clear: both;
}
/* Topmenü
--------------------------------------------------------------------------------------- */
ul#menu {
	width: 780px;
	height: 38px;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	background-image: url(../bilder/navi_menu.gif);
	background-repeat: repeat-x;
	margin-left: 60px;
	padding-left: 60px;
	font-size: 95%;
}
ul#menu li {
	display: block;
	float: left;
	margin: 0 0 0 5px;
}
ul#menu li a {
	height: 38px;
	color: #777;
	text-decoration: none;
	display: block;
	float: left;
	padding: 8px 15px 0;
}
ul#menu li a:hover {
	color: #333;

}
ul#menu li a.current {
	color: #FFF;
	padding: 8px 15px 0;
	background-image: url(../bilder/navi_current.gif);
	background-repeat: repeat-x;
}
/* Links
--------------------------------------------------------------------------------------- */
a.link1 {
	border: none;
	text-decoration:none;
	color:#666;
	font-weight: bold;
}
a.link1:hover {
	color: #404f99;	

}
a.link2 {
	border: none;
	text-decoration:none;
	color:#666;
}
a.link2:hover {
	color: #404f99;

}
a.link3 {
	border: none;
	text-decoration:none;
	color:#666;
	font-weight: bold;
}
a.link3:hover {
	color: #404f99;
}
/* Struktur
--------------------------------------------------------------------------------------- */
#container {
	margin: 0 auto;
	width: 960px;
	max-width: 100%;
	position: relative;
	background-image: url(../bilder/home3.gif);
	background-repeat: repeat-y;
	min-height: 1100px;
	background-position: 0 135px;
}
#header {
	height: 135px;
	margin-left: 60px;
}
#Content {
	width: 700px;
	margin-left: 140px;
	overflow: visible;
	padding-bottom: 50px;
}
#Content_Inhalte {
	width: 450px;
	margin-left: 275px;
	padding-bottom: 50px;
}
/* ------------------------ Kontaktseite ------------------------ */
form {
	width: 300px;
}
fieldset {
	border: 0;
}
label {
	display: block;
}
.Feldname {
	font-size: 0.9em;
	margin-bottom: 5px;
	margin-top: 5px;
}
.Feld {
	width: 400px;
}
.Hinweisbox {
	position: absolute;
	width: 160px;
	height: 200px;
	margin-left: -180px;
	margin-top: 100px;
}
input, textarea {
	font-size: 0.9em;
	line-height: 13px;	
	background-color: #DDDADA;
	padding-top: 2px;
	padding-bottom: 2px;
	border-color: #8F8F8F;
	border-width: 1px;
	border-style: solid;
	font-family: Tahoma, Geneva, sans-serif;
}
textarea {
	width: 400px;
	height: 240px;
	background-color: #DDDADA;
	border-color: #8F8F8F;
	border-width: 1px,;
	border-style: solid;
}
input.button {
	margin-top:12px;
	background-color: #DDDADA;
	border-color: #8F8F8F;
	border-width: 1px;
	border-style: solid;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.fehler {
	border:1px, #AA2619;
}
.ftext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	color: #AA2619;
	font-weight: bold;
}
p.error {
	color: #AA2619;
}
/* ------------------------ Individuelle Klassen ------------------------ */
#Willkommen {
	width:310px;
	height:42px;
	margin-left: -2px;
}
#Textblock_links {
	width: 360px;
	float: left;
	margin-bottom: 20px;
}
#Textblock_rechts {
	width:320px;
	float: right;
	margin-bottom: 20px;
}
#Textbox {
	width: 480px;
	margin-left: 200px;
	margin-top: 20px;
}
#Fotobox {
	position:absolute;
	left: 140px;
	top: 690px;
	width:200px;
	height:200px;
	z-index: 2;
}
#Fotoschatten {
	position:absolute;
	left: 140px;
	top: 690px;
	width:200px;
	height:200px;
	z-index: 1;
}
#Impressumblock {
	position:absolute;
	bottom: 50px;
	left: 700px;
	width: 180px;
	height: 40px;
	text-align: left;
}

