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

td.position {
color: #286EB5;	
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: bold;
text-decoration: none;
font-family:verdana, arial, helvetica, sans-serif;
letter-spacing: 3px;
} 

.news1 {
background: #EBF1F8;
border: 1px solid #ffffff;
padding-left : 5px;
padding-top : 5px;
padding-right : 5px;
padding-bottom : 5px;
}

.news2 {
background: #F6F8FB;
border: 1px solid #ffffff;
padding-left : 5px;
padding-top : 5px;
padding-right : 5px;
padding-bottom : 5px;
}

/* Gestaltung Links */
a {
color: #286EB5;	
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: text-decoration: underline;;
font-family: tahoma,verdana, arial, helvetica, sans-serif;
}
a:link {color: #286EB5;}
a:visited {color: #286EB5;}
a:hover {color: #85A7D4; text-decoration: underline;}
a:active {color: #286EB5;}
a:focus {color: #286EB5;}


a.navigation {
color: #286EB5;	
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: bold;
text-decoration: none;
font-family:verdana, arial, helvetica, sans-serif;
}
a.navigation:link {color: #286EB5;}
a.navigation:visited {color: #286EB5;}
a.navigation:hover {color: #ffffff; text-decoration: none;}
a.navigation:active {color: #ffffff;}
a.navigation:focus {color: #ffffff;}

/* Gestaltung Formulare */
.form {
color: #286EB5;	
background: #EBF1F8;
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: none;
font-family:verdana, arial, helvetica, sans-serif;
border: 1px inset;
} 

.formbutton {
color: #286EB5;	
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: none;
font-family:verdana, arial, helvetica, sans-serif;
width: 300px;
} 

/* scrolleiste */
body {
scrollbar-3d-light-color : #286EB5;
scrollbar-arrow-color : #286EB5;
scrollbar-base-color : #ffffff;
scrollbar-dark-shadow-color : #286EB5;
scrollbar-face-color : #EBF1F8;
scrollbar-highlight-color : #EBF1F8;
scrollbar-shadow-color : #EBF1F8;
}