body {

    margin:0px 0px 0px 0px;
    border-width: 0;
    background-color: FFFFFF;
  
}

p.normal {

    text-align: justify;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px  
}

p.small {

    text-align: justify;
	margin-left: 12px;
	margin-top: 14px;
	margin-right: 10px;
	margin-bottom: 8px   
}

TD {
    font-weight : normal; 
	font-size : 12px; 
	font-family : Arial,"MS Sans Serif",sans-serif;
	line-height : 15px; 
	color : #000000; 
} 


A {
	font-weight: bold;
	color: #189ad6;
	
	text-decoration: none
}

A:hover {
	font-weight: bold;
	color: #45a6d8;
	 
	
	text-decoration: underline
}



.bottomMenue {
	font-weight: bold;
	color: #FFFFFF;
	font-size:10px; 
	font-family:"Verdana","MS Sans Serif","sans-serif";
	text-decoration: underline
}

.bottomMenue:hover {
	font-weight: bold;
	color: #3e4678;
	font-size:10px; 
	font-family:"Verdana","MS Sans Serif","sans-serif";
	text-decoration: none
}    

.topMenue {
	font-weight: bold;
	color: #2e018f;
	font-size:12px; 
	font-family:"Arial","MS Sans Serif","sans-serif";
	text-decoration: none
}

.topMenue:hover {
	font-weight: bold;
	color: #5ab8e9;
	font-size:12px; 
	font-family:"Arial","MS Sans Serif","sans-serif";
	text-decoration: underline
}    

.bigTitle {
	font-weight: bold;
	color: #000000;
	font-size:18px; 
	font-family:"Verdana","MS Sans Serif","sans-serif";
	text-decoration: none
}   

.maintitle {
	font-weight: bold;
	font-size:20px; 
	
	color: #290094;
}   

.subtitle {
	font-weight: bold;
	font-size:15px; 
	
	color: #290094;
}   


.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;
}


