body, td{
margin : 0px;
padding : 0px;
font-size:12px;
font-family: Verdana;
color : #4e4e4e;
line-height:18px;
}

img{
	border: 0px;	
}

p{
margin : 0;
padding : 0;
}

h1,h2,h3,h4{
margin : 0;
padding : 0;
line-height : normal;
color : #333;
}

h1{
font-size: 20px;
}

h2{
font-size: 16px;
}
h3{
font-size: 14px;
}


/*  Links  */
a, a:link, a:active, a:visited, a:hover  {
font-family:Verdana;
color : #4e4e4e;
text-decoration : underline;
}
a:hover  {
text-decoration : none;
color : #4e4e4e;
}

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 : #4e4e4e;
text-decoration:none;
}
a.link_ohne_strich:hover  {
color : #4e4e4e;
text-decoration:underline;
}

a.link_footer, a.link_footer:link, a.link_footer:active, a.link_footer:visited, a.link_footer:hover{
font-family:Verdana;
color : #888;
text-decoration:none;
}
a.link_footer:hover  {
color : #888;
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-left: 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;
}

.footer_text{
color:#888;
}
