/* @group Allgemein */

* {
  margin: 0;
  padding: 0;
}

html {
  /*background: url(img/bg_bottom.jpg) bottom repeat-x #000;*/
  background: url(img/background_new_01.jpg) repeat-y center #000;
  height: 100%;
  background-color: #000;
}


body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #dadada;
  font-size: 0.7em;
}

p {
  margin-bottom: 13px;
}

a, a:link, a:active, a:visited {
  color: #FFF;
  text-decoration: none;
}

h1 {
  font-size: 1.2em;
  font-weight: 800;
  padding: 10px;
}

h2 {
  margin-bottom: 15px;
  color: #fff;
}

h3 {
  font-weight: normal;
  margin-bottom: 10px;
}

.clear {
  clear: both;
  height: 0;
}

img {
  border: none;
}

/* @end */

/* @group Rahmen */

#wrapper {
  width: 100%;
  /*background: url(img/bg_top.jpg) top repeat-x;*/
  min-height: 750px;
  height: auto;
  height: 750px !important;
}

#header {
  background: url(img/header.gif) no-repeat;
  width: 926px;
  height: 310px;
  margin: auto;
}

#main {
  width: 926px;
  /*min-height: 600px;*/
  /*height: auto;*/
  /*height: 600px !important;*/
  margin: auto;
  padding: 10px 0px 20px 0;
  background: url(img/content_bg.gif) repeat-y;
}

#footer {
  margin: auto;
  background: url(img/footer_bg.png) top no-repeat;
  width: 926px;
  padding: 15px;
  padding-bottom: 140px;
  text-align: center;
  font-size: 0.95em;
  color: #fff;
}

#sidebar {
  width: 130px;
  float: left;
  padding: 0px 30px 0px 25px;
}

#content {
  float: right;
  width: 666px;
  min-height: 600px;
  padding: 0 40px 0px 30px;
}

/* @group Menü */

#menu {
  list-style: none;
  text-align: right;
}

#menu li {
  padding: 2px 2px 2px 0px;
  border-top: 1px solid #303030;
  font-size: 13px;
}

#menu .current_page_item {
  background-image: url(img/link_active.gif);
}

#menu .last {
  border-bottom: 1px solid #303030;
}

#menu li a {
  display: block;
}

/* @end */

/* @end */

/* @group Dates & News */

.event-wrapper,
.news-wrapper {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #353535;
}

* html .event-wrapper
{
	margin-top: 10px;
	height: 130px;
}

* html .news-wrapper
{
	height: 130px;
}

.event-wrapper img,
.news-wrapper img {
  float: left;
}

.event-wrapper img,
.news-wrapper img,
.single img {
  padding: 2px 10px 0px 0px;
}

.single img {
  float: left;
}

.event-wrapper .details,
.news-wrapper .details {
  float: left;
}

.event-wrapper .details {
  padding-left: 10px;
  width: 520px;
}

.event-wrapper .title,
.news-wrapper .title {
  font-size: 12px;
  margin-bottom: 10px;
  color: #fff;
}

.event-wrapper .more-link,
.news-wrapper .more-link {
  margin-top: 10px;
  display: block;
  width: 40px;
}

.title span {
  display: block;
  padding: 2px;
  margin-bottom: 2px;
  background-color: #272727;
}

.title small {
  margin-left: 2px;
}


#back {
  display: block;
  margin-top: 10px; 
}

#edit,
#edit a {
  color: #aaaaaa;
  font-size: 0.8em;
  font-weight: normal;
}

/* KOMMENTARE
#respond h3 {
  margin-top: 35px;
  padding-top: 5px;
  border-top: 1px solid #303030;
}

#comment {
  width: 100%;
  height: 75px;
}
*/

/* @end */

/* @group Downloads */

#post-51 ul,
#post-290 ul {
  margin-bottom: 10px;
  list-style-type: none;
  border-bottom: 1px solid #303030;
}

#post-51 ul li,
#post-290 ul li {
  padding: 3px;
  border-top: 1px solid #303030;
  border-bottom: 1px solid #303030;
  border-bottom: none;
}

#post-51 ul li:hover,
#post-290 ul li:hover {
  background-color: #303030;
}

