/* CSS */
/* CWG */


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

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


a { color: #CC3D17; text-decoration: none;} /* Rubrik */
a:visited { color: #CC3D17; text-decoration: none;}
a:hover { color: #CC3D17; 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: #666; font-size: 26px; letter-spacing: -0.5px; line-height: 30px;}
h2 { color: #666; font-size: 18px;}
h3 { color: #666; font-size: 13px;}
h4 { color: #666; font-size: 11px;}


.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 dashed #CCC; */
	background: #FFF url(images/dotted-line.gif) repeat-x 0;
}


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

#container {
	min-height:100%;
	/* height: 100%; IE only */
	position:relative;   
	margin: 0 auto;
	width: 880px;
	padding: 0 10px;
	background: #D9FF69 url(images/shadow-lr.gif) repeat-y 0;
}


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

#header {
	float:left;
	width: 880px;
	height: 160px;
	background: #A43417 url(images/bg-head.png) no-repeat;
}

#header h1 {
        position: absolute;
        margin: 45px 0 0 75px; /* Logo neu */
}

#header h1 img { border: 0; }


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

#sidebarrechts {   
	float: left;
	width: 20px;
background: YELLOW;

}


/* NAVRIGHT
----------------------------------------------------------------------------- */

#navright {
float: left;
	width: 210px;
	height: 20px;
	margin-left: 818px;
	margin-top: 45px;
	font-size: 11px;
	color: #000;
	text-align: left;
}

/* NAVTREE
----------------------------------------------------------------------------- */

#navtree {
	display: none; /* AUS */
	color: #666;
	font-size: 10px;
	padding: 8px 0 0 0;
}

#navtree a { color: #CCC; }
#navtree a:visited { color: #CCC; }
#navtree a:hover,  #navtree a:visited:hover{ color: #828282; text-decoration: none;}



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

#inhalt {
	float:left;
	z-index: 1000;
	width:880px;
    padding-bottom: 30px;
}


#textbereich {
	float: left;
	margin-left: 0px;
	line-height: 18px;
	width: 700px;
	padding: 30px 30px 40px 85px;
	z-index: 1000;
	overflow: hidden;
}
 
#textbereich img {
	padding: 5px;
	border: 1px solid #DDD;
	margin: 0px 5px 7px 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;}


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


#footer {
	position: absolute;
	bottom: 0;
	clear: both;
	height: 30px;        
	color: #666;
        background: #FFF url(images/line-footer.gif) repeat-x top;
	width: 880px;
	font-size: 11px;
        text-align: center;
	padding: 25px 0px 10px 0px;
text-transform: uppercase;

}

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



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


.text_small {
	font-size: 11px;
}


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

.rot {
color: #CC3D17; 
}

.box_color {
	padding: 10px;	
	border: 1px solid #CC3D17;                      /* Rubrik */
	background-color: #CC3D17;                      /* Rubrik */
        color: #FFF;
}

.box_color a {
        color: #FFF;
        text-decoration: underline;
}

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


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


/* SITEMAP
------------------------------------------------------------ */

#sitemap {
margin-left: -20px;

}

#sitemap ul {
list-style-type: none;
padding-left: 25px;
line-height: 20px;
}

#sitemap table img {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}

.sitemap_level_1 {
	border-bottom: 1px solid #D0D0D0;
	font-weight: bold;
}

.sitemap_level_2,
.sitemap_level_3,
.sitemap_level_4,
.sitemap_level_5 {
	border-top: 1px dotted #D0D0D0;
	font-weight: normal;
}

#cat {
	border-top: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	border-left: 1px solid #B5B5B5;
	background-color: #ECECEC;
}


.feed td.title {
	color: #B8B8B8;
}

table.feed {
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

table.feed th {
	text-align: left;
	background-color: #6686CD;
	text-decoration: none;
	border-bottom: 1px solid #7D9ADA;
	border-right: 1px solid #7D9ADA;
	padding: 2px 2px 2px 2px;
	color: #ffffff;
}


table.feed td {
	background-color: #E6E6E6;
	border-bottom: 0px solid #B5B5B5;
	border-right: 0px solid #B5B5B5;
	padding: 2px 2px 2px 2px;
	margin: 20px;
}

table.feed td.spacer {
	background-color: #FFF;
}

table.feed a {
	color: #FFF;
}

table.feed td.footer {
	background-color: #E6E6E6;
	border-bottom: 0px solid #B5B5B5;
	border-right: 0px solid #B5B5B5;
	color: #999999;
	font-style: italic;
}

table.feed td.footer a {
	color: black;
	font-style: italic;
}

#rss_extern {
	padding: 0px 20px 10px 20px;
	margin: 0px 0px 0px 0px;
}


/* MISC
------------------------------------------------------------ */

#newsletter .errorMessage {
color: RED;
margin-bottom: 10px; 
}

