html		{
		background-image: url(images/hintergr.jpg);
		}

body 		{
		width: 1000px;
		margin: 0 auto;
		font-family: Arial, FreeSans, sans-serif;
		font-size: 12pt;
		color: green;
		}

p,li,span	{
		font-family: Arial, FreeSans, sans-serif;
		color: green;
		font-size: 12pt;
		}

.text-c	{
		width: 100%;
		text-align: center;
		}

a		{
		text-decoration: none;
		color: green;
		}

a:hover		{
		color: #003300;
		}

h1 		{
		font-family: Arial, FreeSans, sans-serif;
		color: green;
		font-size: 18pt;
		text-align: center;
		}

h2 		{
		font-family: Arial, FreeSans, sans-serif;
		color: green;
		font-size: 14pt;
		text-align: center;
		}

/* Fusszeile */
header		{
		position: absolute;
		margin: 0 auto;
		width: 1110px;
		margin-top: 10px;
		height: 130px;
		z-index: 10;
		text-align: center;
		}

aside		{
		position: absolute;
		margin-top: 130px;
		padding: 5px;
		width: 150px;
		}
		
#seite		{
		position: absolute;
		top: 130px;
		margin-left: 170px;
		bottom: 10px;
		width: 830px;
		overflow: auto;
		}

#seite-gal	{
		text-align: center;
		position: absolute;
		padding-top: 130px;
		margin-left: 0px;
		width: 1110px;
		margin: 0 auto;
		}

/* Galerie */

#zurueck	{
		position: absolute;
		left: 0px;
		top: 450px;
		z-index: 3;
		}

#tourbild	{
		margin: 0 auto;
		text-align: center;
		z-index: 1;
		}

#vor		{
		position: absolute;
		right: 0px;
		top: 450px;
		z-index: 3;
		}

/* Startseite */

.start-links	{
		padding: 10px;
		margin-left: 10px;
		float: left;
		}

.start-rechts	{
		padding: 10px;
		margin-left: 10px;
		}

/* div clear */
.clearfix	{
		clear: both;
		}

