/* CSS reset */
html{color:#000;background:#141413;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#fff;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{font-size:100%;}

body {
    background-color: #141413;
    font-size: 0.8em;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    color: #564b47;
    margin: 0px;
    padding: 0px;
    background-image: url('../img/body_background.gif');
    background-repeat: repeat-x;
}

a {
    color: #d40c0e;
}
a:hover {
    text-decoration: none;
}
strong {
    font-weight: bold;
}
:focus {
    outline: 0;
}
/*  positioning-layers statisch und absolut */
#box {
    width: 1140px;
    margin: 0px auto;
    padding: 0px;
    text-align: left;
}
#left {
    width: 145px;
    height: 550px;
    padding: 0px;
    float: left;
    background-color: #000;
    background-image: url('../img/box_left_bg.jpg');
    background-repeat: no-repeat;
}
#content {
    width: 850px;
    padding: 0px;
    float: left;
    background-color: transparent;
    background-image: url('../img/content_bg_1.jpg');
    background-repeat: no-repeat;
}
/* PAGES */
.pages {
    color: #fff;
    margin: 10px;
    padding: 5px;
    background-color: #000;
    background: black;
    background: rgba(0, 0, 0, 0.8);
}
.pages-title {
    font-weight: bold;
    font-size: 1.2em;
}
div.pager-teaser {
    height: 80px;
}
div.event-list-teaser-image {
    max-width: 300px;
    float: left;
}
div.event-list-teaser-image img {
    margin: 0 10px 10px 0;
    max-width: 300px;
    overflow: hidden;
    border: 1px solid #000;
}
div.event-list-teaser-image img:hover {
    border: 1px solid #d40c0e;
}
div.event-list {
    overflow: auto;
    height: 400px;
}
div.event-list-data {
    width: 490px;
    padding: 5px;
    vertical-align: top;
    float: left;
}
.event-list-title {
    font-size: 1.5em;
}
.event-list-date {
    font-size: 1.2em;
    color: red;
}
.date {
    font-size: .7em;
    font-weight: normal;
    color: #fff;
}
.event-list-description {
    font-size: 1.1em;
    padding-top: 5px;
    display: block;
}
#logo-top {
    width: 850px;
    height: 100px;
    background-color: #000;
    background-image: url('../img/nachbar_logo_top.jpg');
    background-repeat: no-repeat;
}
#loader {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    background: url("../img/loader.gif") no-repeat 0 0;
    width: 31px;
    height: 31px;
}
#home {
    cursor: pointer;
    width: 335px;
    height: 85px;
    float: left;
}
#login {
    margin-top: 5px;
    padding: 5px;
    width: 200px;
    float: right;
    text-align: right;
}
#reservation {
    margin-top: 5px;
    padding: 5px;
    width: 100px;
    float: right;
    text-align: right;
}
#login .login-form {
    display: none;
}
a#admin-link-login, a#admin-link-logout, a#admin-link-events {
    color: #555;
    font-size: 70%;
    text-decoration: none;
}
#teaser {
    display: none;
}
#navigation-top {
    height: 35px;
    background-color: #000;
    background-image: url('../img/navigation_top_bg.gif');
    background-repeat: repeat-x;
}
#navigation-top ul {
    list-style: none;
}
#navigation-top li {
    display: inline;
}
#navigation-top a {
    height: 35px;
    background-color: transparent;
    width: 100px;
    color: #f0e75d;
	float: left;
	text-align: center;
	text-decoration: none;
    background-image: url('../img/navigation_top_seperator.gif');
    background-repeat: no-repeat;
    background-position: 98px 0px;
    padding-top: 8px;
    font-weight: bold;
    
}
#navigation-top a:hover {
    color: #d40c0e;
}
#main {
    margin: 0;
    padding: 0;
    height: 455px;
}
#right {
    width: 145px;
    height: 550px;
    padding: 0px;
    float: left;
    background-color: #000;
    background-image: url('../img/box_right_bg.jpg');
    background-repeat: no-repeat;
}

#galleries {
    width: 850px;
    height: 280px;
    background-image: url('../img/galleries_background.gif');
    background-repeat: repeat-x;
}
#galleriesDisabled {
    width: 850px;
    height: 280px;
    background-image: url('../img/disabledGalleries_bg.gif');
    background-repeat: no-repeat;
}

.event-gallery-box {
    width: 150px;
    float: left;
    margin: 0 10px 0 10px;
}
.event-title {
    font-weight: bold;
    text-transform: uppercase;
    color: #d40c0e;
    margin-bottom: 5px;
}
.event-description {
    color: #fff;
    font-size: 85%;
    margin-bottom: 2px;
}
a.event-link {
    color: #f0e75d;
    text-decoration: none;
}
p.events-list-data {
    margin-bottom: 5px;
}
#events-list {
    height: 355px;
    overflow: auto;
}
ul.events-list {
    margin-top: 10px;
}
li.events-list {
    margin-bottom: 15px;
    padding: 5px;
    border-top: 1px solid #333;
    width: 785px;
}
li.previous {
    background-image: url('../img/event_list_bg_previous.png');
    background-repeat: no-repeat;
}
li.previous a {
   color: #98805d;
}
li.previous a:hover {
   text-decoration: none;
}
li.next {
    background-image: url('../img/event_list_bg_next.png');
    background-repeat: no-repeat;
}
li.next a {
   color: #82bf67;
}
li.next a:hover {
   text-decoration: none;
}
.events-list-data .title {
    font-weight: bold;
}

#events-images-list {
    height: 235px;
    overflow: auto;
    border: 1px solid #ddd;
    padding: 5px;
    background: black;
    background: rgba(0, 0, 0, 1);
}
ul.events-images-list {
    margin-top: 10px;
    width: 785px;
}
li.events-images-list {
    margin: 5px;
    float: left;
    width: 150px;
}

a.event-link:hover {
    color: #d40c0e;
}
#previous-events {
    width: 510px;
    float: right;
}
#next-events {
    margin-left: 10px;
    padding-top: 4px;
    margin-right: 30px;
    width: 300px;
}
textarea.edit-content {
    width: 100%;
    height: 370px;
    border: 0;
}
#iframe-guestbook {
    border: 0;
    width: 800px;
    height: 365px;
    padding: 10px;
}
a.edit-content {
    display: block;
    float: left;
    background-image: url('../img/edit.png');
    background-repeat: no-repeat;
    width: 22px;
    height: 16px;
}
#head {
    display: none;
}

.clear {
    clear: both;
}
.strong {
    font-weight: bold;
}
.form {
    display: block;
    padding: 10px;
    width: 450px;
}
fieldset {
    border: 1px solid #ccc;
    padding: 5px;
    background: black;
    background: rgba(0, 0, 0, 1);
}
legend {
    padding: 0 5px 0 5px;
    font-weight: bold;
}
label {
    display: block;
    width: 140px;
    float: left;
}
.form-row {
    line-height: 35px;
}

/* slideshow styles */
ul.slideshow {
	list-style: none;
	width: 300px;
	height: 200px;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
}
ul.slideshow li {
	position: absolute;
	left: 0;
	right: 0;
}
ul.slideshow li.show {
	z-index: 500;
}
ul img {
	border: none;
}
#slideshow-caption {
	width: 300px;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	background: #000;
	z-index: 500;
}
#slideshow-caption .slideshow-caption-container {
	padding: 5px 10px;
	z-index: 1000;
}
#slideshow-caption h3 {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
#slideshow-caption p {
	margin: 5px 0 0 0;
	padding: 0;
}
.slideshow-caption-container h3 {
    font-weight: bold;
    font-size: 1.5em;
}
