/* @override http://koitsche.de/css/style.css */

/*

KOITSCHE

hellblau	#C5E0F3
apricot		#EED090
rot			#C11C11
dunkelrot	#770704
gruen		#046345

KLINGSTEIN

rot			#A90313
rot hell	#D00117
link		#FCD55E

*/

html, body {
   margin:0;
   padding:0;
 	height: 100%;	
}


body {
	font-family: Georgia, Times;
	font-size: 14px;
	color: #111;
	background: #C5E0F3 url(../images/koitsche/body-bg.jpg) repeat-x top left; 
}

body#klingstein {
	color:  #FFF;
	background: #000 url(../images/klingstein/body-bg.jpg) repeat-x top left; 
}

a { color: #C11C11;  text-decoration: none;}
a:visited { color: #C11C11;}
a:hover { color: #C11C11; text-decoration: underline; }
a:focus {outline-style: none;} /* get rid of dotted border in FF*/

#klingstein a { color: #FCD55E;  text-decoration: none;}
#klingstein a:visited { color: #FCD55E;}
#klingstein a:hover { color: #FCD55E; text-decoration: underline; }


h1, p { margin-top: 0; padding-top: 0; } 

h1 { 
	color: #C11C11;
	font-size: 27px;
	font-weight: bold;
	letter-spacing: 0px; 
	line-height: 35px;
	margin-bottom: 15px;
}

h2 { color: #C11C11; font-size: 18px; line-height: 24px; font-weight: bold; font-family: "Arial";}
h3 { color: #111; font-size: 15px; 	font-family: "Arial";}

#klingstein h1 { color: #FFF;}
#klingstein h2 { color: #FFF;}
#klingstein h3 { color: #FFF;}

.eng { margin-bottom: 2px; }

.linie { color:#969696; }
.barrierefrei { display: none; }

blockquote {
	color: #333;
	font-style: italic;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}


hr { 
	background: #FFF;
	border: none;
	height: 1px;
	margin: 1px 0 15px 0;
	padding: 0;
	border-top: 1px dotted #999;
}

img, img a {border: none;}

/* WRAPPER
----------------------------------------------------------------------------- */

#container {
    position: relative;   
	margin: 0 auto;
	width: 875px;
	min-height:100%;
	background: transparent;
}

/* HEADER
----------------------------------------------------------------------------- */

#header {
 	width: 875px;
	height: 237px;
	margin: 0 0 0 0px;
    clear: both;
}

#noflash {
	width: 875px;
	height: 237px;
	margin: 0 0 0 0px;
}

#koitsche #noflash { 
	background: transparent url(../images/koitsche/header-noflash.jpg) repeat-y 0 0;
}

#klingstein #noflash { 
	background: transparent url(../images/klingstein/header-noflash.jpg) repeat-y 0 0;
}


#header h1 {
	position: absolute;
	top: 120px;
	left:  55px;
	width: 300px;
	height: 58px;
	overflow: hidden;
	text-indent: -5545px;
}

#header h1 a {
	width: 300px;
	height: 58px;
	display: block;
	background: transparent;
}

#klingstein #header h1,
#klingstein #header h1 a {
	width: 310px;
	height: 98px;
}


/* CONTENT
----------------------------------------------------------------------------- */

#content {
   clear: both;
   margin: 0px auto 0px 0;
   padding-bottom: 110px; /* Footer height + extra */
   width: 875px;
}

#koitsche #content {
   background: #FFF url(../images/koitsche/content-bg.gif) repeat-y 0 0;
	
}

#klingstein #content {
   background: #A90313;	
}

/* NAV
----------------------------------------------------------------------------- */


#nav {
	display: inline;  /* FIX IE double margin bug */
	overflow: hidden;
    /*position: relative;*/
}

#nav {
	display: inline;  /* FIX IE double margin bug */
	overflow: hidden;
    /*position: relative;*/
}

/* BREADCRUMBS
----------------------------------------------------------------------------- */

#breadcrumb {
    background: #FFF url(../images/koitsche/nav-shadow-bottom.gif) repeat-x top left;
	width: 845px;
	padding: 15px 0 15px 30px;
	margin: 0;
	color:  #666;
	font-size: 12px;
}

#klingstein #breadcrumb {
	padding-left: 50px;
	width: 825px;
	color:  #DDD;
	background: #A90313 url(../images/klingstein/nav-shadow-bottom.gif) repeat-x top left;

}


#breadcrumb ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#breadcrumb li {
	display: inline;
}

#breadcrumb li:first-child { /* blendet root aus (koitsche.de)*/
	display:none; 
} 

#breadcrumb li a {
	color: #666;
	text-decoration: underline;
}

#breadcrumb li a:hover {color: #C11C11;}

#breadcrumb .lastitem {
}

#breadcrumb .starttext {
	float: left;
	display: inline;
	padding: 0 5px 0 0;
}

#klingstein #breadcrumb li a { color: #FFF; }
#klingstein #breadcrumb li a:hover { color: #FFF; }


/* MAIN
----------------------------------------------------------------------------- */

#main {
	width: 520px;
	float: left; 
	padding: 16px 0px 20px 50px;
	font-size: 14px;
	line-height: 20px;
	min-height: 300px;
	margin: 0 0px 0 0px;
}

#klingstein #main {
	padding-top: 0;
}

#main img {
	padding: 0px;
	border: none;
}

#main img a {
	border: none;
}

#main a:hover img { border: 0px solid #9C4C59; }


#main img.left {  /* Bild links */
	float: left;
	margin: 0px 20px 10px 0px;
}


#main img.right {  /* Bild rechts */
	float: left;
	margin: 0px 0 10px 20px;
}

.block {
	display: block;
	clear: both;
}

/* --- List --- */

