body { 
	background-color: #d8e8f0 ;
	font-family:      Arial, Helvetica, sans-serif;
	font-weight:      normal;
	text-decoration:  none; 
	text-align:       center;
}

.hline {
	height:           2px;
	background-color: #d3e8f2;	
}

a:link {
	color:            #224454; 
    text-decoration:  none;
}

a:visited { 
	color:            #224454; 
    text-decoration:  none;
}

a:hover { 
	color:            #224454; 
    text-decoration:  none;
}

a:active { 
	color:            #224454;
    text-decoration:  none;
}


.languagetext {
    font-size:        11px;
    font-weight:      bold;
    color:            #224454;

}

.navtext {
    font-size:        12px;
    font-weight:      bold;
    color:            #224454;

}

.titeltext {
    font-size:        18px;
    color:            #224454;

}

.indextext {
    font-size:        16px;
    color:            #224454;
	letter-spacing:   0.1em;
}

.text {
    font-size:        13px;
    color:            #224454;

}