@charset "UTF-8";

/*---------Kalibrierung LB--------*/

* { padding: 0; margin: 0; }

/* Abstand nach unten */
h1, p, ul, ol { margin-bottom: 1em; }

/* Verschachtelte Listen ohne Abstand */
ul ul { margin-bottom: 0; }

/* Abstand von links */
li { margin-left: 0; margin-bottom: 0.5em; }

/*---------Ende Kalibrierung LB--------*/


/* anaheim-regular - latin */
@font-face {
  font-family: 'Anaheim';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/anaheim-v5-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Anaheim'), local('Anaheim-Regular'),
       url('../fonts/anaheim-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/anaheim-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/anaheim-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/anaheim-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/anaheim-v5-latin-regular.svg#Anaheim') format('svg'); /* Legacy iOS */
}


/*---------Allgemein--------*/

html {
	overflow-y: scroll;
}
	
body { 
	position: relative;
	font-family: 'Anaheim', Verdana, sans-serif;
	font-size: 1em; 
	line-height: 1.5em;
	color: #585858;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 1.2em; 
	font-weight: 700; 
	margin-top: 0; 
	color: #585858; 
	letter-spacing: 0px; 
}

h2 {
	font-size: 1em; 
	font-weight: bold; 
	margin-top: 1.5em; 
	color: #585858;
	letter-spacing: 0px;
}

h3 {
	font-size: 1.0em; 
	font-weight: bold; 
	margin-top: 1em; 
	margin-bottom: 1em; 
	color: #585858;
}

ul { 
	list-style:none; 
	text-decoration:none; 
}
		
a { 
	text-decoration:none; 
	outline: none;
}

a:link, a:visited { 
	color: #585858; 
}
	
a:hover, a:focus, a:active { 
	color: #faa517; 
}
	
#wrapper { 
	position:relative;
	width:960px; 
	margin: 0 auto; 
	background-color: #FFF;
}

img {
	border: 0;
}

/*---------Header--------*/

#header1 { 
	background-color: #c3d83f; 
	height: 55px; 
	width: 100%;
}

#header2 { 
	background-color: #dbe595; 
	height: 25px; 
	width: 100%;
}

#header3 { 
	background-color: #c3d83f; 
	height: 38px; 
	width: 100%;
}

#logobereich { 
	padding: 35px 0 0 160px; 
	float: left; 
}
 
#logobereich img { 
	border: 0px;  
}
 
#impressum2 { 
	height: 20px; 
	border: none; 
	padding-top:35px; 
	text-align: right; 
	font-size: 0.9em; 
	float: right; 
}

#impressum2 a { 
	color:#acacac; 
}

#impressum2 a:hover { 
	color:#faa517; 
}

/* Verschachtelte Listen ohne Abstand */
#sitemap ul ul { margin-bottom: 0; margin-left: 2em; }


/*---------Content und Navibereich--------*/

#content {
	position:relative;	
}

#navibereich { 
	width: 100px; 
	height: 245px; 
	margin-top: 25px; 
	text-align: right; 
	line-height: 1.8em;
	float: left; 
}

#navibereich a { 
	display: block; 
	width: 100px; 
}
	
#navibereich a:hover { 
	color:#faa517; 
}

/*---------Bildbereich--------*/

#bildbereich { 
	width: 800px; 
	height: 245px; 
	margin-left: 50px; 
	margin-right: 0px; 
	margin-top: 23px; 
	float: right; 
}


/*---------Textbereich--------*/

#untermenu {
	position: relative; 
	width: 800px; 
	left: 0px; 
}

div.untermenu {
	float: left;
	width: 207px; 
    position: relative;
    top: -38px; 
	padding-left: 12px;
}

.buttons {
	float: left;
	width: 235px; 
}

#untermenu a { 
	display: block; 
	width: 207px;  
	color: #fff; 
	letter-spacing: 0px; 
	font-size: 17px; 
}

#untermenu a:hover { 
	color: #fff; 
	font-weight: bold; 
	letter-spacing: 0px; 
}

#untermenu img { 
	padding-top: 25px; 
	margin-left: -17px; 
	border: 0; 
}

#textbereich { 
	position: relative;
	width: 800px; 
	margin-top: 40px; 
	margin-left: 0px;
	margin-right: 0px; 
	float: right; 
}

#textbereich img { 
	border: 0; 
}

#textbereich a { 
	color: #585858; 
}

#textbereich a:hover { 
	color: #faa517; 
	font-weight: bold; 
}


/*---------Footer--------*/


#adresszeile {	
	background-color: #c3d83f; 
	position:fixed; 
	bottom: 0px; 
	width: 100%; 
	padding: 6px 0; 
	font-size: 1.0em; 
	letter-spacing: 0.5px; 
	color: #585858; 
	z-index: 9999;
}

#adresszeile div {	
	margin: 0 auto;
	padding-left: 160px;
}

#adresszeile a:link, a:visited { 
	color:#585858; 
}

/*
#adresszeile a:visited { 
	color: #585858; 
}
*/

