body {

    scrollbar-face-color: #5f94c0;
    scrollbar-shadow-color: #000000;
    scrollbar-highlight-color: #000000;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
      
    background-image: url(../images/bg.gif);
    background-repeat: repeat;
    
    margin:0px 0px 0px 0px;
    border-width: 0;
    background-color: FFFFFFF;
  
}

p.normal {

    text-align: justify;
	margin-left: 14px;
	margin-top: 14px;
	margin-right: 14px;
	margin-bottom: 14px
    
}

p.small {

    text-align: justify;
	margin-left: 12px;
	margin-top: 14px;
	margin-right: 10px;
	margin-bottom: 8px
    
}


TD {
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
	color: #000000;
	font-family:"Verdana","MS Sans Serif","sans-serif";
}

A {
	font-weight: bold;
	color: #00539a;
	font-size:14px; 
	font-family:"Verdana","MS Sans Serif","sans-serif";
	text-decoration: underline
}

A:hover {
	font-weight: bold;
	color: #aa0000;
	font-size:14px; 
	font-family:"Verdana","MS Sans Serif","sans-serif";
	text-decoration: none
}

.greytext {
	color: gray;
}

.topMenue {
	font-weight: bold;
	color: #FFFFFF;
	font-size:11px; 
	font-family:"Verdana","MS Sans Serif","sans-serif";
	text-decoration: none
}

.topMenue:hover {
	font-weight: bold;
	color: #fee595;
	font-size:11px; 
	font-family:"Verdana","MS Sans Serif","sans-serif";
	text-decoration: underline
}    

.bottomMenu {
	font-weight: normal;
	color: #7b84bd;
	font-size:10px; 
	font-family:"Verdana","MS Sans Serif","sans-serif";
	text-decoration: underline
}

.bottomMenu:hover {
	font-weight: normal;
	color: #3e4678;
	font-size:10px; 
	font-family:"Verdana","MS Sans Serif","sans-serif";
	text-decoration: none
}    

.yellowText {
	font-weight: normal;
	color: #f7e398;
	line-height: 19px;
	font-size:11px; 
	font-family:"Verdana","MS Sans Serif","sans-serif";
	text-decoration: none
}       

.largeTitle {
	font-weight: bold;
	color: #418ac7;
	font-size:20px; 
	font-family:"Arial","MS Sans Serif","sans-serif";
	text-decoration: none
}   

.titleTitle {
	font-weight: bold;
	color: #000000;
	font-size:16px; 
	font-family:"Arial","MS Sans Serif","sans-serif";
	text-decoration: none
} 

.tableHeaderText {
	color: #2B4C6E;
	padding-left: 28px;
	font-weight: bold;  
    font-size: 12px;
    font-family:"Arial","MS Sans Serif","sans-serif";
}

.imageBorder {
	margin-right: 8px;
	margin-top: 8px;
}

.tableBorderHeader {
	height: 27;
	background-color: #DCDBBD;
	padding-left: 5px;
}

.tableHeader {
	background-color: #f6d494;
	padding-left: 8px;
	height: 26;
}

.tableDataDark {
	background-color: #fff5e1;
	padding-left: 8px;
	height: 28;
}

.tableDataLight {
	background-color: #fff9ed;
	padding-left: 8px;
	height: 28;
}

.tableColor {
	background-color: #FDF2DD;

}


/* title_images */


.shortTitel {
	background-image: url(../images/shorttitle.gif);
    background-repeat: no-repeat;
    width: 315px;
    height: 26px;
    margin-left:2px;
}

.longTitel {
	background-image: url(../images/longtitle.gif);
    background-repeat: no-repeat;
    width: 634px;
    height: 26px;
    margin-left:2px;
}



