/*++++++++++++++ System Colors +++++++++++++++++*/
/*+++Content_0 (yellow)+++RGB:193,193,0+++Hex:#C1C100++*/

html[xmlns^="http"]
			{
			/* verhindert Mozilla-Zucken
			 * > Firefox 1.5
			 */
			overflow-y: scroll;
			}
			
/*++++++++++++++ Scrollbars +++++++++++++++++*/
body,html {
scrollbar-arrow-color: #F29568;
scrollbar-base-color: #3C110B;
scrollbar-dark-shadow-color: #C84D11;
scrollbar-3dlight-color:#C84D11;
scrollbar-face-color: #C84D11;
scrollbar-highlight-color: #C84D11;
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: black;
scrollbar-track-color:#3C110B;
} 
 
 
/*++++++++++++++ Text Styles +++++++++++++++++*/
.text { color:#777777; font-family: Trebuchet MS, Tahoma, Geneva; font-size: 11px; line-height:14px }
.footer { color:#CCCCCC; font-family: Trebuchet MS, Tahoma, Geneva; font-size: 11px; line-height:25px }
.fliesstext { color:#777777; font-family: Trebuchet MS, Tahoma, Geneva; font-size: 14px; line-height:25px }
.ihrenachricht { color:#777777; font-family: Trebuchet MS, Tahoma, Geneva; font-size: 12px; line-height:18px }
.ueber { color:#333333; font-family: Trebuchet MS, Tahoma, Geneva; font-size: 14px; line-height:25px }
.formfelder { color:#333333; font-family: Trebuchet MS, Tahoma, Geneva; font-size: 11px; line-height:25px }
.formerrors { color:#990000; font-family: Trebuchet MS, Tahoma, Geneva, sans-serif; font-size: 11px; line-height: 22px;}
.formerrorhead { color:#990000; font-weight: bold; font-family: Trebuchet MS, Tahoma, Geneva, sans-serif; font-size: 11px; line-height: 22px;}
.formtextsmall { color:#777777; font-family: Tahoma, Geneva, sans-serif; font-size: 11px; line-height: 20px;}




/*++++++++++++++ Formular Styles +++++++++++++++++*/

.eingabe {
background-color:#DEDEDE;
border:1px solid #000000;
color:#000000;
font-family:Trebuchet MS, Tahoma, Geneva;
font-size:11px;
font-weight:normal;
padding-bottom:2px;
padding-left:5px;
padding-top:2px;
}

.Anrede {
background-color:#DEDEDE;
border:1px solid #000000;
color:#000000;
font-family:Trebuchet MS, Tahoma, Geneva;
font-size:11px;
font-weight:normal;
}

.input {
background-color: #DEDEDE;
font-family: Trebuchet MS, Tahoma, Geneva;
border: #000000 1px solid;
font-size: 11px;
color: #000000;
font-weight: normal;
}

.button {
background-color: #DEDEDE;
font-family: Trebuchet MS, Tahoma, Geneva;
border: #333333 1px solid;
font-size: 11px;
color: #000000;
font-weight: normal;
}

/*++++++++++++++ Href Link Styles +++++++++++++++++*/

a.textlink:link{ color:#000066; text-decoration:none; font-family: Trebuchet MS, Tahoma, Geneva; font-size: 14px; line-height:25px; }
a.textlink:visited { color:#000066; text-decoration:none; font-family: Trebuchet MS, Tahoma, Geneva; font-size: 14px; line-height:25px; }
a.textlink:hover { color:#000066; text-decoration:underline; font-family: Trebuchet MS, Tahoma, Geneva; font-size: 14px; line-height:25px; }

a.linkslink:link{ color:#000066; text-decoration:none; font-family: Trebuchet MS, Tahoma, Geneva; font-size: 14px; line-height:16px; }
a.linkslink:visited { color:#000066; text-decoration:none; font-family: Trebuchet MS, Tahoma, Geneva; font-size: 14px; line-height:16px; }
a.linkslink:hover { color:#000066; text-decoration:underline; font-family: Trebuchet MS, Tahoma, Geneva; font-size: 14px; line-height:16px; }


/*++++++++++++++ Table Backgrounds +++++++++++++++++*/

bglexikon { 
background-attachment:fixed; 
background-position:center center; 
background-repeat:no repeat; 
} 

TD.loeserbg {
background-image: url(http://www.berndloeser.de/images/loeser_bg.jpg);
background-repeat: no-repeat;
background-color: #FFFFFF;
} 

TD.kontakt {
background-image: url(http://www.berndloeser.de/images/kontakt_bg.jpg);
background-repeat: no-repeat;
background-color: #FFFFFF;
} 

TD.impressum {
background-image: url(http://www.berndloeser.de/images/impressum_bg.jpg);
background-repeat: no-repeat;
background-color: #FFFFFF;
} 

TD.links {
background-image: url(http://www.berndloeser.de/images/links_bg.jpg);
background-repeat: no-repeat;
background-color: #FFFFFF;
}

