
a.OtherLink1:link { color: #000000;text-decoration : none;font-weight: bold;}
a.OtherLink1:visited { color: #000000; text-decoration : none;font-weight: bold; }
a.OtherLink1:hover {text-decoration:underline;color : #000000;font-weight: bold;}
a.OtherLink1:active {text-decoration:underline;color : #000000;font-weight: bold;}

a:link { color: #000000;text-decoration : none;font-weight: bold;}
a:visited { color: #000000; text-decoration : none;font-weight: bold; }
a:hover {text-decoration:none;color : #F0FD00;font-weight: bold;}
a:active { color: #F0FD00;text-decoration : none;font-weight: bold;}

a.Special:link { color: #808080;text-decoration : none;font-weight: bold;}
a.Special:visited { color: #808080; text-decoration : none;font-weight: bold; }
a.Special:hover {text-decoration:none;color : #F0FD00;font-weight: bold;}
a.Special:active { color: #F0FD00;text-decoration : none;font-weight: bold;}

Body {
	background-color : #DEE7EF;
	font-family: "arial", "geneva", "helvetica";
    font-size: 9pt;    
}

/* Definition der Schrift des Inhalts */
.CONTENTTEXT { 
	font-family: "arial", "geneva", "helvetica";
    font-size: 9pt;
    color: #000000 }
    
/* Definition der Schrift des Inhalts */
.CONTENTTEXTTOP { 
	font-family: "arial", "geneva", "helvetica";
    font-size: 11pt;
	font-weight: bold;
	color: #000000 }

/* Definition der Schrift des Inhalts */
.PageHeadline { 
	font-family: "arial", "geneva", "helvetica";
    font-size: 14pt;
	font-weight: bold;
	background-color : #7BACE8;
	padding:5px;
	margin-bottom:20px;
    color: #000000 }
    
/* Definition der Schrift des Inhalts */
.TitelText { 
	font-family: "arial", "geneva", "helvetica";
    font-size: 13pt;
	font-weight: bold;
    color: #000000 }

/* Definition der Schrift des Inhalts */
.WelcomeText { 
	font-family: "arial", "geneva", "helvetica";
    font-size: 20pt;
	font-weight: bold;
    color: #000000 }
	
/* Definition der Schrift des Inhalts */
.ui-widget-header {
	font-family: "arial", "geneva", "helvetica";
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	background-color : #7BACE8;
}

.CONTENTTABLETEXT {
	font-family: "arial", "geneva", "helvetica";
	font-size: 9pt;
	color: #000000;
	background-color: #AACAF0;
}
 
.SmallInfoText { 
	font-family: "arial", "geneva", "helvetica";
    font-size: 8pt;
    color: #000000;
 }

.InputBox {
	font-family: "arial", "geneva", "helvetica";
	font-size: 8pt;
	border-style : groove;
}

.InputBoxTop {
	font-family: "arial", "geneva", "helvetica";
	font-size: 10pt;
	border-style : groove;
}

.ButtonStyle {
	font-family: "arial", "geneva", "helvetica";
	font-size: 8pt;
}

.Scrollbox {
	margin: 0 0 10px 0;
}

.Scrollbox .contentarea {
	margin: 0;
	padding: 3px 5px;
	overflow:auto;
}