#post-51 ul li a,
#post-290 ul li a {
  display: block;
  padding-left: 2px;
}

/* @end */

/* @group Galerie */

#content .ngg-album {
  border: 1px solid #303030;
  padding-bottom: 2px;
}

#content .ngg-albumtitle {
  background-color: #303030;
  padding: 2px 5px 2px 5px;
  margin-bottom: 8px;
  font-size: 1.25em;
  font-weight: normal;
}

#content .ngg-thumbnail img {
  margin: 0;
}

#content .ngg-gallery-thumbnail img {
  padding: 3px;
  margin-left: 0;
  margin-right: 3px;
}

#content .ngg-galleryoverview {
  margin-bottom: 15px;
}

/* @end */

/* @group Kontakt */

#map {
  width: 100%;
  height: 400px;
}

#map .address {
  margin-right: 20px;
  font-size: 1.15em;
  border-top: 1px solid #303030;
  display: block;
  padding-top: 5px;
  color: #000;
}

/* @end */

/* @group Event-Page (Einzelansicht) */

.event-pic {
  float: left;
  margin: 0 10px 10px 0;
  width: 197px;
}

/* @end */

/* @group Event-slider */

#rp_frame {
  width: 632px;	
  height: 362px;
  border:1px solid #646464;
  background-image: url(img/slider_wrapper_bg.gif);
  margin-bottom: 25px;
  padding: 15px;
  position: relative;
}

#rp_nav_thumbnails {
  display: none;
}

.rp_post_title {
  background-color: #1b1b1b;
  padding: 5px 5px 5px 10px;
  margin-bottom: 20px;
  height: 51px;
}

.rp_post_title h2 {
  display: block;
  margin: 5px 0px 7px 0px;
  font-size: 13px;
}

.rp_post_title span {
  display: block;
  margin-top: 10px;
  color: #eee;
  font-weight: normal;
  font-size: 11px;
}

* html .rp_post_title h2
{
	padding: 5px 0 0 0;
}

.rp_post_image {
  float: left;
  margin: 0 20px 10px 0;
  height: 275px;
}

#rp_nav {
  clear: both;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -27px;
}

#rp_nav a {
  display: block;
  cursor: pointer;
  float: left;
  width: 24px;
  height: 24px;
  text-indent: -2000px;
}

#rp_nav_left {
  background-image: url(img/event_prev.gif);
}

#rp_nav_pause {
  
}

#rp_nav_right {
  background-image: url(img/event_next.gif);
}

/* @end */

/* @group Gedöns */

#post-55 table {
  margin-bottom: 15px;
}

/* @end */

#shDisplay div#shNext
{
	position: relative;
}

#awp_nav_center {
  color: #000;
}

.awp_nav div {
  margin-bottom: 25px;
}

.size-full
{
	float: left;
	margin-right: 10px;
}

.events-wrapper div.items_div
{
	width: 195px;
	float: left
}

.awp_nav,
.events-wrapper #awp_loop div
{
	display: none;
}

.events-wrapper #awp_loop div.items_div
{
	display: block;
}

#rp_frame
{
	position: relative;
}

#rp_frame img
{
	width: 197px;
}

* html #content {
  min-height:600px;
  height:auto !important;
  height:600px;
}

#wrapper .ngg-navigation a.page-numbers:hover, #wrapper .ngg-navigation a.next:hover, #wrapper .ngg-navigation a.prev:hover, #wrapper .ngg-navigation span.page-numbers:hover, #wrapper .ngg-navigation span.next:hover, #wrapper .ngg-navigation span.prev:hover
{
	background-color: #666;
}

#content .bigthrobber 
{
	height: 25px;
	width: 25px;
	right: 50%;
	position: absolute;
	margin: auto;
	z-index:100;
}

.ngg-galleryoverview
{
	height: 490px;
}

.ngg-galleryoverview #back_link
{
	position: relative;
	top: 10px;
	left: 0;
}

#awp_loop #back_link
{
	position: relative;
	left: 0;
	top: 10px;
	clear: both;
}

div#map_canvas
{
	height: 445px;
}

div#map_info
{
	position: absolute;
	height: 60px;
	z-index: -1000;
	color: #000000;
}