/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-size:8pt;
	color:#030000;
	background:#5b5f56 url(../images/body_bg.gif) top center repeat-y;
}
a {
	color:#030000;
	text-decoration:none;
}
a img {
	border:none;
}
p {
	line-height:1.8em;
	margin:20px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size:18px;
	font-size:9pt;
	margin:20px 0;
}
/*#site {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}*/
#center {
	/*margin-left: -500px;
	position: absolute;
	top: -300px;
	left: 50%;*/
	width: 1000px;
	background:#FFF;
	position:relative;
	margin:0 auto;
}

#logo {
	position:absolute;
	top:30px;
	right:30px;
	z-index:20;
}
#menu {
	position:absolute;
	top:30px;
	left:30px;
	font-size:19px;
	font-size:9pt;
}
#menu a {
	color:#7e8279;
	padding-right:20px;
}
#menu a:hover, #menu a:focus, #menu a.active, #submenu a:hover, #submenu a:focus, #submenu a.active {
	color:#000;
}
#submenu {
	position:absolute;
	left:30px;
	top:170px;
	font-size:17px;
	font-size:9pt;
}
#top {
	text-align:center;
	float:right;
	font-size:10px;
	clear:both;
	overflow:hidden;
	padding-top:20px;
}
#submenu a {
	color:#7e8279;
	display:block;
	margin-bottom:20px;
}
#submenu .termenu {
	color:#8fbe4a;
}
#submenu .termenu:hover, #submenu .termenu:focus, #submenu .termenu.active {
	color:#6d9038;
}
#credits {
	padding-top:50px;
}
#submenu #credits a {
	display:inline;
}
#wrapContent {
	position:absolute;
	top:10px;
	left:275px;
	height:540px;
}

#hide {
	position:absolute;
	background:#FFF;
	height:35px;
	left:0px;
	top:125px;
	width:500px;
	z-index:10;
}
/* news */
.neuigkeiten_index h1 {
	margin-bottom:5px;
}
.neuigkeiten_index p {
	margin:0;
}
/* contact */
#contact p {
	margin-bottom:0;
	line-height:1.4em;
}
#contact img {
	padding-right:15px;
}
.gallery_detail {
	position:relative;
}
.gallery_detail .img {
	margin-bottom:0;
}
.gallery_txt {
	position:absolute;
	bottom:0px;
	right:-235px;
	width:210px;
}
.gallery_txt h1 {
	margin:0;
}
.pager {
	font-size:16px;
	font-size:8pt;
	margin-top:60px;
}
.pager a {
	color:#7e8279;
	padding-right:3px;
}
.pager strong {
	padding-right:3px;
}
.pager a:hover {
	color:#000;
}

