/* @override http://stadtbad-zittau.de/_n/css/style.css */

/* CSS Document */



/* red:     #8A112B Allgemein */

/* blue:    #2CB7F7 Baden */

/* orange:  #FF6600 Sauna */

/* beige:   #F8EEDE  */


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

body {
	background-color: #DAFBFD;

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}


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

.baden a { color: #2CB7F7;}         /* Rubrik */

.baden a:visited { color: #2CB7F7;} /* Rubrik */

.baden a:hover { color: #2CB7F7;}   /* Rubrik */

.sauna a { color: #FF6600;}         /* Rubrik */

.sauna a:visited { color: #FF6600;} /* Rubrik */

.sauna a:hover { color: #FF6600;}   /* Rubrik */

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

h1 { color: #8A112B; font-size: 26px; letter-spacing: -0.5px; line-height: 30px;}
h2 { color: #8A112B; font-size: 16px;}
h3 { color: #8A112B; font-size: 13px;}

.baden h1 { color: #2CB7F7; } /* Rubrik */

.baden h2 { color: #2CB7F7; } /* Rubrik */

.baden h3 { color: #2CB7F7; } /* Rubrik */

.sauna h1 { color: #FF6600; } /* Rubrik */

.sauna h2 { color: #FF6600; } /* Rubrik */

.sauna h3 { color: #FF6600; } /* Rubrik */


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

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

hr { 
	background: #FFF;
	border: 0;
	height: 1px;
	margin: 0px auto;
	border-bottom: 1px dotted #666;
}


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

#container {
	min-height:100%;
	/* height: 100%; IE only */
	position:relative;   
	margin: 0 auto;
	width: 1012px;
	padding-left: 12px;
	background-image: url(../images/layout/bg_container.gif);
	background-repeat: repeat-y;
	background-position: 0;
}


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

#header {

	float:left;

	background-image: url(../images/layout/banner/banner_allgemein.jpg);

	background-repeat:no-repeat;

	background-position: 0 bottom;

	background-color: #FFF;

	width: 1000px;

	height: 260px;

	border-bottom: 1px solid #FFF;

}


.baden #header { background-image: url(../images/layout/banner/banner_baden.jpg); }
.sauna #header { background-image: url(../images/layout/banner/banner_sauna.jpg); }




#logo a {

        position: absolute;

        margin: 10px 0 0 15px;

}



#logo img { border: 0; }







#claim {

	position: relative;

	left: 650px; top: 0px;

	height: 150px;

	width: 350px;

	

}



#noflash {

	height: 150px;

	width: 350px;

	background-image: url(../images/layout/claim-red.gif);

	background-repeat:no-repeat;

	background-position: 15px 60px;

}



.baden #noflash { background-image: url(../images/layout/claim-blue.gif ); }   /* Baden */

.sauna #noflash { background-image: url(../images/layout/claim-orange.gif ); } /* Sauna */





/* TOPBAR
----------------------------------------------------------------------------- */

#topbar {
	float:right;
	width: 590px;
	height: 30px;
	margin-right: 28px;
	text-align: right;
	color: #828282;
	font-size: 11px;
	margin-top: 10px;
}

#topbar a {color: #828282;text-decoration: none;}


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

#sidebarrechts {
	float: left;
	width: 170px;
	margin: 30px 0 0px 25px;
	padding-bottom: 50px;
}

.logo_sbg img {

        border: none;

        margin-top: 25px;

}


/* SEARCH
----------------------------------------------------------------------------- */

#search { margin: 15px 0 0 0}

#search label {	display: none;}

#search form {
	padding: 0;
	margin: 0;
}

#search input {
	font-size: 12px;
	color: #666;
	padding: 2px 4px;
	width: 168px;
	border: 1px solid #BBB;
}



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

#inhalt {

	float:left;

	z-index: 1000;

	width:1000px;

    padding-bottom: 90px;

	border-top: 13px solid #8A112B; /* Rubrik */

}



.baden #inhalt { border-top: 13px solid #2CB7F7; } /* Rubrik */

.sauna #inhalt { border-top: 13px solid #FF6600; } /* Rubrik */





#textbereich {

	float: left;

	color: #333;

	margin-left: 21px;

	line-height: 18px;

	width: 509px;

	padding: 30px 30px 10px 30px;

	z-index: 1000;

	overflow: hidden;

	/* background: pink; */

}

 

#textbereich img {

	padding: 5px;

	border: 1px solid #DDD;

	margin: 7px 7px 2px 0px;

	background-color: #FFF;

}

 

#totop {

	color: #cccccc;

	font-size: 11px;     

	padding-top: 20px;

	text-align: right;

}



#totop a { color: #cccccc; }

#totop a:visited { color: #cccccc; }

#totop a:hover,  #navtree a:visited:hover{ color: #828282; 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: #FDEFC0;
}

.box_1 a { 
	text-decoration: underline;
}

.box_2 { /* grau */
	padding: 10px 15px;
	background: #E5E5E5;
	margin: 0 0 10px 0;
	border-left: 5px solid #DDD;
}

.red { color: RED; }

.text-rot {
	color:  red;
}

.trennstrich-oben { /* p */
	border-top: 1px dashed #999;
	margin-top: 15px;
	padding-top: 15px;
	clear: both;
}

.trennstrich-unten { /* p */
	border-bottom: 1px dashed #999;
	margin-bottom: 15px;
	padding-bottom: 15px;
	clear: both;
}

.text-small {

	font-size: 11px;

}



.hinweis {

	padding-left: 15px;

	border-left: 4px solid #8A112B; /* Rubrik */

}



.baden .hinweis { border-left: 4px solid #2CB7F7; }  /* Rubrik */

.sauna .hinweis { border-left: 4px solid #FF6600; }  /* Rubrik */





.box-color {

	padding: 10px;	

	border: 1px solid #8A112B;                      /* Rubrik */

	background-color: #EEC0CC;                      /* Rubrik */
}


.baden .box-color { 
	border: 1px solid #2CB7F7; 
	background: #95DBFB;
}


.sauna .box-color { 
	border: 1px solid #FF6600; 
	background: #FFB27F;
}



.box_grey {

	padding: 10px;

	background-color: #F1F1F1;

	border: 1px solid #CCC;

}



.box-color h2, .box-color h3, .box_grey h2, .box_grey h3 {

	padding: 0px;

	margin-top: 0px;

}


#textbereich img.noborder {
	border: none;
	padding: 0 0 10px 0;
}

/* List */

#textbereich ul {
	padding: 10px 10px 7px 10px;
	margin: 0 0 15px 0;
	list-style: disc;
}

#textbereich ul li {
	margin: 0 0 3px 5px;
}


