body {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	scrollbar-3dlight-color : #A5A5A5;
	scrollbar-arrow-color : #A5A5A5;
	scrollbar-darkshadow-color : #A5A5A5;
	scrollbar-face-color : #EDEEF0;
	scrollbar-highlight-color : #EDEEF0;
	scrollbar-shadow-color : #EDEEF0;
	scrollbar-track-color : #EDEEF0;
}

td,li,p { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; }

.text {
	color : #404040;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 16px;
}

.textLarge{
	color : #404040;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	line-height : 18px;
}

.textSmall {
	color : #404040;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	line-height : 14px;
}

h1,h2,h3 {
	color : #2A4A94;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1 { font-size : 14px; line-height : 22px; }
h2 { font-size : 13px; line-height : 19px; margin-bottom : -9px; }
h3 { font-size : 10px; line-height : 16px; }

a {
	color : #2A4A94;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : underline;
}

a:hover {
	color : #9C0667;
	text-decoration : underline;
}

/* Styles für Form-Elemente */
form { display: inline; }

input,select,textarea {
	color : #404040;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

.frmBtn {
	border : 1px solid #919FA1;
	background-color : #EDEEF0;
}

.frmTxt {
	border: 1px solid #EDEEF0;
	background-color : #EDEEF0;
}



/* Rahmen, Farben, etc. */
.brdAll { border : 1px solid #919FA1; }
.brdTop { border-top : 1px solid #919FA1; }
.brdRight { border-right : 1px solid #919FA1; }
.brdBottom { border-bottom : 1px solid #919FA1; }
.brdLeft { border-left : 1px solid #919FA1; }

.dottedBottom {
	border-bottom : 1px dotted #919FA1;
	font-size : 11px;
}

#blue { color : #2A4A94; }
#red { color : #9C0266; }
#gold { color : #BDA27D; }
#white { color : #FFFFFF; }

