/****Farben
Hintergrund: images/tools/leinen_white_fine.jpg
Bilderrahmen etc.: Stil elefant
Hinweis: für Classen wird in der CSS-Definition vor dem Namen ein Punkt geschrieben 
für ID ein # . 
******/
/****top-right-bottom-left******/
/****Wiederholung: y=vertikal - x=horizontal******/

body {
	margin:0 auto;
	background-color: #F5F5F5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #333333;
	width:95%;
	background-image: url(images/tools/leinen_white_fine.jpg);
}

#wrapper{
	left: 0px;
	top: 0px;
	width:80%;
	margin-right:3px 3px 3px 3px;
}
#table, td, th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #666666;
	background-color: #F5F5F5;
}

.clr{
	clear:both;
}
#headline{
	/****Wiederholung: y=vertikal - x=horizontal******/
	/****top-right-bottom-left******/
	left: 0px;
	top: 0px;
	height: 23px;
	position: fixed;
	background-position: top left;
	background-image:url(images/navi/leinen_gw_top.jpg);
	background-repeat:repeat-x;
	float: left;
	width: 100%;
}
#heading{
	/****Wiederholung: y=vertikal - x=horizontal******/
	/****top-right-bottom-left******/
	left: 220px;
	top: 23px;
	height: 170px;
	position: fixed;
	background-position: top left;
	background-image:url(images/navi/karos_head_bg.jpg);
	background-repeat:repeat-x;
	width: 90%;
	text-align:left;
}
/* Seitennavigation */
#ImgNavLeft {
	position: fixed;
	left: 0px;
	top: 23px;
	width: 220px;
	height: 448px;
	float: left;
	background-position: top left;
	background-image:url(images/navi/nav_left.jpg);
	z-index: 20;
}
#navcontainer ul
{
	position: absolute;
	left: 0px;
	top: 170px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
}

#navcontainer li {
	margin: 0 0 0 0; 
	height: 25px;
}

#navcontainer a
{
	display: block;
	height: 22px;
	padding-left: 10px;
	padding-top: 4px;
	width: 210px;
}

#navcontainer a:link, #navlist a:visited
{
	color: #666666;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-image: url(images/navi/nav_bg_ov.jpg);
	color: #000000;
}


#active a:link, #active a:visited, #active a:hover
{
	background-image: url(images/navi/nav_bg_on.jpg);
	color: #000033;
}

#content{
	margin: 170px 30px 20px 220px;  /****top-right-bottom-left******/
	padding: 3px 8px 5px 15px;  /****top-right-bottom-left******/
	width:90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #000000;
	text-align: justify;
	background-image: url(images/tools/leinen_white_fine.jpg);
}
.listeU{
	list-style-image:url(images/navi/liste.jpg);
	line-height: 16px;
	text-align: left;
}
.headsubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #000000;
	line-height: 14px;
}
.headsubcenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #000000;
	line-height: 14px;
	text-align: center;
}
.headunderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #000000;
	line-height: 14px;
	text-decoration:underline;
}
#content a {
	color: #0000FF;
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#content a:hover {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	color: #0066FF;
	font-weight: bold;
}
#content a:visited {
	color: #006600;
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
}
#content a:active {
	color: #FFFFFF;
	background-color: #6699FF;
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
} 
#fotoLeft {
	position: fixed;
	left: 46px;
	top: 206px;
	z-index:10;
}

#fixiertLeft {
    position: absolute;
    top: 200px; left: 180px;
	height: 25px;
	width: 760px;
	background-color: #F5F5F5;
	text-align:center;
}
#ImgKapitel {
	background-color: #F5F5F5;
	position: fixed;
	left: 46px;
	top: 26px;
	width:150px; 
	height:75px; 
	z-index:1;
}

 html>body #fixiertLeft {  /* nur fuer moderne Browser! */
    position: fixed;
}

#fixiertRightBot {  /* Rechte Fixierung für Hintergrundebene ImgFixRight */
    position: absolute;
    bottom: 40px; right: 0px;
    width: 30px;
	background-color: #F5F5F5;
	height:50%;
}
 html>body #fixiertRightBot {  /* nur fuer moderne Browser! */
    position: fixed;
}
 .ImgFixRight{
  	float:left;
  	width: 30px;
	height:50%;
}

