@charset "utf-8";
/* CSS Document */

/*


*/

/* OVERRIDES */

body
{
    font-family: Arial, Helvetica, sans;
    font-size: 80%;
    color: #000;
    line-height: 140%;
    margin: 0;
    padding: 0;
	background-color: #F3f3f3;
	background-image:	url(../images/body_background_verlauf.jpg);
	background-repeat:repeat-x;
}


a,
a:active,
a:visited
{
    color: #333;
    text-decoration:none; 
}


a:hover
{
    color: #C41E3A;
}

a img
{
    border: None;
}

ul
{
    color: #333;
}


li.active a
{
    color: #C41E3A;
}

li.selected a
{
    color: #C41E3A;
}

h1
{
    margin: 0;
	padding: 0 0 10px 0;
    font-size: 140%;
	color: #C41E3A;
	font-weight: normal;

}

h2
{
    margin: 0;
	padding: 10px 0 10px 20px;
    font-size: 110%;
	color: #C41E3A;
	font-weight: bold;
	background-image: url(../images/h2_quadrat.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

h3
{
    margin: 0;
	padding: 7px 0 5px 0;
    font-size: 110%;
	color: #C41E3A;
	font-weight: bold;
}

h4
{
    margin: 0;
	padding: 7px 0 7px 20px;
    font-size: 90%;
	color: #C41E3A;
	font-weight: bold;
	background-image: url(../images/h4_quadrat.jpg);
	background-repeat:no-repeat;
	background-position:left;

}

h5
{
    margin: 0;
	padding: 3px 0 3px 0;
	font-size: 90%;
	color: #555;
	font-weight: bold;
}

h6
{
    margin: 0;
	padding: 3px 0 3px 15px;
    font-size: 85%;
	color: #C41E3A;
	font-weight: bold;
	background-image: url(../images/h6_pfeil.jpg);
	background-repeat:no-repeat;
	background-position:left;

}

p{
    margin: 0;
    padding: 2px 0px 4px 0px;
}

/* LAYOUT */

#wrapper
{
    width: 950px;
    margin: 0 auto;
	background-color: #FFF;
    position: relative;
	z-index: 1;
}

#metanav{
    height: 25px;
	width: 950px;
    background-color: #F3F3F3;
	margin-top:30px;
}

#rot{
	height: 500px;
	width: 150px;
	float:right;
	background-image:	url(../images/verlauf.gif);
	background-repeat:no-repeat;
	position: absolute;
	z-index: 10;
	left: 800px;
	/* for IE */
    filter:alpha(opacity=80);
    /* CSS3 standard */
    opacity:0.8;
}

#trans{
	width: 775px;
	height: 150px;
	z-index: 8;
	position:absolute;
	float:right;
	left: 175px;
	top: 0px;
	background-color:#FFFFFF;
		/* for IE */
    filter:alpha(opacity=50);
    /* CSS3 standard */
    opacity:0.5;

}


#header
{
    width: 950px;
	height: 150px;
    background-color: #FFF;
	position:relative;
}

#logo
{
	width: 155px;
    height: 110px;
	padding-top: 40px;
	padding-left: 20px;
	float: left;
}

#headerimage
{
	width: 775px;
	height: 150px;
	background-color: #FFF;
	float:right;
	z-index: 2;
	position: relative;
}

#mainnav{
	height: 50px;
	width: 800px;
	padding-left: 150px;
    background-image:url(../images/mainnav_verlauf.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	
}

#content
{
clear:both;
width: 950px;
overflow:auto;
padding-top: 50px;
padding-bottom: 20px;
z-index: 20;
position:relative;
min-height: 300px;

}


#footer-row
{
    height: 140px;
    background: #FFF;
}

#column-left
{
    float: left;
    width: 175px;
}

#column-right
{
    float: right;
    width: 135px;
	padding-right: 8px;
	padding-left: 7px;
}

#column-middle
{
    width: 610px;
    margin-left: 175px;
	padding-right: 8px;

}

#sitemap
{
    width: 734px;
    margin-left: 210px;
    padding: 18px;
	background-color:#FFF;
}

#navigation
{
    width: 150px;
    padding: 0 0 0 15px;
}

#address
{
    margin: 220px 0 10px 25px;
	
}

#footer
{
    margin-top: 8px;
}

/* NAVIGATION */

#metanav ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

#metanav ul li
{
    display: inline;
}

#metanav ul li a
{
    margin-left: 10px;
    font-size: 85%;
}

