html {
     overflow-y:scroll;
}
body {
	background-image: url('img/container.jpg');
	background-repeat: repeat-y;
	background-position: center;
	background-color: #333333;
	font-family: Verdana, Arial;
	color: #ffffff;
	font-size: 12px;
	margin: 0px;
}

.mainTable {
	width: 990px;
	height: auto;
	margin:0 auto;
	text-align: justify;
}
.header-left {
	background-color: #008c4f;
	width: 165px;
	height: 165px;
	float: left;
}
.header-right {
	background-color: #6d6e70;
	width: 825px;
	height: 165px;
	float: right;
}
.navigation {
	float: left;
	width: 165px;
	min-height: 500px;
	text-align: left;	
}
.content {
	float: right;
	width: 825px;
	min-height: 500px;
}
.toppic {
	width: 825px;
	height: 180px;
}
.footer {
	clear: both;
	width: 990px;
	height: 30px;
}
.margin10 {
	margin-left: 10px;
	margin-right: 10px;
}
.img {
	border: 0;
}
.container {
	height: auto;
	background-image: url('img/container.jpg');
}


a:link { color: #ffffff; text-decoration: underline; font-style: italic; }
a:visited { color: #ffffff; text-decoration: underline; font-style: italic; }
a:active { color: #ffffff; text-decoration: underline; font-style: italic; }
a:hover { color: #cccccc; text-decoration: underline; font-style: italic; }

div.navigation a:link { color: #ffffff; text-decoration: none; font-style: normal; }
div.navigation a:visited { color: #ffffff; text-decoration: none; font-style: normal; }
div.navigation a:active { color: #ffffff; text-decoration: none; font-style: normal; }
div.navigation a:hover { color: #cccccc; text-decoration: none; font-style: normal; }

#aktiv {
	color: #ffffff; 
	font-weight: bold;
	text-decoration: underline;
}

/* Galerie */
#slideshow {width:825px; height: 180px; background-image: url('pics/pic01.jpg');}
