/* ******************  Allgemeines  ************** */

/* ------------ Text  -----------------------*/
html, body, h2, h3, h4, div, p, li, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 100%;
}
html, body {
   background: #fff;
   color: #000;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 130%;
	text-decoration: underline;
	color: #FFFFFF;
}
h4 {
	font-size: 120%;
}

h5 {
	font-size: 100%;
	font-weight: bold;
}

h6 {
	font-size: 100%;
	text-decoration: underline;
}




/* ------------ Links  -----------------------*/
a:hover{
   color: #CC3333;
}
a {
   color: #0066CC;
   text-decoration: none;
}

/* ------------ Strukturelemente  -----------------------*/
.banner{
	text-align: center;
	width: 92%;
	margin-bottom: 10px;
}
.menueBody, .infoboxBody{
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 100%;
}
.imageWidth {
	width: 160px;
	padding-bottom: 10px;
}
.imageHeight {
	width: 90px;
	padding-bottom: 10px;
}

.imageText{
	font-size: 80%;
	font-style: italic;
}


/* ******************  Bildschirmoptimiert  ************** */

@media screen
{
.menue, .infoboxBox{
	background: #DEEDF3;
    color: #000;
    float: left;
    width: 21%;
    border: none;
}
.mainMenue {
	font-size: 110%;
}
.banner {
	background: #DEEDF3;
	padding-top: 15px;
	padding-bottom: 15px;
	border-left: 7px solid #DEEDF3;
	border-right: 7px solid #DEEDF3;

}
.mainBlock{
	padding-left: 30px;
	padding-right: 30px;
}
.mainHeadline{
	background: #2567A0;
	padding: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: 7px solid #FFFFFF;
}
.infoboxHeader, .menueHeader{
	background: #2567A0;
	padding: 7px;
	font-weight: bold;
	color: #FFFFFF;
}
.main {
  background: #F8F8FD;
   color: #000;
   float: left;
   width: 50%;
   margin-bottom: 0;
   border-left: 7px solid #FFFFFF;
   border-right: 7px solid #FFFFFF;
}
.all {
	width: 95%;
	float: right;
}
}
.kursiv {
	font-style: italic;
}
.rot {
	font-weight: bold;
	color: #FF0000;
}

