html, body { 
    height: 100%;
    margin:0;
    padding: 0;
}


body { 
  background: url("media/bg_main.gif") repeat-x #126AB4; 
  text-align: center;
  /* overflow-y: scroll; */
  min-width: 49.375em;
}

.clear {
  clear: both;
  line-height: 0px;
  height: 0px; 
  overflow: hidden; 
}


#main {
    position: relative;
    width: 49.375em;
    margin: 0px auto;
    background: #fff;
    text-align: left;
    min-height: 100%;
    height: auto;
}

#schatten_links {
	position: absolute;
	min-height: 100%;
	height: 100%;
	width: 10px;
	top: 0px;
	margin-left: -11px;
	background: url("media/schatten_links.png") repeat-y;
	z-index: 2;		
}

#schatten_rechts {
	position: absolute;
	min-height: 100%;
	left: 100%;
	height: 100%;
	width: 11px;
	background: url("media/schatten_rechts.png") repeat-y;
	z-index: 2;
}


#links {
  position: relative;
  display: inline;
  z-index: 2;
  min-height: 100%;
  height: auto;
  width: 9.375em;
  /* overflow-x: hidden; */
  margin-left: -9.375em;
  margin-right: 0px;
  float: left;
}



#content {
	position: relative;
  margin-left: 9.375em;
  width: auto;
  z-index:3;  
  min-height:100%;
  height: auto;
}

#ikiss_content {
	margin: 10px;
	overflow: hidden;	
}



/* HEADER */

#header {
 position: relative;
 width: 49.375em;
 margin-left: -9.375em; 
 min-height: 97px;
 background: url(media/bg_top.jpg);
 float:none;
}

#linie_weiss_senk {
	position: absolute;
	margin-left: 9.375em; 
	width: 1px;
	min-height: 100%;
  height: auto;
  background: #fff;		
}

#linie_weiss_waage {
	position: absolute;
	top: 59px;
	height: 1px;
	width: 100%;	
	background: #fff;	
	overflow: hidden;
}

#logo {
	position: absolute;
	left: 27px;
	top: 5px;
	width: 234px;
	height: 66px;
	/* background: url(media/logo.gif); */
	z-index: 2;
}

#wappen {
	position: absolute;
	right: 54px;
	top: 5px;
	width: 46px;
	height: 56px;
	background: url(media/wappen.gif);
	z-index: 2;
	overflow: hidden;
}


#portal_link a,
#portal_link a:hover,
#portal_link a:active,
#logo a,
#logo a:hover,
#logo a:active {
 background: none;  
}

#portal_link {
	position: absolute;
	right: 12px;
	top: 72px;
	width: 87px;
	height: 22px;
	/*background: url(media/portal_link.gif); */
	z-index: 2;	
	overflow: hidden;
}

#suche_outer {
	position: relative;
	left: 0px;
	top: 0px;
	width: 40.25em;
	height: 51px;
	overflow: hidden;
}

#suche_inner {
	position: absolute;
	right: 0; 
	bottom: 0px;
}

#suchfeld {
	float: left;	
}

.suchfeld { 
 border: none;
 font-size: 100%;
 width:6.25em;	
}

.suchbutton { 
 border: 1px solid #BDC5D8;
 font-size: 100%;
 font-style: italic;
 font-weight: bold;
 color: #fff;
 background: #1E396A;
 background: url(media/bg_top.jpg)
}

.suchlabel {
	font-style: italic;
	font-weight: bold;	
	color: #fff;	
}


#schriftoptionen {
	position: absolute;
	left: -130px;
	bottom: 0px;
}

#schriftoptionen input {
  margin-left: 5px;  
}



#quicknav {
	position: relative;
	left: 0px;
	top: 18px;
	width: 40.25em;
	text-align: right;
	color: #fff;
}

#quicknav a { 
	font-size: 85%;
	text-decoration: none;
	color: #fff; 
	padding: 2px;
}

#quicknav a:hover {
	background: #FFF568;
	color: #1E3565;
}


.sprungziel {
  position:absolute;
  top:-5000px;
  left:-5000px;
  z-index:5;
}

div.sprungziel a:focus,
div.sprungziel a:hover,
div.sprungziel a:active {
  display:block;
	position: absolute;
  top: 5000px; 
  left: 5000px; 	
  white-space: nowrap;
  padding-left:22px;
  padding-right:0.2em;	
  text-decoration: none;
  font-weight: bold;
	color:#FFFFFF;
  white-space: nowrap;
  background: #BB1819;
  border:1px solid #888888;
}





@media print {

  body, html { height: auto; }
  body { width: 17cm; }
  #main { height: auto; width: auto; margin: auto; } 
  #header, #links { display: none; }
  #ikiss_content { border: none; padding: 0; margin: 0px; overflow: visible; }
  img.content_bg_image { display: none; }
  #content { border: none; margin: 0; }

}










	







