/*
 *************************************************************************************
 *   allgemeine styles
 *************************************************************************************
 */

body {
   overflow-y: scroll;
}

strong {
	font-size: 12px;
	font-weight: bold;
	color: #1C2269;
}

b {
	font-size: 12px;
	font-weight: bold;
	color: #1C2269;
}

/*
 *************************************************************************************
 *   styles für statuszeile
 *************************************************************************************
 */


.statuszeile {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	padding-top: 4px;
}

.statuszeile a {
   text-decoration: none;
   color: #FFFFFF;
}

.statuszeile a:hover {   
   text-decoration: underline;
   color: #DDDDDD;
}


/*
 *************************************************************************************
 *   styles für inhalt (mittlere spalte)
 *************************************************************************************
 */
 
.inhalt {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.inhalt a:link {
	color: #333333;
}
.inhalt a:visited {
	color: #333333;
}
.inhalt a:hover {
	color: #333333;
    text-decoration: underline;
}


/*
 *************************************************************************************
 *   styles für überschriften
 *************************************************************************************
 */


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1C2269;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1C2269;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12x;
	color: #FF0000;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1C2269;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #1C2269;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #1C2269;
}



