body, td{
margin : 0px;
padding : 0px;
font-size:12px;
font-family: Verdana;
color : #333;
line-height:18px;
}

img{
	border: 0px;	
}

p{
margin : 0;
padding : 0;
}

h1,h2,h3,h4{
margin : 0;
padding : 0;
line-height : normal;
color : #666;
}

h1{
font-size: 15px;
font-weigth: normal;
}


/*  Links  */
a, a:link, a:active, a:visited, a:hover  {
font-family:Verdana;
color : #333;
text-decoration : underline;
}
a:hover  {
text-decoration : none;
color : #333;
}

a.link_ohne_strich, a.link_ohne_strich:link, a.link_ohne_strich:active, a.link_ohne_strich:visited, a.link_ohne_strich:hover{
font-family:Verdana;
color : #333;
text-decoration:none;
}
a.link_ohne_strich:hover  {
color : #333;
text-decoration:underline;
}


.bild_links_mit_schatten{
float: left; 
margin-right: 10px;
box-shadow:2px 2px 5px #888;
-webkit-box-shadow:2px 2px 5px #888;
-moz-box-shadow: 2px 2px 5px #888;
}

.bild_rechts_mit_schatten{
float: right; 
margin-right: 10px;
box-shadow:2px 2px 5px #888;
-webkit-box-shadow:2px 2px 5px #888;
-moz-box-shadow: 2px 2px 5px #888;
}

.bild_mit_schatten{
box-shadow:2px 2px 5px #888;
-webkit-box-shadow:2px 2px 5px #888;
-moz-box-shadow: 2px 2px 5px #888;
}

.div_termin{
padding: 10px 0 0 0;
width:760px;
clear:both;
border-top: dotted 1px #999;
}

.termin_felde_1{
width:240px;
float:left;
padding: 0 10px 10px 0;
}
.termin_felde_2{
width:190px;
float:left;
padding: 0 10px 10px 0;
}
.termin_felde_3{
width:125px;
float:left;
padding: 0 10px 10px 0;
}
.termin_felde_4{
width:165px;
float:left;
padding: 0 10px 10px 0;
}