#mainnav ul
{
    margin: 0;
    padding: 25px 0 0 25px;
    float: left;
    list-style: none;
}

#mainnav ul li
{
    display: inline;
}

#mainnav ul li a
{
	margin-right: 15px;
    font-size: 105%;
    font-weight: bold;
}

#navigation ul
{
    margin: 0;
    padding-left: 10px;
    list-style: none;
}

#navigation ul li a
{
    list-style: none; 
	display: block;
    font-weight: bold;
    padding-bottom: 15px;
}


/* TEXT */


#column-middle ul li
{
list-style: url(../images/bullet_p.jpg);
padding-left: 3px;
margin-left: -20px;  
}

#column-middle ul li li
{
list-style:url(../images/h6_pfeil.jpg);
padding-left: 3px;
margin-left: -20px;  
}


#column-right 
{
    font-size:87%;
}

#column-middle a 
{
    color: #C41E3A;
}

#address a
{
    color: #C41E3A;
}

#address a:hover
{
    color: #333;
}

#address h3
{
    font-size: 92%;
    color: #C41E3A;
	background-image:none;
}

#address p
{
    color: #000;
    font-size: 90%;

}


#footer
{
    font-size: 85%;
    color: #000;
	background-color:#F3F3F3;
}

#footer ul
{
    margin: 0;
    padding: 0;
    display: inline;
}

#footer ul li
{
    display: inline;
    margin-left: 1em;
}

#footer ul li a
{
    color: #000;    
}


#footercopy
{
    font-size: 85%;
    color: #000;
	background-color:#F3F3F3;
	float:left;
}

#footercopy ul
{
    margin: 0;
    padding: 0;
    display: inline;
}

#footercopy ul li
{
    display: inline;
    margin-left: 1em;
}

#footercopy ul li a
{
    color: #000;    
}


#footerimp
{
    font-size: 85%;
    color: #000;
	background-color:#F3F3F3;
	float:right;

}

#footerimp ul
{
    margin: 0;
    padding: 0;
    display: inline;
}

#footerimp ul li
{
    display: inline;
    margin-left: 1em;
}

#footerimp ul li a
{
    color: #000;    
}

/* DECORATION */

.transparent
{
    background:	url(../images/transparent.png); 
}


/* Sitemap */

ul.sitemaphead   {
list-style: none outside;
margin-left: 0;
padding: 0 10px 5px 50px;
}

ul.sitemaphead li   {
padding-top: 1.0em;
padding-bottom: 0.5em;
}

ul.sitemaplist  {
line-height: 1.0em;
font-weight: normal;
font-size: 0.9em;
list-style-type: disc;
list-style-position: outside;
font-style: normal;
padding: 0 10px 5px 50px;
}

ul.sitemaplist li  {
border-top: 0px solid;
}

.sitemaphead a, .sitemaplist a {
color:#000;
}

.sitemaphead a  {
font-size: 1.0em;
}

.sitemaplist a  {

font-weight: normal;
font-size: 1em !important;
}

.sitemaphead a:hover, .sitemaplist a:hover,
.sitemaphead a:focus, .sitemaplist a:focus,
.sitemaphead a:active, .sitemaplist a:active  {
text-decoration: underline;
}

/* Suche */

#ajaxSearch_form fieldset
{
    border: none;
    width: 166px;
	float:right;
}

input#ajaxSearch_input
{
    width: 350px;
	height: 25px;
    border-left-color-value:threedface;}

submit#ajaxSearch_submit
{
margin-top: 20px;
}

#input
{
    width: 350px;
	height: 25px;
    border-left-color-value:threedface;}
	


/* Aktuell Bild */


.aktuell
{
}

.aktuell img {
    display:block;
    float:left;
}

.aktuell p {
padding-top:0px;
padding-left:140px;
height: 80px;

}

.aktuell h6 {
    font-size: 85%;
	color: #C41E3A;
	font-weight: bold;
	background-image: url(../images/h6_pfeil.jpg);
	background-repeat:no-repeat;
	margin-left: 140px;
	
}
.aktuell h2 {
	margin-top: 15px;

}

.nextPage
{
    clear: both;
    padding-left:140px;
}


/* Ditto */

.ditto_page
{
	padding: 21px 9px 5px 0px;
	font-weight:bold;

}

.ditto_currentpage
{
    color: #A61B61;
	padding: 21px 9px 5px 0px;
	font-weight:bold;

}	


