/* CSS Document */

body {
	background-color: #cecfd0; 
	background-image: url(images/stripe.gif); 
	background-repeat: repeat-x; 
	position: center; 
	padding-right: 0px; 
	padding-left: 0px; 
	font-size: 11pt; 
	line-height: 1.4;
	padding-bottom: 0px; 
	margin: 0;
	color: #58585a;
	padding-top: 0px; 
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body, html {
 scrollbar-3dlight:#ffffff;
 scrollbar-arrow-color:#C9C9C9;
 scrollbar-darkshadow-color:#ffffff;
 scrollbar-face-color:#ffffff;
 scrollbar-highlight-color:#C9C9C9;
 scrollbar-shadow-color:#C9C9C9;
 scrollbar-track-color:#C9C9C9;
}

#page {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px auto;
	width: 1100px;
	padding-top: 0px;
	position: relative;
		background-color: transparent;
	/*border: 1px solid #58585a;*/
	text-align: left;
	margin-top: 10px;
}

#navi-top {
	background-color: transparent;
	color: #ffffff;
	font-size: 9pt;
	font-weight: normal; 
	margin-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px auto;
	width: 1100px;
	padding-top: 0px;
	text-align: right;
	left: 0px;
}

#header {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px auto; 
	width: 1100px;
	padding-top: 0px; 
	position: relative; 
		background-color: transparent;
	text-align: left;
}

#slideshow {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px auto; 
	width: 600px;
	padding-top: 0px; 
	position: relative; 
	background-color: transparent;
	text-align: center;
}

#navi-gesamt {
	background-color: transparent;
	color: #4167ac;
	font-size: 11pt;
	font-weight: normal; 
	margin-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin: 0px auto;
	width: 1100px;
	padding-top: 8px;
	text-align: center;
	left: 150px;
}

#navi {
	background-color: transparent;
	color: #4167ac;
	font-size: 11pt;
	font-weight: normal; 
	margin-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin: 0px auto;
	width: 1100px;
	padding-top: 8px;
	text-align: center;
	left: 150px;
	float: left;
}


.break  { 
	visibility: hidden; 
	float: none; 
	clear: both 
}

#logo {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px;
	padding-top: 0px; 
	position: relative;
	width: 1100px;
	height: 127px;
	owerflow: hidden;
	dislay: block;
	margin: 0;
}
#logo a {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px;
	padding-top: 0px; 
	position: absolute;
	width: 1100px;
	height: 127px;
	owerflow: hidden;
	dislay: block;
	margin: 0;
	left: 0px; 
	top: 0px; 
	text-decoration: none;
}
#logo a  span{
	width: 1100px;
	height: 1278px;
	background-image: url(images/header.png);
	dislay: block;
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
}

#content { 
	width: 1100px;
	float: left;
	padding-left: 5px;
	padding-right: 15px;
} 

#footer { 
	width: 1100px;
	height: 0px;
	margin: 0;
	padding: 0px;
	color: #58585a;
	font-weight: bold;
	text-align: center;
}

p { 
	margin-left: 15px; 
	margin-right: 20px;
	text-align: left;
	color: #3e3e3e;
}

h1 { 
	margin-left: 15px; 
	margin-right: 45px;
	text-align: right;
	font-size: 16pt; 
	line-height: 1.4;
}

.rechts { 
	text-align: right;
	
}

.picture { 
	margin-right: 50px;
}

.mittig { 
	text-align: center;
}

a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover, a:active {
	color: #3e3e3e; 
	text-decoration: none;
}

label, input, select { /* Alle Labels UND Formularelemente auswählen */
  display:block;
  float:left;
  width: 250px; /* Breite.*/
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

input#submit { /* den Submit-Button */
  float: none;
  width: 150px;
}

.Meldung {
color: #FF0000;
font-size: 30px;
font-weight: bold;
}