/* Allgemeine Anpassungen */

html {
	overflow-x:hidden;
	overflow-y:hidden;
     }

body {   
   color:            #0026aa;
   font-family:      Arial, Times;
   font-size:        10pt;
   font-weight:	     bold;
   padding-top:0cm;
}

hr {
   border:           0px solid #6CA7A8;
}

h1 {
   color: #003399;
}

h2 {
   color: #003399;
}

button {
   color:            #000000;
   font-size:        10pt;
}

.readonly {
   color:            #555555;
   background-color: #eeeeee;
}

/* Links */

a:link {
   color:            #002299;
   font-weight:      bold;
   text-decoration:  none;
   border:	     0px;
}

a:visited {
   color:            #002299;
   font-weight:      bold;
   text-decoration:  none;
   border:	     0px;
}

a:hover {
   color:            #ff9933;
   font-weight:      bold;
   text-decoration:  none;
}


.header {
   color:            	#ffffff;
   position:	     	absolute;
   top:			0px;
   left:		10%;
}

.kringel1 {
   position:	     	absolute;
   right:		10%;
   top:			0%;
}

.kringel2 {
   position:	     	absolute;
   left:		3%;
   top:			83%;
}

.textw {
   position:		relative;
   right:		10%;
   left:		10%;
}

.boxHead {
   color:            #0026aa;
   background-color: #acd9e4;
   font-size:        13pt;
   font-weight:      normal;
   border-width:     1px;
   border-color:     #0026aa;
   border-style:     solid;
   border-collapse:  collapse;
   padding:          3px 8px 0px 8px;
}

.boxBody {
   color:            #003399;
   font-size:        12pt;
   background-color: #ffffff;
   border-width:     1px;
   border-color:     #0026aa;
   border-style:     solid;
   border-collapse: collapse;
   padding:          8px;
}

.tabelle {
   color:            #003399;
   font-size:        12pt;
   background-color: #ffffff;
   border-width:     1px;
   border-color:     #0026aa;
   border-style:     solid;
   
}

