/* Gestaltung Tabellenzellen */
td {
color: #686C6D;	
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: none;
font-family: sans-serif;
} 

legend {
color: #686C6D;	
}

td.maintext {
color: #4C4E4D;	
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: none;
font-family: sans-serif;
}

.popup {
color: #4C4E4D;	
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: none;
font-family: sans-serif;
} 

/* Gestaltung Formulare */
.form {
color: #4C4E4D;	
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: none;
font-family: sans-serif;
} 

.formbutton {
color: #4C4E4D;	
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: none;
font-family: sans-serif;
width: 300px;
} 

/* Gestaltung Links */
a {
color: #EE9F1C;	
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: bold;
text-decoration: none;
font-family: sans-serif;
}
a:link {color: #EE9F1C;}
a:visited {color: #EE9F1C;}
a:hover {color: #4C4E4D; text-decoration: underline;}
a:active {color: #4C4E4D;}
a:focus {color: #4C4E4D;}

a.navigationtop {
color: #FFFFFF;	
background: #9C9E9D;
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: bold;
text-decoration: none;
font-family: sans-serif;
}
a.navigationtop:link {color: #FFFFFF;}
a.navigationtop:visited {color: #FFFFFF;}
a.navigationtop:hover {color: #4C4E4D; text-decoration: underline;}
a.navigationtop:active {color: #4C4E4D;}
a.navigationtop:focus {color: #4C4E4D;}

a.shoppingcart {
color: #EE9F1C;	
background: #FFFFFF;
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: none;
font-family: sans-serif;
}
a.shoppingcart:link {color: #EE9F1C;}
a.shoppingcart:visited {color: #EE9F1C;}
a.shoppingcart:hover {color: #686C6D; text-decoration: underline;}
a.shoppingcart:active {color: #686C6D;}
a.shoppingcart:focus {color: #686C6D;}

/* scrolleiste */
body {
scrollbar-3d-light-color : #686C6D;
scrollbar-arrow-color : #686C6D;
scrollbar-base-color : #d2d2d2;
scrollbar-dark-shadow-color : #686C6D;
scrollbar-face-color : #f6f6f6;
scrollbar-highlight-color : #ffffff;
scrollbar-shadow-color : #ffffff;
margin-top : 0px;
}

