/*  
Theme Name: KPA
Theme URI: http://kpa.go-uphill.de/
Description: Kundenspezifisches Template fuer KPA.
Version: 0.9
Author: Claus-Juergen Junglas / Gerhard Hill
Author URI: http://www.junglas.com/

*/

@media print {
  /* ... Formatdefinitionen zum Drucken ... */
  .noprint { display:none; }
}


* html #page { height: 100%; }
* html #footer { margin-top: 0; }

html { height:100%; margin:0; padding:0;
  }

body {  margin:0; padding:0; height:100%;
  font-size: 62.5%; /* Resets 1em to 10px */
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  text-align: center;
  }

#page { position:relative; width: 100%; min-height:100%; padding:0; margin:0;
  background-color: white; text-align: center;
  }
#nl-page { position:relative; width: 100%; min-height:100%; padding:0; margin:0;
  background-color: white; text-align: center;
  }

#header { position:relative; width:100%; height:147px; margin:0; padding:0;
	background: #73a0c5 url('images/headerbg.gif') repeat-x; text-align:center;
	}
#header #headerrechts { position:absolute; right:0; top:0; width:379px; height:147px;
  background:url('images/headerbildr.gif');
  }

#nlHeader { position:relative; width:100%; height:66px; margin:0; padding:0;
	background: #73a0c5 url('images/nl-headerbg.jpg') repeat-x; text-align:center;
	z-index:99;
	}

#header #headerlogo 	{ position:absolute; top:54px; left:14px;
  margin: 0; height: 39px; width: 391px; 
  } 
#nlHeader #headerlogo 	{ position:absolute; top:0; left:50%; margin:0 0 0 -300px;
  height: 111px; width: 601px; 
  } 

#headerlogo h1 { display:none; }

#navileiste {position:absolute; top:126px; width:100%; z-index:99; 
  margin:0; padding:0; text-align:left; 
  }
#nl-page #navileiste { display:none; }

#menu { position:relative; width:720px; margin:0 0 0 20px; z-index:99; 
  }
#menu ul {padding:0; margin:0; list-style:none; margin-left:-10px; }
#menu li {float:left; position:relative; padding:1px 5px;}
#menu a {display:block; color: #ffffff; text-decoration: none; padding:4px 5px 4px 5px;}
#menu a:hover, #menu a:active {background-color:#660000;}
#menu li ul {position:absolute; left:-999em; background-color:#990100; min-width:160px; padding:0; margin:0; }
#menu li ul a {display:block; }
#menu li ul li {display:block; float: none; padding:1px 0;}
#menu li:hover ul, #menu li.sfhover ul {left: auto; display:block;}

#mid { position:relative; margin:0; padding:0; width:100%;
  background:url('images/back.jpg') repeat-x; text-align:center; 
  }

#content { position:relative; width:720px; margin:0 auto; padding:40px;
  text-align:left;
  font-size: 11px;
  background:#ffffff url('images/shadow.jpg') repeat-x;
  }
#nl-page #content { width:521px; }

#inhalt { position:relative; float:left; width:520px; }
#inhalt h1 {
  font-size: 17px; line-height: 30px; font-weight: bold; color: #990000;
  }
#inhalt h2 {
  margin:15px 0 10px 0; color: #E87117; font-size: 14px; font-weight: bold;
}
#inhalt h3 {
  margin:15px 0 10px 0; color: #E87117; font-size: 12px; font-weight: bold;
}

a img { border:none; }

#inhalt p, #inhalt li, #inhalt td {
  font-size:11px; line-height:17px; color:#000000;
  }
#inhalt p {margin:0 0 10px 0; text-align:justify; }
#inhalt td p { text-align:left; }
#inhalt a:link, #inhalt a:visited {
  text-decoration:none; color:#000000;
  }
#inhalt a:hover, #inhalt a:active {
  text-decoration:underline; color:#990000;
  }
#inhalt li { 
  list-style-image:url('images/bull.gif'); 
  }

h1 {
        margin-bottom: 2px;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:17px;
        line-height:30px;
        font-weight:bold;
        color:#990000;
}

h2 {
        margin-bottom: 2px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #E87117;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
}

h3 {
        margin-bottom: 0px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #E87117;
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
}

a:link, a:visited {
	color:#000000; text-decoration:none;
	}

a:hover, a:active {
	color:#990000; text-decoration:underline;
	}	

.linksbuendig { text-align:left; }

#sidebar { position:relative; float:right; width:160px; margin-right:-20px; }
#nl-page #sidebar { display:none; }

#sidebar ul { list-style-type:none; margin:0; padding:0; }
#sidebar h2 { margin:10px 0 5px 0; color: #E87117; font-size: 13px; font-weight: bold; }
#sidebar p { font-size:11px; }
#sidebar a:link, #sidebar a:visited {
  text-decoration:none; color:#000000;
  }
#sidebar a:hover, #sidebar a:active {
  text-decoration:underline; color:#990000;
  }


#footer { position:relative; width:100%; height:30px; top:-40px; font-size:10px;}
#footer p { margin-top:10px; }

.floatende { clear:both; }
