/* CSS Document */
@charset "UTF-8";

/* ############### Reset und Seiten-Definition #################### */

* {
	margin:0;
	padding:0;
}
html {
	border:0;
	height:100%;
	font-size: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5% !important;
	text-align:center !important;
	height:100%;
	width:100%;
	color:#505053;
	font-weight:normal;
	background-color: #f9eba7;
}
table, th, td, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
a img{
	border: none;
}
/* ####################### Seiten-Layout ############################ */

#conM{
	width: 96em;
	background-position: center;
	margin: auto;
}
#schatten {
	background-image: url(../pix/layout/schatten.png);
	background-repeat: repeat-y;
	text-align: left;
}
*+html #schatten {
	background-image: url(../pix/layout/schatten_small.png);
}
#schattenunten {
	background-image: url(../pix/layout/schatten_unten.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 96em;
	height: 1.8em;
}
#header {
	width: 94em;
	height: 2em;
	margin: auto;
	background-color: #f1cd22;
	clear: both;
}
#logo {
	height: 7.4em;
	width:40em;
	padding-top: 1.5em;
	padding-left: 2em;
	position: absolute;
	z-index: 4999;
}
#menu {
	background-color: #9f1104;
	height: 2em;
	width: 94em;
	margin:auto;
}
#topBild {
	background-color: #428b42;
	margin: auto;
	width: 94em;
}
*+html #topBild {
	width: 934px;	
}
* html #topBild {
	width: 930px;
}
#topBild img {
	width: 940px;
	height: 340px;
}
*+html #topBild img {
	width: 934px;
}
#content {
	width: 94em;
	margin: auto;
	background-color: #fff;
	overflow: hidden;
	clear: both;
}
.cms {
	font-size: 1.1em;
	padding-top: 2em;
	padding-right: 3em;
	padding-bottom: 2em;
	padding-left: 2em;
	}
#links {
	width: 72em;
	float: left;
	background-color: #fff;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
}
#rechts {
	width: 22em;
	float: right;
	display:inline;
}

#footer {
	width: 94em;
	margin: auto;
	background-color: #008035;
	height: 4em;
	overflow: hidden;
}
#adresse {
	margin-left: 1em;
	margin-top: 0.5em;
	color: #FFFFFF;
	font-size: 1em;
}
/* ####################### Top-Navigation ######################## */

#topMenu{
	list-style:none;
	width: 94em;
	margin: auto;
	padding-top: 0em;
	text-align: right;
}
#topMenu li{
	display:inline;
	padding:0;
	border-left: 0px solid #333333;
}
#topMenu li.first{border:none;}
#topMenu a{
	text-decoration: none;
	color:#333333;
	cursor:pointer;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 2.5em;
}
#topMenu li a:hover{
}

#topMenu a.Home, #topMenu a.Impressum, #topMenu a.Kontakt, #topMenu a.Drucken, #topMenu a.Newsletter, #topMenu a.Downloads, #topMenu a.AGB {
	background: 1em center no-repeat;
}
#topMenu a.Home{ background-image: url(../pix/menu/home.gif); }
#topMenu a.Impressum{ background-image: url(../pix/menu/impressum.gif); }
#topMenu a.Kontakt{ background-image: url(../pix/menu/kontakt.gif); }
#topMenu a.Drucken{ background-image: url(../pix/menu/drucken.gif); }
#topMenu a.Newsletter{ background-image: url(../pix/menu/newsletter.gif); }
#topMenu a.AGB{ background-image: url(../pix/menu/newsletter.gif); }
#topMenu a.Downloads{ background-image: url(../pix/menu/download.gif); }


/* ####################### Haupt-Navigation ######################## */

#nav{
	height: 2.0em;
	padding: 0 0 0 0.7em;
}
#nav div{
	margin:0 1em 0 0;
	float: left;
	position:relative;
	height: 2.0em;
}

#nav div a{
	font-size:1em;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	margin:0;
	padding:0 0 0 1.7em;
	line-height: 2;
	display: block;
}

#nav div.navList {
	width:16em;
	background: url(../pix/alphaWhite85.png);
	display: none;
	top: 2.0em;
	position: absolute;
	height: auto;
	z-index:100;
}
*+html #nav div.navList {
	top: 2.0em;
}
#nav div.navListActive {
	width:18em;
	background: url(../pix/alphaWhite85.png);
	display: block;
	top: 2.0em;
	position: absolute;
	height: auto;
	z-index:99;
}
*+html #nav div.navListActive {
	top: 2.0em;
}
#nav ul {
	color: #1C2F81;
	margin: 0em;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.3em;
	padding-left: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #9f1104;
	border-bottom-color: #9f1104;
	border-left-color: #9f1104;
}
#nav ul li {
	margin:0 0 0 0em;
	border: none;
	list-style-type: none;
}
#nav li a{
	font-size:1.1em;
	text-decoration:none;
	font-weight:normal;
	color:#9f1104;
	line-height:1.5;
	padding: 0.2em 0 0.2em 1.5em;
}
#nav li a.active{
	font-weight:bold;
	padding-left:1.5em;
}
#nav li a:hover{
	font-weight: bold;
	padding-left:1.5em;
	background-color: #999;
	color:#FFFFFF;
}

/* ######################### Clear-Elmente ######################### */

hr.clear{
	clear:both;
	visibility:hidden;
	height:0;
	content: "."; 
	line-height:0;
	width:95%;
	border: 0;
    padding: 0;
	margin: -1.1em 0 0 0;
}
hr.line {
	border:none;
	height:1px;
	line-height:1px;
	background:#1755a6;
	margin:2em 0;
}

/* ######################### Kontakt-Formular ######################### */

div.col1{
	width:69%;
	float:left;
}
div.col2{
	width:29%;
	float:right;
	clear:right;
}
div.col50P{
	width:50%;
	float:left;
}

/* ########################### Teaser  ############################ */

div.teaser{
	background-color: #f8e690;
	/* margin-left: 1.5em; */
	/* margin-right: 1.5em; */
	padding-bottom: 3em;
	width: 18.8em;	/* alt
	margin-bottom: 1em;
	padding-top: 0.8em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em; */
	border: 0px solid #999;
}

/* ################# Seiten-Menü rechts  ##################### */

#rightCon {
	background-color: #f8e690;
	margin-top: 2.2em;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 1.5em;
	width: 18.8em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.sideMenuHeader {
	background-color: #9f1104;
	color: #FFFFFF;
	font-weight: bold;
	width: 16.8em;
	height: 2em;
	padding-top: 0.3em;
	padding-right: 1em;
	padding-left: 1em;
}
.sideMenuList {
	padding-left: 2.5em;
	padding-top: 0.5em;
	padding-bottom: 1.8em;
}
.sideMenuList ul {
	padding:0;
	margin:0;
}
.sideMenuList li {
	list-style:square;
	color: #9f1104;
}
.sideMenuList a {
	color: #333333;
}
.sideMenuList a:hover {
	color: #9f1104;
}
