@charset "utf-8";

body  {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	background: #FFFFFF;
    	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
    	padding: 0;
    	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
    	color: #000000;
    }
	
a:link, a:visited {
	color: #006699;
	text-decoration: none;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
	font-size: 100%;
	color: #006699;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}
	

	
.klinser-1 #container {
	width: 760px;  /* Hierdurch wird ein Container mit einer Breite erstellt, die 100% der Browserbreite beträgt. */
	background: #FFFBE7;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #CCCCCC;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    }

	 

.klinser-1 #header {
	width:100%;
	font-size:93%;
	line-height:normal;
	float:left;
	background-image: url(images/bg-1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 5px;
	}
	
.klinser-1 #header h1	{
	padding:0;
	margin:0;
	text-indent:-9999px;
	background-color: transparent;
	background-image: url(images/Weblogo_Klinser_klein.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:60px;
	/* hack um tranparente png-Grafik im IE 5 + 6 darstellen zu können */
	behavior: url(../../iepngfix.htc);
}
  
.klinser-1 #header ul { 
	margin:0;
	padding:10px 10px 0; 
	padding:0; 
	list-style:none; 
	} 
	
.klinser-1 #header li { 
	float:right;
	background:url(images/Button_left.jpg) 
	no-repeat left top; 
	margin:0; 
	padding:0 0 0 9px; 
	}
	
.klinser-1 #header a, .klinser-1 #header strong, .klinser-1 #header span { 
	display:block; 
	background:url(images/Button_right.jpg) 
	no-repeat right top;  
	padding:5px 15px 4px 6px; }
	
.klinser-1 #header a {
	float:left;
	display:block;
	background:url(images/Button_right.jpg) 
	no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:normal;
	color:#00549d;
	} 
	
	/* Commented Backslash Hack hides rule from IE5-Mac \*/ 
.klinser-1 #header a {
	float:none;
	font-size: 10px;
	font-weight: bold;
	color: #00549d;
} 
	/* End IE5-Mac hack */
	
.klinser-1 #header #current {
	background-image:url(images/Button_left_on.jpg);
	}
	
.klinser-1 #header #current a {
	background-image:url(images/Button_right_on.jpg);
	padding-bottom:5px;
	color: #999999;
	}
	
	

	
	
    
    /* Tipps für sidebar1:
    1. Da wir mit Prozentwerten arbeiten, ist es empfehlenswert, für die Randleiste keine Auffüllung zu verwenden. Sie wird bei standardgerechten Browsern der Breite hinzugefügt, und dies wiederum führt zu einer unbekannten tatsächlichen Breite. 
    2. Zwischen der Kante des div und den darin liegenden Elementen kann ein Abstand eingefügt werden, indem Sie diesen Elementen wie in ".klinser-1 #sidebar1 p" demonstriert einen linken und rechten Rand zuweisen.
    3. Da Explorer die Breiten nach der Wiedergabe des übergeordneten Elements berechnet, treten bei prozentbasierten Spalten gelegentlich unerklärliche Fehler auf. Wenn Sie zuverlässigere Ergebnisse wünschen, sollten Sie pixelbasierte Spalten verwenden.
    */

	
.klinser-1 #navBar {
	float: left;
	width: 190px;
	/* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	height: 470px;
	background: #fed87d;
	color: #00549d;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
    }
	
/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
		display: block;
	}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#navBar h6	{
	font-size: 9px;
	}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
		border-bottom: 1px solid #EEE;
	}

/* fix for browsers that don't need the hack */
html>body #navBar li {
		border-bottom: none;
	}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	font-size: 12px;
	color: #0033cc;
	margin: 3px;
	}

#sectionLinks h3{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 15px;
	margin-top: 10px;
	}

#sectionLinks a:link a:visited	{
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	padding-left: 5px;
	margin: 2px;
	}

#sectionLinks a:hover{
	background-color: #FFF6B3;
	}


/*********** .relatedLinks styles ***********/

.relatedLinks{
		margin: 0px;
		font-size: 12px;
	}

.relatedLinks h3{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 15px;
	}
	
.spezial {
	padding:5px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF6B3;
	cursor: pointer;
	color: #666;
	}
	
    
    /* Tipps für mainContent:
    1. Der Abstand zwischen mainContent und sidebar1 entsteht durch den linken Rand des mainContent-div. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge des sidebar1-div immer gleich. Sie können diesen linken Rand entfernen, falls der Text des #mainContent-div den Bereich von #sidebar1 füllen soll, wenn der Inhalt in #sidebar1 endet.
    2. Zur Vermeidung von Float-Drops bei einer unterstützten Mindestauflösung von 800 x 600 sollten Elemente im mainContent-div eine Größe von maximal 430 Pixel aufweisen (dies gilt auch für Bilder).
    3. Im unten stehenden bedingten Kommentar für Internet Explorer wird die Zoom-Eigenschaft verwendet, um mainContent die Eigenschaft hasLayout zuzuweisen. Dadurch werden verschiedene IE-spezifische Fehler verhindert.
    */
