body			{
			margin: 0px;
			background: url(../img/bg_mid.png) 0px 151px repeat-x #ffffff;
			}

div#head		{
			width: 100%;
			height: 150px;
			background: url(../img/head.jpg) 5% top no-repeat #9ec3df;
			border-bottom: 1px solid #ffffff;
			}

div#head div		{
			width: 100%;
			height: 60px;
			float: right;
			margin-top: 40px;
			margin-right: 5%;
			_margin-right: 2%;
			filter:
			progid:DXImageTransform.Microsoft.AlphaImageLoader
			(src='../img/logo.png');
			background-image: url(../img/logo.png);
			background-position: right top;
			background-repeat: no-repeat;
			}

div#inhalt		{
			width: 80%;
			float: left;
			}

div#inhalt p		{
			font: 10pt arial;
			margin: 5px 0px 10px 40px;
			}

div#contentnavi		{
			width: 19%;
			float: right;
			}

div#bread		{
			margin: 5px 0px 0px 10px;
			}

div#bread a		{
			font: bold 12pt arial;
			color: #000000;
			text-decoration: none;
			}
		
div#bread a:hover 		{
			color: #9ec3df; 
			}

hr			{
			color: #006000;
			background-color: #006000;
			border-width: 1px;
			border-color: #9ec3df;
			margin: 20px 20px 10px 40px;
			}

ul#navi li		{
			list-style-type: none;
			}

ul#navi li a		{
			font: bold 10pt arial;
			color: #000000;
			text-decoration: none;
			}

ul#navi li a:hover	{
			color: #9ec3df;
			}
			
h1			{
			font: 20pt arial;
			color: #000000;
			margin: 20px 0px 0px 40px;
			}
			
img.photo		{
			border:1px solid #9ec3df;
			}

img.photo:visited	{
			border:1px solid #9ec3df;
			}

img.photo:hover		{
			border:1px solid #FF0000;
			}

div#footer		{
			width: 100%;
			height: 90px;
			background: no-repeat #9ec3df;
			border-top: 1px solid #000000;
			}

div#footer p		{
			font: 8pt arial;
			margin: 10px 40px 10px 40px;
			}

