*, body, div, img, a, p, table, tr, td
	{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Verdana;
	font-size: 12px;
	color: #003366;
	}

body
	{
	background-color: #99cc33;
	}

div.alles 
	{
	background: url(Bilder/bg.gif) top left repeat-y white;
	width: 990px;
	float:left;
	}

div.header
	{
	float: left;
	width: 990px;
	height: 120px;
	display: block;
	background: white;
	position: relative;
	}

div.footer
	{
	float: left;
	width: 685px;
	@ width: 990px;
	display: block;
	background: url(Bilder/footer.gif) top left no-repeat white;
	position: relative;
	padding: 20px 50px 20px 255px;
	}

div.menu
	{
	float: left;
	width: 205px;
	position: relative;
	@ top: -4px;
	background-color: #99cc33;
	}

div.content
	{
	float: left;
	width: 685px;
	margin: 30px 50px 50px 50px;
	@ margin: 20px 25px 50px 50px;
	}

div.gallery
	{
	width: 100%;
	background: #99cc33;
	}

div.gallery img
	{
	margin: 7px;
	}

div.l
	{
	float: left;
	}

div.r
	{
	float: right;
	text-align: right;
	}

a
	{
	text-decoration: none;
	color: orangered;
	}

a:hover
	{
	text-decoration: underline;
	}

a img:hover
	{
	text-decoration: none;
	}

p
	{
	display: block;
	font-weight: bold;
	font-size: 16px;
	}

span.small
	{
	font-size: 10px;
	}

input, textarea
	{
	background-color: #EEFAFD;
	border: 1px solid #003366;
	color: #003366;
	font-family: Verdana,sans-serif;
	font-size: 12px;
	margin: 5px;
	padding: 1px;
	}

hr
	{
	background-color: #000000;
	color: #000000;
	border: #000000;
	height: 1px;
	margin: 20px 0px;
	display: block;
	clear: both;
	}

div.r img
	{
	border: 1px solid black;
	margin: 0px 0px 20px 20px;
	}

div.l img
	{
	border: 1px solid black;
	margin: 0px 20px 20px 0px;
	}

div.content table img
	{
	border: 1px solid darkorange;
	}

