@charset "utf-8";
/* CSS Document */
html {
	height:100%;
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	background:#333333 url(images/bgd.jpg) repeat-y center top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	min-height:100%;
	position: relative;
}
a, a:visited {
	text-decoration:none;
	color:#666;
}
a:hover{
	text-decoration:none;
	color:#999;
}
#bg_div {
	background:#333333 url(images/bgd.jpg) repeat-y center top;
	min-width:980px;
	min-height:100%;
	padding-bottom:60px;
}
h1 {
	font-style:italic;
	font-size:34px;
	color:#999999;
	width:100%;
	margin:0;
	padding:0;
	font-weight:normal;
}
h2 {
	font-style:italic;
	font-size:18px;
	color:#666666;
	margin:0;
	padding:0;
	font-weight:normal;
}
div.breite{
	margin:auto;
	width:980px;
}
div.logo{
	background:url(images/logo.png) no-repeat;
	height:160px;
}
#header {
	background:#66CC33;
	height:200px;
	min-width:980px;
	position:relative;
}
#title {
	display:none;
}
#nav {
	float:right;
	margin-right:279px;
	margin-top:120px;
}
#nav ul, #nav li {
	margin:0;
}
#nav li{
	list-style:none;
	float:left;
}
#nav a.tab, #nav a:link.tab, #nav a:visited.tab{
	display:block;
	width:120px;
	height:30px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	font-size:18px;
	padding-top:10px;
	background:url(images/button.jpg) no-repeat top;
}

#nav a:hover.tab{
	background:url(images/button.jpg) no-repeat center;
}
#nav a.aktiv{
	display:block;
	width:120px;
	height:30px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	font-size:18px;
	padding-top:10px;
	background:url(images/button.jpg) no-repeat bottom;
}
#leiste {
	margin-left:-1490px;
	width:1700px;
	height:40px;
	background:#333333;
	position:absolute;
	top:160px;
	left:50%;
}
#content {
	float:left;
	width:690px;
	min-height:100%;
}
.content_text {
	width:674px;
	background:url(images/content_center.jpg);
	padding:0 8px 0 8px;
	color:#333;
}
.content_top {
	width:690px;
	height:8px;
	background:url(images/content_top.jpg);
	font-size:6px;
}
.content_bottom {
	width:690px;
	height:8px;
	background:url(images/content_bottom.jpg);
	margin-bottom:8px;
	font-size:6px;
}
#sidebar {
	float:right;
	width:260px;
	margin-top:20px;
	margin-bottom:20px;
	color:#CCC;
}
#sidebar p {
	border-bottom:dotted 1px #666666;
	margin:0px;
	padding:4px 0 4px 0;
	font-size:11px;
	text-align:justify;
}
#sidebar h2 {
	font-size:16px;
}
#sidebar h1 {
	font-size:20px;	
}
#footer {
	color:#666666;
	text-align:center;
	padding:20px 0 20px 0;
	background:#66CC33;
	min-width:980px;
	position: absolute;
	bottom: 0;
	left:0;
	width:100%;
}
div.galerie {
	margin-top:10px;
}
div.galerie div.description{
	display:none;
}
div.galerie:hover div.description{
	display:block;
	position: absolute;
	bottom: 9px;
	left:9px;
}
div.galerie:hover div.description_top{
	width:672px;
	height:8px;
	background:url(images/c_top.png);
}
div.galerie div.description_bottom{
	width:672px;
	height:8px;
	background:url(images/c_bottom.png);
}
div.galerie div.description_text{
	background:url(images/c_center.png);
	padding:0 8px 0 52px;
	margin:0;
	color:#333;
	width:612px;
}
div.galerie div.description_logo{
	background:url(images/c_info.png) no-repeat center;
	width:40px;
	height:40px;
	position:absolute;
	top:50%;
	margin-top:-20px;
	left:6px;
}
div.galpic {
	background:url(images/content_center.jpg);
	padding: 5px;
	position: relative;
}
img {
	border:none;	
}