/* Sitemap */

#textbereich ul.sitemap, #textbereich ul.sitemap ul { 
	margin: 0;
	padding: 0;
	padding-bottom: 0;
	background: #FFF;
	list-style: none;
}

ul.sitemap ul li {
	padding-left: 20px;
}

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

ul.sitemap li li { 
	font-weight: normal;
}


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


/* BLOCK
----------------------------------------------------------------------------- */


#block {
	float:left;
	position:relative;
	margin-bottom: 15px;
	width: 170px;
}

.blockbox {
	float: left;
	width: 150px; /* 170-padding */
	font-size: 11px;
	color: #333;
	line-height: 15px;
	overflow: hidden;
	padding: 10px;
    background-color: #D8AFB7; /* Rubrik */
	background-image: url(../images/layout/bg-block-red.jpg); /* Rubrik */
	background-repeat: repeat-x;
	background-position: 0 top;
}

.baden .blockbox { 
background-color: #B8E7FB; 
background-image: url(../images/layout/bg-block-blue.jpg); }     /* Rubrik */

.sauna .blockbox { 
background-color: #FFCBA9; 
background-image: url(../images/layout/bg-block-orange.jpg); } /* Rubrik */


#blockbox a, #blockbox a:visited {
	color: #333;
}

.blockbox h2, .blockbox h2 a, .blockbox h2 a:hover, .blockbox h2 a:visited {
	font-size: 17px;
	color: #FFF;
	line-height: 19px;
	margin: 0px 0 10px 0;
	text-decoration: none;
	letter-spacing: -0.5px;
}

.blockbox img {
	margin-left: -5px;
	margin-bottom: 8px;
	border: 2px solid #FFF;
	border-bottom: 8px solid #FFF;
}

.blockbox p {
	padding: 0; 
	margin-top: 0px;
	margin-bottom: 4px;
}

.blockbox a, .blockbox a:hover, .blockbox a:visited, .blockbox a:active {
       color: #333;
}


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


#footer {
	position: absolute;
	bottom: 0;
	clear: both;
	height: 40px;        
	color: #666;
	background-color: #FFF;
	width: 980px;
	font-size: 11px;
	padding: 10px 0 10px 20px;
	border-top: 2px solid #8A112B;
}

.baden #footer { border-color: #2CB7F7; }
.sauna #footer { border-color: #FF6600; }


#footer a {color: #666; text-decoration: none;}
#footer img { border: 0px solid red; }

.slogan {
	position: absolute;
	width: 180px;
	height: 25px;
	bottom: 20px;
	right: 25px;
	text-indent: -9955px;
	background: #FFF url(../images/layout/slogan-footer.gif) no-repeat top left;
}

.baden .slogan { background-position: 0 -25px; }
.sauna .slogan { background-position: 0 -50px; }


#footer .totop a {
	position: absolute;
	top: -25px;
	right: 245px;
	color: #999;
	font-size: 11px;
}

/* TABLE
----------------------------------------------------------------------------- */

.tblstyle1 {
	border:2px solid #CCC; 
	/* border-top:1px solid #CCC; border-right:1px solid #CCC; */
	border-collapse:collapse;
}

.tblstyle1 tr, .tblstyle1 td {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 2px;
}


.tblhoriline {
	border-collapse:collapse;
}

.tblhoriline tr, .tblhoriline td {
	border-bottom: 1px solid #CCC;
	padding: 2px;
}


/* 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 */
}

:focus { outline: 0; }
img { -ms-interpolation-mode: bicubic; }