#footer{
	width:100%;
	background-position:left bottom;  /****top-right-bottom-left******/
	height:23px;
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	text-align:center;
	color: #000066;
	bottom:0px;
	left:0px;
	line-height: 12px;
	padding-left: 5px; 
	padding-top: 5px; 
	background-image:url(images/navi/leinen_wg_bot.jpg);
	background-repeat:repeat-x;
}
#footer a{
	color: #0000FF;
	background-color: #CCCCCC;
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif;
}
#footer a:hover {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #6699FF;
}
#footer a:visited {  
	color: #666666;
	background-color: #CCCCCC;
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
	}
#footer a:active {  
	color: #FFFFFF;
	background-color: #6699FF;
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
	}

#footerFixRight { /* Rechte Fixierung für Fortsetzung der Hintergrundebene ImgFixRight */
    position: absolute;
    bottom: 0px; right: 3px;
    width: 103px;
	height:21px;
}
#footerFixLeft { /* Linke Fixierung für Fortsetzung der Hintergrundebene navVert */
	position: absolute;
	bottom: 0px;
	left: 0px;
	width:33px;
	background-image:url(images/tools/leinen_LR_sm.jpg);
	height:23px;
}
#kuli {    /* Ebene auf Hintergrundebene ImgFixRight */
	position: fixed;
	top: 250px;
	right: 0px;
	width: 47px; 
	height:197px; 
	z-index:1;
}

/***** Nicht scrollbarer Bereich *****/
#fixiert {
    position: absolute;
    top: 112px; left: 0px;
    width: 137px;
	background-color: #F5F5F5;
}
 html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
}

#navVert {
	position: fixed;
	background-position:left bottom;  /****top-right-bottom-left******/
	left: 0px;
	top: 448px;
	width:220px;
	height:100%;
	background-image:url(images/navi/block_karos_left.jpg);
	background-repeat:repeat-y;
}
#telZeit { /* Ebene zur Anzeige der Uhrzeit auf Grafik Telefon */
	position: absolute;
	top: 290px;
	left: 320px;
	width: 479px;
	height:200px;
	visibility: visible;
}
#box1 {
	position: absolute;
	top: 344px;
	left: 372px;
	width: 70px;
	height: 20px;
	z-index:0;
}

form {
	background-image: url(images/tools/leinen_white_fine.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	font-weight: bold;
	line-height: 16px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 24px;
	line-height: 30px;
  	background-color: #006666;
	color: #DCDCDC;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  color: #006666;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000066;
	line-height: 23px;
	text-align: center;
}
.headtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000066;
	line-height: 28px;
}
.stfett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000066;
	line-height: 15px;
	text-align: center;
}
.highl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
	line-height: 30px;
	text-align: left;
	background-color: #FFFF99;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color:#93112f;
	background-color: #CCCCCC;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFFFF;
}

.sidebarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-weight: bold;
	line-height: 22px;
	color: #000066;
	background-color: #7FA2DA;
}

.sidebarFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #CCCCCC;
}
.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #336699;
	font-weight: bold;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99CC99;
  	color: #006666; 
	font-weight: bolder;
	font-size: medium;
}
.fonts_kl {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color: #000000;
	text-align:left;
}
.fonts_klgrey{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color: #666666;
	text-align:left;
}
.fonts_klblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color: #000000;
	text-align:left;
	line-height: 10px;
}
.fontsZeit {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight:bold;
	color: #000000;
	text-align:center;
	line-height: 8px;
}
.Stil2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	font-weight: bold;
	line-height: 16px;
}
.Stil3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	line-height: 16px;
}
.Stil4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	font-weight: bold;
	line-height: 16px;
}
.Stil5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	font-weight: bold;
	line-height: 16px;
}
.Stil6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000099;
	font-weight: bold;
}
.Stil8 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}
showDiv{
display: block;
}
hideDiv{
display: none;
}