@charset "ISO-8859-1";
body #main {
    font: normal 100.01% verdana, Arial, sans-serif;
    color: black; 
    min-width: 40em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */

	background-image:url(kkhintergrund.png); background-repeat:no-repeat; background-position:left center;
	background-attachment:fixed;
  }
  body{
  	background-image:url(kkhoben.png); background-repeat:repeat-y; background-position:left center;
  }

  html {
    padding: 0;
  }
  body {
    margin: 0; padding: 0;
  }

  #nav {
    position: absolute;
    top: 16em; left: 2em;
    width: 18em;
    /*border: 1px solid silver;*/
  }
  html>body #nav {  /* nur fuer moderne Browser! */
    position: fixed;
  }
  #nav img {
    width: 18em; height: 6.8em; float: left;
  }

  #Inhalt {
    margin-left: 22em; padding: 0 1em;
  }
  * #Inhalt {  /* versteckt vor Netscape 4 */
  }

  #Inhalt h2, th {
    font-size: 1.3em;
    margin: 2em 5% 2em;
    color: maroon;
    border-bottom: 1px solid silver; 
  }
  #startservice span {
    font-size: 1.1em;
	padding-top:30px;
	padding-bottom:5px;
	font-style:italic;
  }
  #Inhalt iframe {
  margin: 1em 0;
  }
  
  #anfrage{
	font-size: 1.5em;
	color: maroon;
	font-style:italic;
	background-color: #FFE256
  }

  h1 {
    font-size: 2em;
    margin: 1em; padding: 0.3em;
    text-align: center;
    color: red;
  }
  @font-face { font-family:Breadly; src:url(BradhITC.TTF); }
  #Titel{
	
	font-family:Breadly;
	text-shadow:black 1px 2px 1px; 
	font-size: 4em;
	
  }
   #Inhalt #Fusszeile {
    font-size: 0.9em;
    margin: 10em 0 0; padding: 0.1em;
    text-align: center;
	}
  #kknav{
	font-family:Breadly;
	text-shadow:black 1px 2px 1px;
	text-align: center;
    color: red;
	font-size: 3em;
  }

  #Navigation {
    font-size: 0.83em;
    margin: 0 0 1.2em; padding: 0;
  }
  
  #Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }
  ul#Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
	text-decoration: none;
  }
  ul#Navigation a:link {
    color: black; background-color: #FFC125;
  }
  ul#Navigation a:visited {
    color: maroon; background-color: #FFC125;
  }
  ul#Navigation a:hover {	
    color: black; background-color:#FFEC8B; text-decoration: underline;
  }
  ul#Navigation a:active {
    color: marron; background-color:#FFA500;
  }
  #Navigation #aktuell a {
	 background-color:#FFE256;
  }
  #Navigation #aktuell a:hover {	
    color: black; background-color:#FFEC8B;
  }
  
  
  #gallery table img {
		border: 5px solid #FFA500;
		border-width: 5px 5px 5px;
	}
	#gallery table a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 5px;
		color: #fff;
	}
	#gallery table a:hover { color: #fff; }

 /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


#container {
	width:810px;
	padding:10px;
	margin:0;
	position:relative;
	z-index:0;
}

#example {
	width:830px;
	height:380px;
	position:relative;
}



/*
	Slideshow
*/

#slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:800px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:800px;
	height:300px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:128px;
	left:-24px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:800px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:200px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}





  