@charset "UTF-8";
body  {
	font: 		100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #FFFFFF;
	margin: 	0;
	padding: 	0;
	text-align: center;
	color:	#626262;
	border:none
}

body.galerie  {
	font:		Arial;
	margin: 	0; 
	padding: 	0;
	background: #d1d1d1;
	text-align: center;
	color: 		#000000;
}

UL {
	text-align: 	left;
	list-style-type: none;
}

h1 { 
	font:		Arial;
	color:		#383838;
}

table {
	text-align: center;
	border:none;
}

img {
	vertical-align:top;
	height:		360;
	width:		auto;
}
a:link {
	color:	#CC9933;
	text-decoration: none;
	font-style:italic;
}
a:visited {
	color: 		#550000;
	text-decoration: none;

}
a:hover {
	color: 		#383838;
	text-decoration:	line-through;
}
a {
	color: 		#383838;
	text-decoration: none;
	font-style:italic;
}

img.mailBild {
 	width:		25;
	height:		25;
	vertical-align:middle;
	border:none;
}

