/* Gestaltung Tabellenzellen */
td {
color: #3C66BD;	
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: none;
font-family: tahoma, arial, helvetica, sans-serif;
} 

.smalltext {
color: #3C66BD;	
font-size: 10px;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: none;
font-family: tahoma, arial, helvetica, sans-serif;
} 

.titel {
color: #3C66BD;	
background: #E7ECF7;
} 

.contentbox {
border: 1px #E7ECF7;
border-style: solid solid solid solid;
padding-left: 5px;
padding-right: 5px;
padding-top: 3px;
padding-bottom: 3px;
}

.bild {
border: 7px #FFFFFF;
border-style: solid solid solid solid;
}

.bgcontent {
background-image: url(/images/hintergrund.gif); background-position: top; background-repeat: no-repeat;
}

/* Gestaltung Formulare */
.form {
color: #3C66BD;	
background: #E7ECF7;
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: none;
font-family: tahoma, arial, helvetica, sans-serif;
} 

/* Gestaltung Links */
a.navoben {
color: #3C66BD;	
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: none;
font-family: tahoma, arial, helvetica, sans-serif;
}
a.navoben:link {color: #3C66BD;}
a.navoben:visited {color: #3C66BD;}
a.navoben:hover {color: #FFFFFF; text-decoration: none;}
a.navoben:active {color: #3C66BD;}
a.navoben:focus {color: #3C66BD;}

a.navseite {
color: #3C66BD;	
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: none;
font-family: tahoma, arial, helvetica, sans-serif;
height: 18px;
width: 188px;
padding-top: 3px;
}
a.navseite:link {color: #3C66BD;}
a.navseite:visited {color: #3C66BD;}
a.navseite:hover {color: #FFFFFF; background: #FFA230; text-decoration: none;}
a.navseite:active {color: #FFFFFF; background: #FFA230;}
a.navseite:focus {color: #FFFFFF; background: #FFA230;}

a.small {
color: #FFA230;	
font-size: 10px;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: none;
font-family: tahoma, arial, helvetica, sans-serif;
}
a.small:link {color: #FFA230;}
a.small:visited {color: #FFA230;}
a.small:hover {color: #FFA230; text-decoration: underline;}
a.small:active {color: #FFA230;}
a.small:focus {color: #FFA230;}

a {
color: #FFA230;	
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: none;
font-family: tahoma, arial, helvetica, sans-serif;
}
a:link {color: #FFA230;}
a:visited {color: #FFA230;}
a:hover {color: #FFA230; text-decoration: underline;}
a:active {color: #FFA230;}
a:focus {color: #FFA230;}

/* scrolleiste */
body {
scrollbar-3d-light-color : #9C9E9D;
scrollbar-arrow-color : #9C9E9D;
scrollbar-base-color : #d2d2d2;
scrollbar-dark-shadow-color : #9C9E9D;
scrollbar-face-color : #f6f6f6;
scrollbar-highlight-color : #ffffff;
scrollbar-shadow-color : #ffffff;
}
