/* 0. reset / alle elemente zuruecksetzen */
@import url('reset.css');

/* 1. struktur / seitengeruest */
html {
	height: 100%;
}

body {
	background-color: #fff;
	font: 12px/1.666 Arial, Helvetica;
	color: #666;
	height: 100%;
	width: 600px;
	margin: 0px auto;
}

#intro body {
    text-align: center;
}

#intro div.centered {
    display: block;
    position: absolute;
    top: 50%;
	width: 600px;
	margin-top: -80px;
}

#intro blockquote {
    font-weight: bold;
    border-bottom: dotted 1px #666;
}

#intro ul {
    margin-top: 50px;
}

#intro a {
    text-decoration: none;
    color: #666;
}

#intro a:hover {
    font-weight: bold;
}

/* 1.2 kopf */
#kopf {
}

#kopf h1 {
    font-size: 2.75em;
    color: #666;
    font-weight: normal;
    background: transparent url(../img/eagle.gif) top right no-repeat;
    display: inline;
    padding: 20px 66px 0px 0px;
}

/* 1.2.1 navigation */
.nav-wrapper-top {
    border-bottom: dotted 1px #666;
    margin-bottom: 5em;
}

.nav-wrapper-bottom {
    border-top: dotted 1px #666;
    margin-top: 5em;
}

.navigation {
    display: block;
    list-style: none;
    margin: 0px !important;
}

.navigation li {
    float: left;
    position: relative;
    line-height: 25px;
    margin-right: 35px;
}

.navigation li a {
    display: block;
    text-decoration: none;
    line-height: 25px;
    color: #666;
    font-weight: normal !important;
}

.navigation li a:hover {
    color: #000;
}

.metanavigation {
    float: right;
}

.metanavigation li {
    display: inline;
}

.metanavigation li a {
    color: #666;
    display: block;
    text-decoration: none;
    line-height: 25px;
}

.metanavigation li a:hover {
    color: #000;
}

p.to-top a {
    font-size: 1.75em;
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

p.to-top a:hover {
    color: #000;
}

#content {
    margin: 1.666em 0px;
}

h2 {
    font-size: 1.333em;
    margin-bottom: 1em;
    text-transform: uppercase;
}

#projekte #content h2 {
    text-transform: none;
}

h3 {
    font-size: 1em;
    margin-bottom: 0.666em;
}

#content p, #content ul, #content dl, #content object {
    margin-bottom: 1.666em;
}

#content dt {
}

#content dd {
    float: left;
    margin-left: 150px;
}

#content a {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

#content a:hover {
    color: #000;
}

#content p.line {
    border-bottom: dotted 1px #666;
    padding-bottom: 3.333em;
}

ul.projekte {
    border-bottom: dotted 1px #666;
    padding-bottom: 3.333em;
}

ul.projekte li {
    margin-bottom: 1.666em;
}

ul.projekte li a span {
    display: block;
    font-weight: normal;
}

ul.projekte li a span.more {
    font-weight: bold;
    position: relative;
    float: right;
    top: -1.666em;
}

ul.projekte li a img {
    border: solid 1px #666;
}

ul.projekte li a:hover img {
    border: solid 2px #666;
    width: 596px;
    height: 196px;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ccc;
	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.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	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;
}

/* 3. zusatz */
.hide { display: none; }

.clearfix:after {
    clear:both;
    content:".";
    display:block;
    height:0pt;
    visibility:hidden;
}
