body,
html {
	margin: 0px;
	padding: 0px;
}


.menu_oben {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding-top: 4px;
}
.menu_oben a {
   text-decoration: none;
   color: #FFFFFF;
}
.menu_oben a:hover {   
   text-decoration: underline;
   color: #D3E2F9;
}

.inhalt_oben {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #364497;
	font-weight: normal;
	font-size: 10px;
}
.inhalt_oben a {
	color: #364497;
	text-decoration: underline;
}
.rootline a:hover {
	color: #061467;
	text-decoration: underline;
}

.inhalt {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #061467;
	font-size: 12px;	
}

.rechts{
        font-family: verdana, arial, helvetica, sans-serif;
	color: #061467;
	font-size: 10px;	
}


.rechts h1{
        font-family: verdana, arial, helvetica, sans-serif;
	color: #061467;
	font-size: 12px;	
}

.inhalt h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #061467;
	margin: 0px;
	font-size: 13px;
}


.inhalt p {
	line-height: 135%;
}


.inhalt th{
    BACKGROUND: #cccccc;
}

.inhalt_rechts{
	/* wegen Fehler im IE wird der Hintergrund im News - Single nicht gesetzt */
	/* orange */
     	/* BACKGROUND: #E6E6E6; */
     	/* Grau *
	/* BACKGROUND: #F5F5F5 */;
	
	padding-left: 4px;
         padding-right: 4px;
         padding-bottom: 4px;
}

.inhalt_rechts h1{
	/* Hier wird die Farbe für den Balken der Überschrift eingestell */
	/* BACKGROUND: #FD8500; */
	BACKGROUND: #cccccc;
	padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 2px;
        padding-top: 2px;
}


/*Definitionen für htmlArea RTE*/

.ARS_wichtig{
        border: 3px solid blue;
	background-color: #F9F003;
	color: black;
        font-weight: bold;
        padding-top: 4px;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 4px;
}

.ARS_infoBox{
	border: 1px solid black;
	background-color: #FFFFCC;
	color: black;
       font-size: 12px;
}

.ARS_rot_fett{
	color: red;
	font-weight:bold;
}

.ARS_rechts{
   text-align:right;
}


#userStatusNichtAngemeldet{
 margin-left: 10px;
 color: #FD8500;
}

#userStatusAngemeldet{
 margin-left: 10px;
 color: #FFF;
}