

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
}


.clear {
  float: none;
  clear: both;
}

#main {
  position: relative;
  /* width: 884px;  */
  /* width: 1270px;  */
  width: 1240px;
  left: 10px;
}

#header {
  height: 44px;
}

img.schriftzug {
  position: relative;
  left: 8px;
  top: 5px;
  border: none;
  float: left;
}

#slogan {
  position: relative;
  left: 32px;
  top: 20px;
  font-size: 70%;
  color: #C0C0C0;
  float: left;
}


#datum {
  margin-top: 18px;
  float: right;
  font-size: 70%;
  color: #C0C0C0;
  margin-right: 35px;
}

#quicknav {
  margin-top: 10px;
  float: right;
}

#mnav {
  /* width: 1270px; */
  width: 1240px;
  height: 143px;
}

.mnav_block {
  width: 247px;
  float: left;
}

.mnav_spacer {
  width: 1px;
  float: left;
  height: 143px;
  background: #fff;
  overflow: hidden;
}


.mnav_topline {
  height: 5px;
  overflow: hidden;
}

.top_img {
  border-top: 1px solid #fff;
  width: 247px;
  height: 100px;
}


.mnav_punkt {
  position: static;
  border-top: 1px solid #fff;
  display: block;
  height: 36px !important;
  height: 38px;
  text-align: center;
}

.gelb { background: #ffe254; }
.gelb a { color: #000 !important; }
.gruen { background: #84C046; color: #fff; }
.rot { background: #FF3F40;  color: #fff;}
.blau { background: #68B9F1;  color: #fff; }
.orange {background: #FD9E40; color: #fff; }

.gruen a, .rot a, .blau a, .orange a { color: #fff !important; }

.mnav_punkt a {
  display: block;
  position: relative;
  top: 4px;
  font-size: 75%;
  font-weight: bold;
  color: #fff;
}

#spalte_links {
  display: block;
  width: 247px;
  float: left;
}

.spacer_links {
  height: 5px;
  overflow: hidden;
}


.info_panel {
  border: 1px solid #f00;
  background: #FFF0F0;
}



.info_panel_headline {
  background: #FF4040;
  padding: 3px 0px 3px 7px;
  font-size: 75%;
}

.info_panel_content {
  padding: 3px 0px 3px 7px;
  font-size: 75%;
}

#subnav.info_panel_content {
  position: relative;
  text-align: center;
  margin: 0px auto;
  clear: both;
  padding: 0px;
  margin: 0px;
}


.suchfeld {
  width: 120px;
/*  border: 1px solid #FF0000;*/
  font-size: 100%;
  height: 20px;
}

.suchbutton {
  font-size: 100%;
  width: 20px;
  height: 20px;
/*  background: #FF4040;*/
/*  border: 1px solid #FF0000;*/
}

#ikiss_content {
  position: relative;
  display: table;
  float: left;
  left: 5px;
  width:  987px;
  /* width: 1089px; */
  overflow: hidden;
}

#ikiss_content_links {
  width: 74.5%;
  float: left;
  overflow: hidden;
}

#ikiss_content_rechts {
  width: 25%;
  float: right;
  overflow: hidden;
  /*
  border: 1px solid #FFE254;
  background: #FFF7D1;
  */
}

.infoblock_links {
  width: 100%;
  float: left;
  overflow: hidden;
  /*
  border: 1px solid #FFE254;
  background: #FFF7D1;
  */
}


#ikiss_content_rechts a,
#ikiss_content_rechts a:link,
#ikiss_content_rechts a:visited,
#ikiss_content_rechts a:active,
#ikiss_content_rechts a:hover {
  text-decoration: none !important;
}


.schriftoptionen  {
  display: table;
  width: 100%;
  height: 1px;
  min-height: 20px;
}

.schriftoptionen form {
  margin: 0;
  float: left;
}


.schriftoptionen input {
  float: left;
  margin-left: 5px;
}

@media print {

	#header, #mnav, #spalte_links { display: none; }
	#main, #ikiss_content { width: 100%; left: 0px;}
	#ikiss_content_links { width: 60%; float: left;}
	#ikiss_content_rechts { width: 38%; float: right; }
	body, html { width: 17cm; }

}















