/**** Body mit Scrollbalken ****/
body {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #959595;
	background-color: #828282;
	scrollbar-face-color: #DDDDE1;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #324056;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}


/**** Tabellen-Grundformatierung ****/

td, table, tr { font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; font-size: 11px; color: #828282}

.border1 {background-color: #FFFFFF}
.tdbeige { background-color: #F4EAD9}
.tdgray { background-color: #E4E4E4}
.tdgray1 { background-color: #E4E4E4}
.tdlg { background-color: #DBDBDB; font-weight: bold}
.tddg { background-color: #E4E4E4; font-weight: bold}

/* Textfarben */
.headl { font-size: 12px; color: #666666; font-weight: bold}
.headl1 { font-size: 14px; color: #666666; font-weight: bold}
.beige { font-size: 10px; color: #F4EAD9}
.beigel { font-size: 11px; color: #F4EAD9}
.error { color: #990000}



/**** Text-Links ****/
a:active { font-size: 11px; color: #666666; text-decoration: underline}
a:link {  font-size: 11px; color: #666666; text-decoration: underline}
a:visited {  font-size: 11px; color: #666666; text-decoration: underline}
a:hover {  font-size: 11px; color: #666666; text-decoration: underline}

a.nav:active { font-size: 10px; color: #666666; text-decoration: none; font-weight: bold }
a.nav:link {  font-size: 10px; color: #666666; text-decoration: none; font-weight: bold}
a.nav:visited {  font-size: 10px; color: #666666; text-decoration: none; font-weight: bold}
a.nav:hover {  font-size: 10px; color: #666666; text-decoration: none; font-weight: bold}

a.immo:active { font-size: 11px; color: #828282; text-decoration: underline; font-weight: bold}
a.immo:link {  font-size: 11px; color: #828282; text-decoration: none; font-weight: bold}
a.immo:visited {  font-size: 11px; color: #828282; text-decoration: none; font-weight: bold}
a.immo:hover {  font-size: 11px; color: #828282; text-decoration: underline; font-weight: bold}

a.more:active { font-size: 10px; color: #666666; text-decoration: underline}
a.more:link {  font-size: 10px; color: #666666; text-decoration: none}
a.more:visited {  font-size: 10px; color: #666666; text-decoration: none}
a.more:hover {  font-size: 10px; color: #666666; text-decoration: underline}

a.bright:active { font-size: 11px; color: #DBDBDB; text-decoration: underline; font-weight: bold}
a.bright:link {  font-size: 11px; color: #DBDBDB; text-decoration: none; font-weight: bold}
a.bright:visited {  font-size: 11px; color: #DBDBDB; text-decoration: none; font-weight: bold}
a.bright:hover {  font-size: 11px; color: #DBDBDB; text-decoration: underline; font-weight: bold}


/**** Formularfelder ****/

.sform {  font-size: 11px; color: #666666; width: 180; height: 17; background-color: #F8F0E4; border-left: 1px solid #999999; border-bottom: 1px solid #999999; border-right: 1px solid #999999; border-top: 1px solid #999999 }
.multifeld {  font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; font-size: 11px; color: #666666; width: 180; background-color: #F8F0E4; border-left: 1px solid #999999; border-bottom: 1px solid #999999; border-right: 1px solid #999999; border-top: 1px solid #999999 }

.sbutton {  font-size: 11px; font-weight: bold; color: #F4EAD9; width: 160; background-color: #959595; border-left: 1px solid #666666; border-bottom: 1px solid #666666; border-right: 1px solid #666666; border-top: 1px solid #666666; cursor: hand }