.klinser-1 #mainContent {	
	margin-left: 190px;
    }
	
	/*	GoogleMaps Kartenfenster	*/	
.klinser-1 #map_canvas {	
	margin-left:5px;
	height: 480px;
	width: 563px;
	float: left;
	border-collapse: collapse;
	background-color: #fff6b3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
    } 
	
	/************** .table styles ***************/

.table{
	padding: 0;
	margin-left: 5px;
	color: #0033cc;
	overflow: auto;
	height: 480px;
	width: 563px;
	float: left;
	display: inline;
	border-collapse: collapse;
	background-color: #fff6b3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	font-size: 12px;
}
.table h1 {
	text-align: center;
	font-weight: bold;
	color: #006699;
	font-size: 15px;
	padding-top: 10px;
}
.table h2 {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 11px;
}
.table h3 {
	font-size: 11px;
	padding: 5px;
	font-weight: normal;
}

.table h4 {
	font-size: 12px;
	padding: 5px;
	font-weight: normal;
	color: #006699;
}

thead th {
	text-align:center;
	padding:4px 5px 6px 10px;
	border: 1px solid #FFCC00;
	font-size: 11px;
	color:#00549d;
	font-weight: bold;
	background-color: #fed87d; 
}

.gruppenheader {
	font-size: 12px;
	color: #006699;
	font-weight: bold;
	background-color: #FFF295;
	text-align: center;
	border: medium solid #fed87d;
	padding: 10px;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
}

