/****************** Allgemeine Formate ******************/
html, body {
	background-color: #4A5F88;
	margin-left: 12px;
	margin-right: 0px;	
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0px;
	border-style: none;
    height:100%;
    scrollbar-arrow-color:      #1D79B2;
    scrollbar-face-color:       #B3C0CB;
    scrollbar-highlight-color:  #BECDD4;
    scrollbar-shadow-color:     #666666;
    scrollbar-3dlight-color:    #666666;
    scrollbar-darkshadow-color: #9EC9E4;
    scrollbar-track-color:      #FAFAFA; 
}

h3 {
	font-family: Verdana;
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	font-size: 12px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 0px;
	margin-top: 10px;
}

.text {
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	font-size: 11px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 0px;
	margin-top: 10px;
	line-height: 150%;
}

.text_white {
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	font-size: 11px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 0px;
	margin-top: 10px;
	line-height: 130%;
}

.text_DL {
	font-family: Verdana;
	font-weight: bold;
	font-style: normal;
	color: #EDFF25;
	font-size: 11px;
	margin-left: 30px;
	margin-bottom: 10px;
	border: 0px;
	margin-top: 2px;
	line-height: 110%;
}