.right	{
		text-align: right;
		}
.left	{
		text-align: left;
		}
.center	{
		text-align: center;
		}
.block	{
		text-align: justify;
		}
.floatright	{
		float: right;
		}
.floatleft	{
		float: left;
		}
.clear	{
		clear: both;
		}
.normal	{
		font-style: normal;
		}
.font10px	{
		font-size: 10px;
		line-height: 10px;
		margin: 0px;
		padding: 0px;
		}
.font12px	{
		font-size: 12px;
		}
.fontsmall	{
		font-size: 55%;
		}
.fontrelative	{
		font-size: 85%;
		}
.marginright	{
		margin-right: 20px;
		}
.marginleft	{
		margin-left: 30px;
		}
.marginbottom	{
		margin-bottom: 10px;
		}
.padding	{
		padding: 10px;
		}
.einzug	{
		margin-left: 30px;
		}
.bordergrey	{
		border: 1px solid #E5E5E5;
		}
.borderbottom	{
		border-bottom: 1px dotted #EEB28B;
		}
.bordertop	{
		border-top: 1px dotted #EEB28B;
		}
.noborder	{
		border: 0px solid;
		}
.bggrey	{
		background-color: #E5E5E5;
		}
.bggold	{
		background-color: #FFE6B1;
		}
.weiss	{
		color: #FFFFFF;
		}
.grau	{
		color: #6B6B6B;
		}
.orange	{
		color: #E57334;
		}
.weissfett	{
		color: #FFFFFF;
		font-weight: bold;
		}
.blau	{
		color: #27279D;
		}
html, body	{
		height: 100%;
		width: 100%;
		overflow: auto;
		}
body	{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 100%;
		color: #6B6B6B;
/*		background-color: #F7DD96;*/
		background-color: #F8F2E3;
		margin: 0px;
		padding: 0px;
		background-image: url(images/hintergrund_logo.jpg);
		background-position: right top;
		background-repeat: no-repeat;
		scrollbar-arrow-color: #E57334;
		scrollbar-face-color: #F8F2E3;
/*		scrollbar-base-color: #D7E2FE;
		scrollbar-3dlight-color: #C7D2EE;
		scrollbar-darkshadow-color: #002689;
		scrollbar-highlight-color: #C7D2EE;
		scrollbar-shadow-color: #C7D2EE;
		scrollbar-track-color: #F0F5FF;*/
		}
#window	{
		position: absolute;
		top: 0%;
		left: 0%;
		z-index: 2;
		height: 100%;
		width: 100%;
		overflow: auto;
		}
#content	{
		margin-top: 100px;
		margin-left: 10%;
		margin-right: 40%;
		}
#side_bar, #side_bar1	{
		font-size: 70%;
		padding-left: 5px;
		margin-top: 10px;
		}
#map, #map1	{
		font-size: 70%;
		}
div.foto	{
		float: left;
		margin-top: 5px;
		margin-bottom: 10px;
		margin-right: 10px;
		width: 140px;
		}
div.fotobreit	{
		float: left;
		margin-top: 5px;
		margin-bottom: 10px;
		margin-right: 10px;
		width: 180px;
		}
a		{
		color: #E57334;
		text-decoration: none;
		font-weight: bold;
		}
a:visited	{
		color: #757575;
		}
a:hover	{
		color: #990000;
		}
a:active	{
		color: #990000;
		}
#menu	{
		position: absolute;
		top: 35%;
		right: 0px;
		z-index: 3;
		width: 240px;
		}
#menu a, #menu a:visited	{
		font-family: arial, helvetica, sans-serif;
		font-size: 15px;
		color: #E57334;
		font-weight: normal;
		padding: 2px;
		padding-left: 10px;
		margin-left: 0px;
		margin-right: 0px;
		display: block;
		width: 200px;
		}
#menu a:hover, #menu a:active	{
		color: #990000;
		background-image: url(images/menu_pfeil.gif);
		background-position: left center;
		background-repeat: no-repeat;
		}
h1, h2, h3, p	{
		margin-left: 30px;
		}
h1		{
		font-size: 110%;
		color: #27279D;
		font-weight: normal;
		font-style: italic;
		margin-top: 3%;
		margin-bottom: 2%;
		}
/*h1		{
		font-size: 150%;
		color: #27279D;
		font-weight: bold;
		font-style: italic;
		margin-top: 3%;
		margin-bottom: 2%;
		}*/
h1.titel		{
		font-size: 75%;
		line-height: 120%;
		color: #6B6B6B;
		font-style: normal;
		margin-bottom: 2%;
		padding-left: 0px;
		}
h2		{
		font-size: 100%;
		line-height: 120%;
		font-weight: normal;
		color: #E57334;
		margin-top: 3%;
		margin-bottom: 1%;
		border-bottom: 0px solid #C7D2EE;
		}
h2.titel		{
		font-size: 75%;
		line-height: 120%;
		color: #6B6B6B;
		font-weight: normal;
		margin-top: 0px;
		margin-bottom: 2%;
		padding-left: 0px;
		}
h3		{
		font-size: 75%;
		line-height: 120%;
		font-weight: bold;
		margin-top: 5px;
		/*color: #5E85E9;
		padding-left: 3px;
		padding-bottom: 2%;
		border-bottom: 1px solid #C7D2EE;*/
		margin-bottom: 2%;
		}
p		{
		font-size: 75%;
		line-height: 125%;
		text-align: left;
		margin-top: 0px;
		margin-bottom: 1%;
		}
div.foto p	{
		margin-left: 0px;
		font-size: 70%;
		}
p.footer	{
		font-size: 12px;
		}
table	{
		vertical-align: top;
		text-align: left;
		border-collapse: collapse;
		border-spacing: 0px;
		empty-cells: show;
		}
td		{
		vertical-align: top;
		text-align: left;
		}
ul		{
		list-style-type: disc;
		margin-top: 1%;
		margin-bottom: 1%;
		}
li		{
		color: #27279D;
		font-size: 75%;
		line-height: 120%;
		margin-left: 15px;
		margin-top: 0.5%;
		margin-bottom: 0px;
		}
img.footer	{
		position: absolute;
		bottom: 0px;
		right: 110px;
		z-index: 3;
		}	
img.titel	{
		}

