@import url("reset.css");
@import url("grid.css");


/* struktur / seitengeruest */
html {
    background: #000;
    height: 100%;
    min-height: 100%;
}

body {
    background: transparent url(../img/bg.jpg) 50% 50% no-repeat fixed;
    margin: 0px;
    padding: 0px;
    color: #6c6d6f;
    font: 14px/1.5 Helvetica, Arial, sans-serif;
    height: 100%;
    min-height: 100%;
}

#header {
    padding-top: 35px;
    margin-bottom: 75px;
}

#header h1 a {
    display: block;
    text-indent: -9999px;
    height: 30px;
    background: transparent url(../img/logo.png) 0 0 no-repeat;
}

#header .nav {
    display: block;
    float: right;
    list-style: none;
    margin-left:0;
}

#header .nav li {
    float: left;
    margin-left: 2em;
    position: relative;
}

#header .nav li ul {
    position: absolute;
    top: 2em;
    left: 0;
}

#header .nav li ul li {
    margin-left: 0em;
    display: block;
    float: none;
    width: 100px;
}

#header .nav a {
    color: #6c6d6f;
    text-decoration: none;
}

#header .nav .active a {
    color: #f87500;
}

#header .nav li ul li a {
    color: #6c6d6f !important;
}

#header .nav li ul li.active a {
    color: #f87500 !important;
}

#home #content {
    margin-top: 10em;
}

#content h2, #content p {
    margin-bottom: 1em;
}

#content a {
    color: #f87500;
}

#content a:hover {
    text-decoration: none;
}

.center {
    text-align: center;
}

.gap {
    margin-bottom: 4em !important;
}

.gallery-wrapper {
	display: block;
    height: 83px;
	margin-bottom: 3em;
	overflow: hidden;
	position: relative;
}

.gallery-wrapper li {
    display: block;
    float:  left;
    height: 83px;
    width: 83px;
    margin-right: 3.25px;
}

.gallery-wrapper li a {
    border: solid 4px #000;
    display: block;
    height: 75px;
    width: 75px;
}

.gallery-wrapper:hover li a {
    border: solid 4px #fff;
}

.gallery-wrapper li a:hover {
    border: solid 4px #f87500;
}

.gallery-wrapper ul li img {
	background: #fff url(../img/loading.gif) no-repeat center;
}

.gallery-nav {
    position: relative;
}

.gallery-nav .btn_prev,
.gallery-nav .btn_next {
    display: block;
    height: 18px;
    position: absolute;
    top: -92px;
    width: 15px;
}

.gallery-nav .btn_prev {
    left: -25px;
}
.gallery-nav .btn_next {
    right: -25px;
}

.gallery-nav .btn_prev a,
.gallery-nav .btn_next a {
    display: block;
    height: 18px;
    text-indent: -10000px;
    width: 15px;
}

.gallery-nav .btn_prev a {
    background: transparent url(../img/btn_prev.png) center center no-repeat;
}

.gallery-nav .btn_next a {
    background: transparent url(../img/btn_next.png) center center no-repeat;
}

.gallery-nav a.inactive {
    opacity: 0.5;
    cursor: default;
}

h2 {
    color: #fff;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../img/prevlabel.png) no-repeat 5% 50%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../img/nextlabel.png) no-repeat 95% 50%;
}

#lbBottom {
	color: #000;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../img/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