#adresszeile a:hover { 
	color:#fff; 
}

#adresszeile a:active { 
	color:#fff; 
}

/*

#adresszeile a:active { 
	color:#585858; 
}
*/

#footer {
	position:fixed; 
	bottom: 0px; 
	left: 0px; 
	width: 100%;
	min-height: 35px; 
	z-index: 8888;
}

/*---------Formular--------*/

#form {
	float: right; 
	width: 450px;
	}

#formli { 
	float: left; 
	width: 300px; 
	height: 380px; 
	margin: 0 10px 0 0; 
	}

label {
	display: block;
	width: 105px;
	float: left;
}
	
label#spamschutz { 
	display: block; 
	width: 450px; 
	float: left; 
	font-family: 'Anaheim', Verdana, sans-serif;
	font-size: 15px; 
	font-weight: 400; 
	color: #585858; 
}
	
input {
	width: 335px;
	height: 22px;
	border: 1px solid #cccccc; 
	margin-top: 5px;
}
	
input#arithmetic {
	width: 290px; 
	height: 16px; 
	color: #585858;
	margin-left: 10px; 
	border: 1px solid #cccccc; 
	padding: 4px; 
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background-color: #fff; 
}
	

input#submit {
	width: 80px; 
	height: 22px; 
	padding: 0px; 
	color: #FFF; 
	font-family: 'Anaheim', Verdana, sans-serif; 
	font-weight: bold; 
	font-size: 14px; 
	letter-spacing: 0px;
	margin-top: 20px; 
	border: 1px solid #cccccc; 
	background-color:#faa517; 
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 1px 2px 6px #bbb;   /* Firefox */
	-webkit-box-shadow: 1px 2px 6px #bbb;   /* Safari, Chrome, etc. */
	box-shadow: 1px 2px 6px #bbb;   /* CSS3 Standard */
}

/*

button#senden {
	width: 80px; 
	height: 22px; 
	padding: 0px; 
	color: #FFF; 
	font-family: 'Anaheim', Verdana, sans-serif; 
	font-weight: bold; 
	font-size: 14px; 
	letter-spacing: 0px;
	border: 1px solid #cccccc; 
	background-color:#faa517; 
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 1px 2px 6px #bbb;   /* Firefox */
/*
	-webkit-box-shadow: 1px 2px 6px #bbb;   /* Safari, Chrome, etc. */
/*
	box-shadow: 1px 2px 6px #bbb;   /* CSS3 Standard */
/*
}
*/


textarea {
	width: 335px; 
	min-height: 88px; 
	border: 1px solid #cccccc; 
}



/*---------Klassen--------*/


a.active { 
	/*color: #29b0ef =blau #faa517; =orange  #c3d83f=gruen*/
	color: #faa517; 
	font-weight: bold;
}
	
a.activeweiss { 
	color: #fff; 
	font-weight: bold;
}

.fettgruen { 
	font-weight: bold; 
	color: #c3d83f;
}

.fettgrau { 
	font-weight: bold; 
	color: #585858;
}

.kursiv { 
	font-style: italic; 
	font-size: 0.8em; 
}

.bildrahmen {
	border: 1px solid #CCCCCC; 
}

.clearly {
	clear: both; 
}

.shadow { 
	box-shadow: #cccccc 4px 6px 8px;
	}

.webex { 
	float: left; 
	width: 380px; 
	height: 305px; 
	margin: 0 20px 20px 0; 
}

.webex img{ 
	-moz-box-shadow: 4px 4px 12px #bbb;   /* Firefox */
	-webkit-box-shadow: 4px 4px 12px #bbb;   /* Safari, Chrome, etc. */
	box-shadow: 4px 4px 12px #bbb;   /* CSS3 Standard */
}


.webex1 { 
	float: left; 
	width: 380px; 
	height: 55px; 
	}




/*---------slideshow--------*/

#slideshowWrapper {
	position:relative;	
	width: 800px; 
	height: 600px; 
	margin-top: 10px; 
	z-index: 1; 
}

#slideshowWrapper p { 
	text-align: left; 
}

#fssPrev{position:absolute;top:540px;left:-67px;background:url(../scripte/arrows.png) -67px 0px;width:67px;height:60px;text-indent:-999999px;z-index:10000;}
#fssNext{position:absolute;top:540px;left:800px;background:url(../scripte/arrows.png) no-repeat;width:67px;height:60px;text-indent:-999999px;z-index:9999;}
#fssPlayPause{position:absolute;top:555px;right:20px;background:url(../scripte/white.png) repeat;padding:4px 0 5px 0;-moz-border-radius:5px;border-radius:5px;width:60px;text-align:center;display:block;color:#333;text-decoration:none;}

#fssList{list-style:none;width:800px;padding:10px 0 0 0}
#fssList li{display:inline;padding-right:10px;}
#fssList li a{color:#999;text-decoration:none;}
#fssList li.fssActive a{font-weight:bold;color:#333;}

small a{color:#000;}