/* general styles for body */

body{ 
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
font-family:Trebuchet MS,Verdana, Arial, sans-serif;
font-size:13px;
color : #252525;
scrollbar-face-color: #E8EBED;
scrollbar-highlight-color: #E8EBED;
scrollbar-shadow-color: #ffffff;
scrollbar-3dlight-color: #ffffff;
scrollbar-arrow-color:  #ffffff;
scrollbar-track-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;}
}

/* general styles for table */

table{
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
font-family:Trebuchet MS, Verdana, Arial, sans-serif;
font-size:13px;
color : #252525;
}

/* general styles for td */

td{
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
font-family:Trebuchet MS, Verdana, Arial, sans-serif;
font-size:13px;
color : #252525;
}

/* general styles for img */

img{
border:0px;
}

/* general styles for form */

select, input.textfeld, textarea {
font-family:Trebuchet MS, Verdana, Arial, sans-serif;
font-size:11px;
color: #000000;
width: 300px;
margin-top: 4px;
margin-bottom: 4px;
}
textarea {
  height : 100px;
}

select.datum {
font-family:Trebuchet MS, Verdana, Arial, sans-serif;
font-size:11px;
color: #000000;
width: 50px;
margin-top: 4px;
margin-bottom: 4px;
}

input.button {
font-family:Trebuchet MS, Verdana, Arial, sans-serif;
font-size:14px;
color: #000000;
margin-top: 5px;
margin-bottom: 5px;
}

select, radio{
font-family:Trebuchet MS, Verdana, Arial, sans-serif;
font-size:12px;
color: #000000;
background-color:#ffffff;
}

/* head */

.head{ 
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
font-family:Arial, Trebuchet MS, Verdana, sans-serif;
font-size:24px;
color : #252525;
}


/* footer*/

.footer{ 
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
font-family:Trebuchet MS, Verdana, Arial, sans-serif;
font-size:12px;
color : #252525;}
a.footer:link    { color : #6D6C71; text-decoration : underline;}
a.footer:visited { color : #6D6C71; text-decoration : underline;} 
a.footer:hover   { color : #001133; text-decoration : underline;} 
a.footer:active  { color : #6D6C71; text-decoration : underline;}


/* general styles for links */

a:link    { color : #252525; text-decoration : underline;}
a:visited { color : #252525; text-decoration : underline;} 
a:hover   { color : #252525; text-decoration : underline;} 
a:active  { color : #252525; text-decoration : underline;}

/* styles for links in the navigation, first level */

.navi1{
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
font-family:Trebuchet MS, Verdana, Arial, sans-serif;
font-size:12px;
color : #252525;
}
a.navi1:link    { color : #252525; text-decoration : underline;}
a.navi1:visited { color : #252525; text-decoration : underline;} 
a.navi1:hover   { color : #252525; text-decoration : underline;} 
a.navi1:active  { color : #252525; text-decoration : underline;}

a.nebennavi:link    { color : #666666; text-decoration : underline;}
a.nebennavi:visited { color : #666666; text-decoration : underline;} 
a.nebennavi:hover   { color : #252525; text-decoration : underline;} 
a.nebennavi:active  { color : #666666; text-decoration : underline;}

a.nebennavi_aktiv:link    { color : #252525; text-decoration : underline;}
a.nebennavi_aktiv:visited { color : #252525; text-decoration : underline;} 
a.nebennavi_aktiv:hover   { color : #252525; text-decoration : underline;} 
a.nebennavi_aktiv:active  { color : #252525; text-decoration : underline;}

.unter_headline{
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
font-family:Trebuchet MS, Verdana, Arial, sans-serif;
font-size:14px;
font-weight:bold;
color : #666666;
}

.headline3{
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
font-family:Trebuchet MS, Verdana, Arial, sans-serif;
font-size:12px;
font-weight:bold;
color : #252525;
}

ul {
  list-style-image:url('/img/listenpunkt.gif');
}



