body {
	color: #000000;
	background-color:#FFFFFF;
	font-family: verdana;
	font-size: 8pt;
}
table{
	color: #000000;
	font-family: verdana;
	font-size: 8pt;
}


#bold{
	font-weight:bold;
}

input[type=text], input[type=radio], input[type=checkbox], input[type=submit], input[type=reset],  input[type=button], input[type=password], select, textarea {
	color: #000000;
	font-family: verdana;
	font-size: 8pt;

}

input#kontakt {
	font-size: 9pt;
}

input[id=right]#right{
	text-align right;
}



#darkblue{
	background-color: #003f8a;
	color: #FFFFFF;
}
#middleblue{
	background-color: #0067a7;
	color: #FFFFFF;
}

#lightblue{
	background-color: #629fca;
	color: #FFFFFF;
}

#dark-blue-gray{
	background-color: #9ca6bd;
}
#light-blue-gray{
	background-color: #d6dbde;
}


#h-menue{
	color:  #003f8a;
	font-weight:bold;
}

#kat-menue{
	margin-left: 30px;
	margin-bottom: 50px;
	color:  #629fca;
	font-weight:bold;
}
#ukat-menue{
	margin-left: 40px;
	margin-bottom: 50px;
	color:  #629fca;
/*	font-weight:bold;*/
}

h3{
	font-size: 10pt;
}

h2{
	font-size: 12pt;
}

h1{
	font-size: 14pt;
}


#gray{
	background-color: gray;
	color: #FFFFFF;

}

.left {border-left:1px solid #dae7f8;}
.right {border-right:1px solid #dae7f8;}
.top {border-top:1px solid #dae7f8;}
.bottom {border-bottom:1px solid #dae7f8;}
.all {border:1px solid #dae7f8;}

a:link { text-decoration:none; color:#003f8a; }
a:visited { text-decoration:none; color:#003f8a;}
a:hover { text-decoration:underline; #003f8a;}
a:active { text-decoration:underline; color:#003f8a;}

h1#kat {
	font-size: 10pt;
	color: #000000;
	margin-bottom: 2px;
	margin-left: 1px;
	text-align: left;

}

a:link#link-white  { text-decoration:none; color:#FFFFFF; }
a:visited#link-white  { text-decoration:none; color:#FFFFFF; }
a:hover#link-white  { text-decoration:none; color:#FFFFFF; }
a:active#link-white  { text-decoration:none; color:#FFFFFF; }


th {

	background-color: #dae7f8;
	color: #0067a7;
}


#info{
	font-size: 7pt;
}

#readonly{
	color: #CCCCCC;
}

/* NEUE EINTRAEGE */

p {
	text-align: justify;
}

span[id=holi] {
	font-size: 16px;
	font-weight: bold;

}

.banner {
	background-repeat: none;
	width: 575px;
	height: 230px;
	color: white;
	font-size: 15pt;
	font-weight: bold;
	text-align: right;
	vertical-align:bottom;
}
a#tooltip{
    position:relative; /*this is the key*/
    z-index:24;
    text-decoration:none}

a:hover#tooltip{z-index:25; background-color:#fff}

a#tooltip span{display: none;}

a:hover#tooltip span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:150px;
    border:1px solid #000;
    background-color:#fff;
    text-align: center;
}

