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

/* CSS Document */


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

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


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



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

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


.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_body_shadow.gif);
	background-repeat: repeat-y;
	background-position: 0;
}


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

#header {
	float:left;
	background-repeat:no-repeat;
	background-position: 0 bottom;
	background-color: #FFF;
	width: 1000px;
	height: 150px;
	border-bottom: 0px solid #FFF;
}

#logo a {
        position: absolute;
        /* margin: 18px 0 0 38px; Logo alt */
        margin: 10px 0 0 38px; /* Logo neu */
}

#logo img { border: 0; }



#claim {
	position: relative;
	left: 250px; top: 0px;
	height: 150px;
	width: 750px;
}

#noflash {
	height: 150px;
	width: 750px;
	background-image: url(../images/layout/no-flash.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
}



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

/* 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: 40px;
	border-top: 13px solid #CC1734;
}


#textbereich {
	float: left;
	color: #333;
	margin-left: 20px;
	line-height: 18px;
	width: 510px;
	padding: 30px 30px 60px 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; }

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

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

.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;
}

/* List */

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

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


/* Sitemap */

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

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;

}


/* TEXTSTYLES (Editor Dropdown "Style")
------------------------------------------------------------------------- */


.text-small {
	font-size: 11px;
}

.hinweis {
	padding-left: 15px;
	border-left: 4px solid #CC1734; /* Rubrik */
}

.box_color {
	padding: 10px;	
	border: 1px solid #CC1734;              
	background-color: #D8AFB7;                  
	background-image: url(../images/layout/bg-block-red.jpg);
	background-repeat: repeat-x;
	background-position: 0 -90px;	
}

.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;
}

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


#block {
	float:left;
	position:relative;
	margin-bottom: 10px;
	width: 170px;
	/* border: 1px solid red; */
}

#block img {
	border: none;
}

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


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

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

#block .blockbox img {
	margin-left: -5px;
	margin-bottom: 8px;
	border: 2px 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: 1000px;
	font-size: 11px;
	padding: 10px 0;
	border-top: 2px solid #CC1734;
}

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

#footer_container_l {
	float:left;
	padding-left: 20px;
}

#footer_container_r {
	float:right; 
        padding-right: 20px;
	text-align: right;
}

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

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



/* red:     #CC1734 */
/* beige:   #FDEFC0 */