#main ul {
	padding: 10px 10px 7px 10px;
	margin: 0 0 15px 0;
	list-style: none;
	background: #F8E1A2;
}

#klingstein #main ul { background: #D00117; }
#klingstein #main ul li {background: url(../images/klingstein/bullet-list.gif) no-repeat left 7px;
}

#main ul li {
	background: url(../images/koitsche/bullet-list.gif) no-repeat left 7px;
	padding-left: 15px;
	margin: 0 0 3px 5px;
}

#main ul.sitemap, #main ul.sitemap ul { 
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	background: #FFF;
}

#main ul.sitemap li { 
	margin: 0;
	padding: 0;
	background: #FFF;
	height: 1%; /*IE*/
}

#main ul.sitemap li a { 
	display: block;
	margin: 0;
	padding: 3px 0 3px 0;
	border-bottom: 1px dashed #CCC;
	background: #FFF;

}

/* Text */

p.einleitung {
	font-weight: bold;
}

p.smalltext {
	font-size: 11px;
	line-height: 14px;
}

a.bulletlink, a:visited.bulletlink {
	font-weight: bold;
	padding:  0 0 0 12px;
	color: #0268A7;
	background: url(../images/koitsche/bulletlink.gif) no-repeat left 0px; 
}

a:hover.bulletlink {
	color: #C11C11;
	text-decoration: none;
}

/* Textboxen */

.box_1 p, .box_2 p {
	padding: 0px; margin: 0;
}

.box_1 { /* hellgelb */
	padding: 10px 15px;
	margin: 0 0 10px 0;
	background: #FBEFC7;
}

.box_1 a { 
	text-decoration: underline;
}

.box_2 { /* rot */
	padding: 10px 15px;
	background: #C11C11;
	color: #FFF;
	margin: 0 0 10px 0;
}

#klingstein .box_1 { background: #D0583D;} /*hellrot/beige*/
#klingstein .box_2 { background: #D00117;} /*rot*/


.red { color: RED; }

span.text-red {
	color:  #C11C11;
}

span.text-green {
	color:  #85A70D;
}

.trennstrich-oben { /* p */
	border-top: 1px dotted #333;
	margin-top: 20px;
	padding-top: 20px;
}

.trennstrich-unten { /* p */
	border-bottom: 1px dotted #333;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#klingstein .trennstrich-oben { border-color: #FFF;}
#klingstein .trennstrich-unten { border-color: #FFF;}


/* --- Tables --- */

table {
	margin: 0 0 15px 0;
}

td { padding: 5px; }

#koitsche table {
	border-right: 1px solid #C7AD76;
	border-bottom: 1px solid #C7AD76;
}

#klingstein table {
	border-right: 1px solid #77000D;
	border-bottom: 1px solid #77000D;
}

#koitsche td {
	background: #FBEFC7;
	border-top: 1px solid #C7AD76;
	border-left: 1px solid #C7AD76;
}

#klingstein td {
	background: #D0583D;
	border-top: 1px solid #77000D;
	border-left: 1px solid #77000D;
}

td.z1 { /* zentriert */
	text-align: center;
}


/* SIDEBAR
----------------------------------------------------------------------------- */

#sidebar {
	height: 585px;
	width: 255px;
	overflow: hidden;
	float: left;
	/*dynamic BG image inline in template*/
	background-position: center 35px;
	background-repeat: no-repeat;
}


/* FOOTER
----------------------------------------------------------------------------- */

#footer {
	position: absolute;
	width: 875px;
	height: 110px;	
	margin: 0;
	bottom: 0;
	font-size: 12px;
}

#koitsche #footer {
	background: #FFF url(../images/koitsche/footer-bg.gif) no-repeat bottom;
}

#klingstein #footer {
	background: #FFF url(../images/klingstein/footer-bg.gif) no-repeat bottom;
}


#footer p {
	padding: 63px 50px 0 0px;
	text-align: right;
	color: #C11C11;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
}

#footer p a {
	color: #C11C11;
	padding: 0 5px;
}

#klingstein #footer p,
#klingstein #footer p a {
	color: #FFF;
}

#footer a:hover { text-decoration: underline; }

a.kklink { /* Logo Klingstein */
	position: absolute;
	display: block;
	top: 25px;
	left: 29px;
	width: 73px;
	height: 73px;
	text-indent: -5557px;
	background: url(../images/klingstein/footer-bg.gif) no-repeat left -200px; /*IE for link hover ability*/
}

#klingstein a.kklink {
	top: 25px;
	left: 35px;
	width: 155px;
	height: 73px;
}


a.rblink { /* Logo Rodelbahn */
	position: absolute;
	display: block;
	top: 25px;
	left: 135px;
	width: 115px;
	height: 73px;
	text-indent: -5557px;
	background: url(../images/klingstein/footer-bg.gif) no-repeat left -200px; /*IE for link hover ability*/
	border: 0px solid RED;
}

#klingstein a.rblink {
	top: 25px;
	left: 135px;
	width: 115px;
	height: 73px;
}

a.bhlink { /* Logo Bertsdorf-Hörnitz */
	position: absolute;
	display: block;
	top: 40px;
	left: 270px;
	width: 160px;
	height: 45px;
	text-indent: -5557px;
	background: url(../images/klingstein/footer-bg.gif) no-repeat left -200px; /*IE for link hover ability*/
	border: 0px solid RED;
}

#klingstein a.bhlink {
	top: 40px;
	left: 270px;
	width: 160px;
	height: 45px;
}




/* ACCESSIBILITY
----------------------------------------------------------------------------- */

div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted #333;
   margin: 1em;
}

.accessibility {
   position: absolute;
   top: -999em;
   left: -999em;
}

dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}

/* clearing */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

/* End of 'style' */