/* CSS Document 
verwendete Farben:	rot 		= #D31131 oder #DB002F
					grau 100 %	= #575B5B
					grau 90 %	= #676B6B
					grau 80 %	= #797C7C
					grau 70 %	= #898C8C
					grau 60 %	= #9A9D9D
					grau 50 %	= #ABADAD
					grau 40 %	= #BCBDBD
					grau 30 %	= #CCCDCD
					grau 20 %	= #DDDEDE
					grau 10 %	= #EEEEEE*/
					

body{
	padding:0;
	margin:0;
	border:none;
	font-family:Trebuchet MS,Lucida Grande,Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:17px;
	height:100%;
	color:#575B5B;
	background-color:#DB002F;
}
.backWeiss{
	background-image:url(bilder/streifen_weiss.gif);
	background-position:left;
	background-repeat:repeat-y;
}


#logoBox {
	height:100px;
	background-color:#FFFFFF;
	width:100%;
}
#logo{
	position:absolute;
	top:30px;
	left:325px;
	border:none;
}


#ticker{
	position:absolute;
	left:325px;
	top:490px;
	height:25px;
	width:590px;
}        

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#naviBox{
	position:absolute;
	top:100px;
	width:100%;
	height:40px;
	background-color:#DB002F;
	z-index:100;
}
#naviBalken{
	position:absolute;
	top:10px;
	left:0px;
	width:100%;
	background-color:#575B5B;
	background-image:url(bilder/streifen_grau.gif);
	background-repeat:repeat-y;
} 


#navi{
	padding-left:325px;
	text-align:left;
	font-size:90%;
}
#icons{
	position:absolute;
	top:10px;
	left:845px;
}

#iconsEN {
	position:absolute;
	top:10px;
	left:781px;
}
                   
#naviR{
	padding-left:450px;
	text-align:left;
	font-size:90%;
	background-color:#AAFF55;
}                     


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


.suckertreemenu ul li .aktiv {
	background-color:#9A9D9D;
}
.suckertreemenu ul li .redbox {
	background-color:#be7c8a;
}
.suckertreemenu ul li .aktivP {
	background-color:#9A9D9D;
	border-top: 1px solid #9A9D9D;
	border-bottom: 1px solid #9A9D9D;
}
* html .suckertreemenu ul li .aktivP {
	background-color:#9A9D9D;
}
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index:110;
line-height:18px;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
/*background-color: #555; overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: inline;
	/*border: 1px solid black;*/
	border-left-width: 0;
	text-decoration: none;
	color:#FFFFFF;
	background:url(bilder/navi_0.gif) no-repeat center left;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 16px;
}
	
.suckertreemenu ul li a:hover{
background-color: #9A9D9D;
color: #FFFFFF;
}


/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

*html .suckertreemenu ul li ul{
position: absolute;
}


/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: inline; /*wenn gleich lang, dann block*/
/*width: 260px; width of sub menu levels*/
color: #FFFFFF;
background-color: #575B5B;
text-decoration: none;
padding: 1px 4px;
border-top:1px solid #9A9D9D;
background-image:none;
}


/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: url(bilder/navi_0.gif) no-repeat center left;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%;}
* html .suckertreemenu ul li a { height: 1%;}
* html .suckertreemenu ul li ul li { float: left; border-top:1px solid #9A9D9D;}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


#content{
	position:relative;
	left: 325px;
	top:40px;
	border: none;
	width: 590px;
}

#einzug{
	padding:20px;
}
.rahmenBild{
	border-bottom:#DB002F solid 3px;
	z-index:1;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

h1{
	font-size:200%;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:10px;
	line-height:normal;
}
/*h1{
	font-size:200%;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:-5px;
	line-height:normal;
}*/

h2{
	font-size:100%;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
}

h3{
	font-size:100%;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:0;
}
/*h3{
	font-size:100%;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:-15px;
}*/

ul{
  padding:0;
  margin: 0 0 10px 15px;

}
#einzug a {
	color:#575B5B;
}

#einzug a:hover {
	font-weight:bold;
}
#einzug p {
	margin:0 0 5px 0;
}
/*#einzug p {
	margin-bottom:-5px;
}*/
.textWeiss a {
	color:#FFFFFF;
	font-size:120%;
	font-weight:bold;
	text-decoration:none;	
}

.textWeiss a:hover {
color:#575B5B;
}
.textWeiss {
	color:#FFFFFF;
}


#index{
	position:relative;
	left: 410px;
	top:45px;
	border: none;
	width: 580px;
}
#einzug.indexWeiss{
	color:#FFFFFF;
}
#einzug.indexWeiss a {
	color:#FFFFFF;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


h4{
	font-size:110%;
	font-weight:bold;
	letter-spacing:2px;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#9A9D9D;
	padding: 2px 8px;
	color:#FFFFFF;
	border-bottom:1px solid #9A9D9D;
}
h5{
	font-size:110%;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:5px;
}
h6{
	font-size:80%;
	margin-top:0px;
	margin-bottom:05px;
	font-weight:normal;
	line-height:125%;
}
#subSub {
	background-color: #DDDEDE;
	font-size:80%;
}
#subSub a {
	display:block;
	text-decoration: none;
	border-bottom:1px solid #9A9D9D;
	color:#575B5B;
	background:url(bilder/subnavi.gif) no-repeat center left;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 14px;
}
#subSub a:hover {
	font-weight:bold;
	background-color:#BCBDBD;
}
#subSub .subaktiv {
	font-weight:bold;
	background-color:#BCBDBD;
}
#subSub .subaktivL {
	border-top:1px solid #9A9D9D;
	font-weight:bold;
	background-color:#BCBDBD;
}
.anmerkung{
	font-size:80%;
}
.linie {
	border-top:1px solid #9A9D9D;
}

#themen {
	color:#575B5B;
}
#themen p{
	margin-bottom:5px;
	margin-top:5px;
}
#themen .head a {
	text-decoration:underline;
	font-weight:bold;
	font-size:110%;
}
#themen .head a:hover {
	color:#DB002F;
}
.bildUmfluss{
	float:right;
	margin-top:-20px;
}
.bildUmflussL{
	float:left;
	margin-top:-20px;
	padding-right:10px;
}
.bildUmflussL2{
	float:left;
	margin-top:3px;
	padding-right:10px;
}
.subHome{
	font-size:130%;

	margin-top:0px;
	margin-bottom:0px;
}
