/*              ton        blas              */ 
/*      blau:   202080     #D5D5E4    AEAEE9 */
/*      rot:    982338     #FDDDE3    FFBFBF */
/*      gelb:   DDB329     #FFF8DF    FFF0BF */
/*      grün:   9AB320     #F6FBDC    EDF7B9 */
/*      petrol: 2991AA     #D8F1F8    B4E4F0 */
/*      lila:   A92AA9     #F6D7F6    ECB1EC */ 
/*      blaugrau:          #B7B7C6    */
/*      grau:              #CCCCCC    */
/*      default blau:      #0000EE */

body {
  margin:0px;
}

img.logo {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index:10;
}

.smalltext { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size : .7em; 
	color: #000000;
	max-width: 95%;	
}

.mediumtext { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size : .8em; 
	color: #000000;
	text-align: justify;	
	max-width: 95%;	
/*	width: 95%;	 */
}

.normaltext { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size : 1em; 
	color: #000000;
	text-align: justify;	
	max-width: 95%;	
/*	width: 95%;	 */
}

.fixedsizetext { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size : 9pt; 
	color: #000000;
	text-align: justify;	
	max-width: 95%;	
/*	width: 95%;	 */
}

.largetext { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size : 1.2em; 
	color: #000000;
	max-width: 95%;	
/*	width: 95%;	 */
}

/* Contentarea */
.content {
   font-family: Verdana, sans-serif; 
   font-size: 1em; 
   font-weight: normal; 
   color: #000000;
   background-color: #FFFFFF;
   position: absolute;
   top: 100px;
   left: 13em;
   right: 11em;
   bottom: 50px;
/*    min-height: 25em;*/
   max-height: 60%;
   text-align: justify;
   margin: 5px; 
   overflow: auto;
}

/* Kopfblock */
.row1 {
   position: absolute;
   margin:0px;
   background-color: #202080;
   height: 80px;	
   width: 100%;	
   font-family: Verdana, sans-serif; 
   font-size: 1.5em; 
   font-weight: bold; 
   color: #ffffff;
   text-align: center;
}

.row1title {
   position: absolute;
   background-color: #202080;
   left: 123px;
   top:20px;
   font-family: Verdana, sans-serif; 
   font-size: 1.5em; 
   font-weight: bold; 
   color: #ffffff;
}
.row1suche {
   position: absolute;
   right: 0px;	
   background-color: #B7B7C6;
   height: 80px;	
   width: 10em;	
   text-align: right;	
}

.row1sucheform {
   position: absolute;
   right: .8em;	
   top: 20px;	
   background-color: #B7B7C6;
   text-align: right;	
}

.row1text {
   text-align: center;	
   font-family: Verdana, sans-serif; 
   font-size: .7em; 
   vertical-align: middle;
   color: #000000;
   background-color: #FFFFFF;
}

.row2 {
  position: absolute;
   font-family: Verdana, sans-serif; 
   font-weight: bold; 
   color: #FFFFFF;
/*   background-color: #982338; */
   background-color: #FFFFFF;
   top: 80px;
   height: 50px;	
   width: 100%;	
   text-align: right;	
}

.row2text {
   font-family: Verdana, sans-serif; 
   font-weight: bold; 
   color: #FFFFFF;
/*   background-color: #982338; */
   text-align: center;	
   font-size: .95em; 
}
/* mitte */
.row3left {
   position: absolute;
   top: 130px;
   left: 0px;	
   color: #FFFFFF;   
   background-color: #FFFFFF;
   width: 10em;	
   overflow: hidden;
}

.row3right {
   position: absolute;
   top: 0px;
   right: 0px;	
   color: #FFFFFF;
   background-color: #FFFFFF;
   width: 10em;	
   font-family: Verdana, sans-serif; 
   font-size: 1em; 
}

.row3text {
/*
   color: #FFFFFF;
   background-color: #982338;
*/
   font-family: Verdana, sans-serif; 
   font-size: .95em; 
   font-weight: bold; 
   text-align: center;
}

.row3center1 {
   color: #000000;
   background-color: #FFFFFF;
   position: absolute;
   top: 100px;
   left: 12em;
   width: 50%;
   height: 65%;
}
.row3center2 {
   color: #000000;
   background-color: #FFFFFF;
   position: absolute;
   top: 100px;
   right: 10em;
   width: 50%;
   height: 65%;
}

/* Fusszeile */
.row4 {
   position: absolute;
   bottom: 0px;
   font-family: Verdana, sans-serif; 
   font-size: 1em; 
   font-weight: bold; 
   color: #FFFFFF;
   background-color: #CCCCCC;
   height: 50px;	
   width: 100%;	
   text-align: right;	
}

.row41 {
   position: absolute;
   left: 0px;
   bottom: 10px;
   font-family: Verdana, sans-serif; 
   font-size: 0.8em; 
   font-weight: bold; 
   color: #000000;
   background-color: #FFFFFF;
   height: 40px;	
   width: 100%;	
   text-align: center;	
}

.row42 {
   position: absolute;
   bottom: 0px;
   right: 0px;	
   color: #FFFFFF;
   background-color: #CCCCCC;
   width: 10em;	
   height: 50px;	
}