.normal	{
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
	
.hovered {
	padding:5px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	color: #004f6e;
	background-color:#fed87d;
	cursor: pointer;
	}

.mitIcon	{
	padding: 7px 5px 7px 35px;
	text-align: center;
	background-image: url(images/icon_neu.gif);
	background-repeat: no-repeat;
	background-position: 6% 50%;
}

.withIcon	{
	padding: 7px 5px 7px 35px;
	text-align: center;
	background-image: url(images/icon_new.gif);
	background-repeat: no-repeat;
	background-position: 6% 50%;
}

.ohneIcon	{
	padding: 7px 5px 7px 35px;
	text-align: center;
}

.extra {
	display:block;
	display:inline-table;
	overflow: auto;
	}

font.big {
	COLOR:#FFFFFF;
	FONT-SIZE:10px;
	font-weight: bold;
	background-color: #999999;
	padding: 3px;
	margin: 2px;
}

font.textH {
	COLOR:#2A3F55;
	FONT-SIZE:80%;
}

font.textN {
	COLOR:#CC3300;
	FONT-SIZE:80%;
}

.sendBtn	{
	float:left;
	width: 150px;
	height: 22px;
	text-align:center;
	background-color: #ff9;
	background-image: url(images/sendBtn.gif);
	background-position: 0px 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 206px;
	cursor: pointer;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-bottom: 5px;
}

.sendBtn:hover,
.sendBtn:active	{
	font-weight:bold;
}

.sendBtn:hover	{
	background-image: url(images/sendBtnHover.gif);
}


	/************** .agb styles *****************/
	
.agb	{
	padding-right: 10px;
	padding-left: 10px;
}

.agb h1	{
	font-size: 14px;
	font-weight: bold;
}

.agb h2	{
	font-size: 14px;
	font-weight: normal;
}

.agb h3	{
	font-size: 13px;
	font-weight: normal;
	text-align: left;
}


	/************** .story styles ***************/

.story{
	margin-left: 5px;
	color: #0033cc;
	overflow: auto;
	height: 480px;
	width: 563px;
	float: left;
	display: inline;
	font-size: 90%;
	border-collapse: collapse;
	background-color: #fff6b3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.story h1 {
	text-align: center;
	font-weight: bold;
	color: #006699;
	font-size: 100%;
	padding-top: 40px;
	padding-bottom: 35px;
	font-family: Arial, Helvetica, sans-serif;
}
.story h2 {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 11px;
}

.story em	{
	font-size: 20px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}

.agb1 {
	color: #0033cc;
	font-size: 12px;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.agb2 {
	color: #0033cc;
	font-size: 11px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.karte	{
	display:none;
}



	/************** Formular styles ***************/
	
.klinser-1 #formContainer	{
	padding: 0;
	margin-left: 5px;
	background-color: #fff6b3;
	color: #004f6e;
	overflow: auto;
	height: 480px;
	width: 563px;
	float: left;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Verdana;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

form	{
	margin:0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.form-1	{
	border: 2px solid #fed87d;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	background-color: #FF9;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 40px;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
}

fieldset	{
	border: 0px solid transparent;
	padding: 15px;
}

fieldset legend{
	font-weight:bold;
	font-size:15px;
	padding:0;
	color:#004f6e;
	margin-bottom: 5px;
}

fieldset ul	{
	margin:0;
	padding:0;
	list-style-type:none;
}

fieldset li	{
	float:left;
	width: 515px;
	margin-bottom: 5px;
}

label	{
	float:left;
	line-height:20px;
	width:75px;
	cursor:pointer;
}

select	{
	float:left;
	height:20px;
	width: 80px;
	border: 1px solid #1795be;
	background:#fff;
	font-size:100%;
	margin-right: 5px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	color: #666;
}

input	{
	float:left;
	height:20px;
	width: 160px;
	border: 1px solid #1795be;
	background:#fff;
	font-size:12px;
	margin-right: 5px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	color: #666;
}

input.betreff	{
	float:right;
	height:20px;
	width: 160px;
	border: 1px solid #1795be;
	background:#fff;
	font-size:100%;
}

input.left	{
	float:left;
	height:20px;
	width: 155px;
	border: 1px solid #1795be;
	background:#fff;
	font-size:12px;
	margin-right: 5px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	color: #666;
	text-transform: capitalize;
}

input.left4mail	{
	float:left;
	height:20px;
	width: 155px;
	border: 1px solid #1795be;
	background:#fff;
	font-size:12px;
	margin-right: 5px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	color: #666;
	text-transform: none;
}

input.right	{
	float:right;
	height:20px;
	width: 140px;
	border: 1px solid #1795be;
	background:#fff;
	font-size:100%;
	text-transform: capitalize;
}

input.right4homepage	{
	float:right;
	height:20px;
	width: 140px;
	border: 1px solid #1795be;
	background:#fff;
	font-size:100%;
	text-transform: none;
}

label.preis	{
	float:left;
	line-height:20px;
	width:150px;
	cursor:pointer;
}

input.preis	{
	float:right;
	height:20px;
	width: 80px;
	border: 1px solid #1795be;
	background:#fff;
	font-size:12px;
}

input:active, input:hover, input:focus, textarea:active, textarea:hover, textarea:focus	{
	background-color:#ffff99;
}

input.error	{
	color:#e00;
	border-color:#e00;
	background-color:#ffdce5;
}

textarea	{
	float:right;
	border: 1px solid #1795be;
	background:#fff;
	font-size:12px;
	color: #666;
}

em	{
	font-weight:bold;
	font-size:14px;
	color:#E00;
}

em-1	{
	font-weight:normal;
	font-size:10px;
	color:#E00;
	text-decoration: blink;
}

input.btnCancel, input.btnSend	{
	float:left;
	width:120px;
	height:22px;
	font-weight:normal;
	color:#004f6e;
	text-align:center;
	border:1px solid #0b6487;
	cursor:pointer;
	background-color:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-top: 15px;
	padding-bottom: 3px;
}

input.btnSend	{
	float:right;
	font-weight:bold;
	background-color: #ffff99;
	background-image: url(images/bg_btnSend.gif);
	background-position: 0px 0px;
	margin-top: 15px;
	margin-bottom: 0;
	margin-left: 0;
}

input.sendBtn	{
	float:left;
	width: 150px;
	height: 22px;
	text-align:center;
	background-color: #ff9;
	background-image: url(images/sendBtn.gif);
	background-position: 0px 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 166px;
	cursor: pointer;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-bottom: 5px;
}

input.sendBtn:hover,
input.sendBtn:active	{
	font-weight:bold;
}

input.sendBtn:hover	{
	background-image: url(images/sendBtnHover.gif);
}

input.sendBtn:active	{
	background-image: url(images/sendBtnActive.gif);
}

input.btnSend:hover,
input.btnSend:active,
input.btnSend:focus	{
	background-image: url(images/bg_btnSendActive.gif);
	cursor: pointer;
	font-weight:bold;
}


	/************** Seiten Fuss styles ***************/
		
    .klinser-1 #siteInfo {
	padding: 0px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
	font-family: Arial, Verdana;
	background-color: #fed87d;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
    } 
    .klinser-1 #siteInfo p {
	margin: 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	font-size: 10px;
	color: #999;
	text-align: center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-style: normal;
    }
    
    /* Verschiedene wieder verwertbare Klassen */
    .fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
