/* CSS Document */

/****   Generic elements   *****/
html, body {
  height: 100%; 
}
body {
	margin: 0;
    padding: 0;
	font: 12px "Lucida Grande", Arial, Helvetica, Sans-Serif;
	color: #FFF;
	background-color: #121315;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 160%;
  line-height: 130%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

ul, quote, code, fieldset {
  margin: .5em 0;
}

p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}

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

a:hover {
  color: #d34d04;
  text-decoration: underline;
}

a:active, a.active {
  color: #5895be;
}

img, a img {
  border: 1px solid #1f2223;
}
.clear{
	clear: both;
}
.cl-left {
      clear: left;
      height: .1px;
      font-size: 0;
      line-height:0;
}
.cent{
	font-family: "Century Gothic";
	font-size: 13px;
	font-style: italic;
	}

/******   layouts   ******/

#outer-wrapper-home{
  width:960px;
  margin:0 auto;
  background: url(images/bg.gif) center top no-repeat;
}

#outer-wrapper{
	position: relative;
	min-height: 100%;
	width:960px;
	margin:0 auto -56px auto;
	background: url(images/bg.gif) center top no-repeat;
}

/*Header*/
#header{
	position: relative;
	height: 130px;
	top: 10px;
	background: transparent url(images/logo.png) no-repeat;
}

/*Inhalt*/
#content{
	position: relative;
	width:940px;
	top:50px;
	background-color: #131313;
	border: 1px solid #1f2223;
	padding: 20px 0 20px 20px;
}
#content_home{
	position: relative;
	width:940px;
	height:700px;
	top:50px;
	background-color: #131313;
	border: 1px solid #1f2223;
	padding: 20px 0 20px 20px;
}
#portfolio{
	position: relative;
	width:940px;
	height:750px;
	top:50px;
	background-color: #131313;
	border: 1px solid #1f2223;
	padding: 20px 0 20px 20px;
}
#content hr{
	clear: both;
	height:1px;
	border: none;
	visibility: hidden;
}
blockquote.home{
	font-size:1.2em;
    height:0;
    margin-left:660px;
    top:330px;
    position:relative;
    text-align:left;
    z-index:100;
}
#inhaltpic{
  margin:0 100px 0 0;
  padding:0;
  float:left;	
  width: 300px;
}

#crossslide{
	position: relative;
	width: 750px;
	height: 542px;
	margin: 30px auto;
}

#slideshow{
	position: relative;
	width: 750px;
	height: 750px;
	margin: 30px auto;
	background-color: #131313;
}
.slides{
	position: relative;
	width: 750px;
	height: 550px;
	margin: 30px auto;
}
/*Gallerie*/
.gallery {
  zoom:1;
  width:auto;
}
.gallery a {
  display:block;
  float:left;
  margin:5px;
  opacity:0.87;
  text-align:center;
}
.gallery a:hover {
  opacity:1;
}
.gallery a img {
   border:none;
   display:block;
}
.gallery a#vlightbox{
  display:none;
}

/* ----- About - Text ----- */
.about {
	font-size:13px;
	line-height: 18px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 0;
}

/* ----- Contact - Text ---- */
.contact {
  margin:0 0 40px 0;
  padding:0; 
  font-size:1.2em;
  line-height: 1.4em;
}
h2.contact {
  font-size: 130%;
  line-height: 130%;
}
ul.contact{
  list-style-type:none;
}

/* ---------------- Slideshow -------- set the width and height to match your images */
 
#slideshow {
    position:relative;
    height:340px;
}
 
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
 
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
 
#slideshow IMG.last-active {
    z-index:9;
}

/* ----- Soundslides ----- */
#soundslides {
  list-style: none;
  margin: 0 1em;
}
#soundslides li {
  margin-bottom: 20px;
}
#soundslides h3 {
  margin-bottom: 10px;
}
#soundslides .anriss {
  margin: .5em 0;
  height: 235px;
}
#soundslides img {
  float: left;
  margin: 0 1em 1.5em 0;
  height: 235px;
}
#soundslides dl.metainfo {
  clear: both;
  border-top: 1px solid #1f2223;
}
#soundslides dl.metainfo dt,
#soundslides dl.metainfo dd {
  display: inline;
}
#soundslides dl.metainfo dd {
  margin-right: .5em;
}

