
/* Overall */

body {
	margin: 0;
	padding: 0;
	background: #000 url(images/page_background.jpg) repeat-x;
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
}

h1, h2, h3 {
	font-family:  Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	color: #fff;
         padding: 0px;
}

h2 {
	font-size: 24px;
         }

h3 {
	font-size: 18px;
         }

h4 {
	font-size: 11px;
         }

p, ol, ul, blockquote {
	line-height: 18px;
}

li {
	list-style: square;
}

a {
	border-bottom: 1px dotted #707070;
	text-decoration: none;
	color: #BFBFBF;
}

a:hover {
	border: none;
}

strong {
	color: #8D8C8C;
}

/* Header */

#header {
    width: 880px;
    height: 150px;
    margin: 0 auto;
    background: url(../images/header_title.jpg) repeat-x;
    border: 0;
}

#header h1 {
    margin: 0;
    padding: 60px 0 5px 0px;
    font-size: 36px;
    color: #fff;
    font-family: Verdana, Helvetica, sans-serif;
    font-style: normal;
}

#header h2 {
    margin: 0;
    padding: 0 0 10px 80px;
    color: #898989;
    font-size: 20px;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight:normal;
    font-style:normal;
}

#header a {
    border: none;
    letter-spacing: -0.5px;
    color: #fff;
}

#header a:hover {
    border: none;
    color: #fff;
    border-bottom: 1px dotted #808080;
}


/* gesamter Content, linke und rechte Spalte */

#container {
	width: 880px;
	margin: 0 auto;
	padding: 30px;
}

#left {
	float: left;
	width: 200px;
    margin-bottom:20px;
}

#box {
         padding: 0px 0px 3px 7px;
         border-bottom: 1px solid #2e2e2e;
}

#box p {
	margin: 0px 30px 10px 7px;
}

.boxtop {
        border-top: 1px solid #2e2e2e;
         }

#right {
	float: right;
	width: 650px;
}

/* Navigation */

#nav {
         padding: 0 ;
         margin: 5px 5px 5px -45px;
         color: #707070;
      }

#nav li {
	padding: 0; margin: 0;
         list-style:none;
         	margin-bottom: 2px;
                  }

#nav a {
         font-size:110%;
         font-weight:bold;
         display: block;
	height: 20px;
	padding: 5px 5px 5px 10px ;
	margin-bottom: 2px;
	color: #acacac;
	background: #141414  url(images/li_hover.jpg);
         border-bottom: 0;
         border-left: 3px solid #000;

	}

#nav a:hover {
	background: #000;
         border-bottom: 0;
         border-left: 3px solid #707070;
         margin-bottom: 2px;
	}




/* Inhalte */

#content {
         margin-bottom: 9px;
	padding: 5px 20px 20px 30px;
	background: #141414;
	border-top: 1px solid #2e2e2e;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #2e2e2e;
}

#content h2, #content h3 {
	margin-left: -15px;
         }

#content h3 {
	margin-top:40px;
         }

#content .h3small {
    margin-left: 0;
    font-size:11px;
    font-style:normal;
    font-weight:normal;
}

#content h4 {
	margin-top:22px;
         margin-bottom: 0px;
         color:#ddd;
         margin-left:-4px;
         }

#more {
	text-align:right;
         }

#testimonial {
         padding:8px 12px 0px 6px;
         margin: 8px 12px 0 24px;
         border-bottom: 1px solid #2e2e2e;
         }

.kunde {
         margin-top:-6px;
         text-align:right;
         font-style:italic;
         letter-spacing:0.03em;
         }




/* Fotos */

#content img {
	border: 1px solid #2e2e2e;
         padding: 2px;
         float:right;
         margin: 2px 14px 2px 10px;
}

#content img.left {
	border: 1px solid #2e2e2e;
         padding: 2px;
         float:left;
         margin: 2px 14px 2px 0px;
}


#imgcontainer {
	height:auto;
         }

#imgcontainer a {
	border:0;
         }

#content img.list {
	float:none;
         margin: 1px 1px 1px 1px;
         width:160px;
}

#content img.banner {
	margin: 0 0 12px -18px;
         border:none;
         float:none;
         }





/* Formulare */


form, textarea, input, select {
	color:#333;
         margin:4px;
         padding: 1px 1px 1px 4px;
         border: 1px solid #777;
         font:11px Arial, Helvetica, sans-serif;
         line-height: 14px;
         width:208px;
         background-color:#ccc;
         }


input.submit {
	width:102px;
         font: 11px Tahoma, Arial, Helvetica, sans-serif;
         padding:0;
         background-color:#bbb;
         margin-right:3px;
}

select {
	width:215px;
}


/* Lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; }
#lightbox img{ width: auto; height: auto; border:1px solid #2e2e2e; }
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #000; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 10% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 10% no-repeat; }

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #000;
         margin: 0 auto;
         line-height: 1.4em;
         overflow: hidden;
         width: 100%;
         height: 40px;
         }

#imageData{	padding:0 10px; color: #707070; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #2e2e2e; }




/* Seiteninfos */

#seiteninfos {
         width: 90%;
         clear:both;
         text-align: center;
         color:#000;
         margin: 0 auto;
         line-height: 11px;
         font-size: 9px;
}

/* Footer */
#footer {
	clear: both;
	width: 880px;
	margin: 0 auto;
    margin-top:20px;
    padding-top: 8px;
    border-top: 1px solid #2e2e2e;
    margin-bottom:20px;
}

#footer p {
	padding-top: 4px;
	text-align: center;
	font-size: 10px;
    line-height:14px;
}

#footer p strong {
	font-size: 11px;
}

#footer * {
	color: #333333;
}