/* 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;
}


#logoBox {
	height:100px;
	background-color:#FFFFFF;
	width:100%;
	display:none;
}
     

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


#naviBox{
	position:absolute;
	top:100px;
	width:100%;
	height:40px;
	background-color:#DB002F;
	z-index:100;
	display:none;
}
#content{
	position:relative;
	left: 0px;
	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:-5px;
	line-height:normal;
}

h2{
	font-size:100%;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:15px;
}

h3{
	font-size:100%;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:-15px;
}

#einzug a {
	color:#575B5B;
}

#einzug a:hover {
	font-weight:bold;
}
#einzug p {
	margin-bottom:-5px;
}
.textWeiss a {
	color:#575B5B;
	font-size:120%;
	font-weight:bold;
	text-decoration:none;	
}

.textWeiss a:hover {
color:#575B5B;
}
.textWeiss {
	color:#575B5B;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


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%;
	display:none;
}

.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;
}