/***   Panorama   ****/
#panorama{
	position: relative;
	width:700px;
	margin-left: 130px; 
	margin-bottom: 10px;
	border-bottom: 1px solid #1f2223;
	}
#panorama img{
	margin: 2em 0 1em 0; 
	}
	

/***   Footer   ****/
#footer-wrapper{
	position: relative;
	text-align: center;
	font-size:93%;
	background: url(images/footer_bg.gif) repeat-x;
	width: 960px;
	height: 46px;
	padding-top: 10px;
	bottom: 0px;
	margin: 10px auto 0 auto;
}
.clearfooter {   height: 36px;   clear: both;}
.clearfooter2 {   margin-top: 100px; height: 36px;   clear: both;}
#footer-home{
  position: relative;
  clear:both;
  margin-top:15px;
  text-align: center;
  font-size:93%;
}
#footer-home p{
  margin-bottom:0px;
}
#footer-gallery{
  position: relative;
  clear:both;
  margin-top:50px;
  text-align: center;
  font-size:93%;
}

/*Hauptnavigation*/
#navigation{
	position: relative;
	top:110px;
	width: 960px;
	background-image: url(images/navi.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 36px;
}
#menu{
	float: right;
	position: relative;
	z-index:100;
	padding-top: 7px;
	padding-right: 5px;
}

#menu-home{
  float: right;
  position: relative;
  top: 30px;
  z-index:100;
}

ul.menu{
	border:medium none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align:left;
}

#menu-wrapper ul.menu li{
	display:block;
	float:left;
	margin:0 4px 0 0;
	padding:0 0 0 0.833em;
	position:relative;
	width:auto;
}

#menu-wrapper ul.menu li a, #menu-wrapper ul.menu li a:visited{
	color:#FFF;
	font-weight:bold;
}

#menu-wrapper ul.menu li a:hover{
	color:#d34d04;
	text-decoration:none;
}

/* ----- DROPDOWN ----- */
 #nav li:hover > ul {
	display: block;
}
#nav {
	position: relative;
	float: right;
	z-index:100;
	padding-top: 0;
	padding-right: 5px;
}
#nav li {
	float: left;
	margin: 0 12px 0 0;
	padding: 5px 0 15px 15px;
	position: relative;
	list-style: none;
}
#nav ul {
	display: none;
	position: absolute;
	z-index: 10;
	margin: 0;
	padding: 10px 5px 0 5px;
	list-style: none;

}
#nav ul li {
	margin: 0;
	padding: 0;
	background: #131313 url(images/navi.gif) no-repeat;
}
#nav ul ul {
	left: 200px;
	top: -5px;
}

#nav a {
	text-decoration: none;
	letter-spacing: -.02em;
	color:#fff;
}
#nav li.current_page_item a, #nav li a:hover {
	color: #d34d04;
}
#nav ul li.current_page_item a {
	color: #fff;
}
#nav ul a, #nav li.current_page_item ul a {
	width: 180px;
	color: #fff;
	display: block;
	padding: 5px 10px 5px 12px;
	text-decoration: none;
	letter-spacing: normal;
	text-shadow: 0 1px 1px rgba(0,0,0, .7);
}
#nav ul a:hover, #nav li.current_page_item ul a:hover {
	color: #d34d04;
	text-decoration: none;
}
/*Sprachauswahl*/
#language {
  position: absolute;
  top: 10px;
  right: 0;
}
#language li {
  display: inline;
  border-left: 1px solid #FFF;
  padding-left: .5em;
  padding-right: .25em;
}
#language li:first-child {
  border: none;
}
#language li a, #language li a:visited{
	color:#FFF;
}

#language li a:hover{
	color:#d34d04;
	text-decoration:none;
}

/*colors*/
.blue{ color:#72a1bf}
.gray{ color:#686f77}
.black{ color:#000;}
.white{ color:#FFF;}
