/* Overall */
body {
    margin: 0;
    padding: 0;
    background: #000 url(../images/page_background.jpg) repeat-x;
    font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
    font-size: 12px;
    color: #808080;
}

h1, h2, h3, h4 {
    font-family: Calibri, Verdana, Arial, Sans-Serif;
    color: #fff;
    padding: 0;
    margin: 0;
    margin-left: -10px;
}

h1, h2 {
    font-size: 22px;
    padding: 25px 20px 10px 40px;
    font-weight:normal;
}

h3 {
    font-size: 14px;
    font-weight:normal;
    padding: 15px 20px 0px 40px;
    color:#fff;
    line-height:18px;
}

.linear {
    padding: 8px 20px 5px 30px !important;
    line-height:18px;
    text-align: left;
    width:auto !important;
}


p, ol, ul, blockquote {
    line-height: 18px;
}

li {

}

a {
    border-bottom: 1px dotted #808080;
    text-decoration: none;
    color: #BFBFBF;
}

a:hover {
    border: none;
}

strong {
    font-weight:normal;
}
/* Header */

#header {
    width: 880px;
    height: 150px;
    margin: 0 auto;
    background: url(../images/header_title.jpg) no-repeat;
    border: 0;
}

#header h1 {
    margin: 0;
    padding: 60px 0 5px 280px;
    font-size: 36px;
    color: #707070;
    font-style: normal;
}

#header h2 {
    margin: 0;
    padding: 0 0 10px 280px;
    color: #fff;
    font-size: 16px;
    font-weight:normal;
    font-style: italic;
}

#header .themen-header h2 {
	text-align: left;
	text-indent: -9999px;
}


#header a {
    border: none;
    letter-spacing: -1px;
    color: #ccc;
}

#header a:hover {
    border: none;
    letter-spacing: -1px;
    text-decoration: none;
    color: #fff;
}
/* gesamter Content, linke und rechte Spalte */

#container {
    width: 880px;
    margin: 0 auto;
    margin-top:30px;
}

#left {
    display: none;
    float: left;
    width: 200px;
}

#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: 878px;
}

#confirm {
  text-align:center;

}


/* Navigation */

#nav {
    padding: 0;
    margin: 5px 5px 5px -45px;
    color: #808080;
}

#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 #808080;
    margin-bottom: 2px;
}
/* Inhalte */

.content {
    width: 876px;
    background: #141414 url(../images/contentbg.png) no-repeat;
    padding: 0 0 30px 0;
    margin: 0 0 20px 0;
 /*   border-top: 1px solid #2e2e2e;
    border-right: 1px solid #000000;
    border-left: 1px solid #2e2e2e;*/
    border-bottom: 8px solid #222;
}

.content p {
    padding: 5px 80px 5px 30px;
    text-align:left;
    line-height: 20px;
}

.content h2 strong {
	color: #fff;
	font-weight: normal;
}

.content ul {
}


.content li {
    width:700px;
    text-align:justify;
}

.content ul li {
  margin-left: 10px;
  margin-bottom:5px;
  line-height:18px;
}

.info {
    width:540px;
}


#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;
    letter-spacing: 0.03em;
}
/* Fotos */

.content img {
    border: 1px solid #2e2e2e;
    padding: 2px;
    float: right;
    margin: 18px 18px 140px 25px;
}

.content img.narrow {
    border: 1px solid #2e2e2e;
    padding: 2px;
    float: right;
    margin: 18px 18px 30px 25px;
}

.content img.left {
    border: 1px solid #2e2e2e;
    padding: 2px;
    float: left;
    margin: 5px 20px 5px 30px;
}

#imgcontainer {
    height: auto;
}

#imgcontainer a {
    border: 0;
}

.content img.list {
    float: none;
    margin: 1px 1px 1px 1px;
    width: 160px;
}

.content img.banner {
    border: 1px solid #2e2e2e;
    padding: 2px;
    float: right;
    margin: 10px 20px 10px 30px;
}

.wettbewerb {
	margin: 10px 30px 0 30px;
	padding: 10px !important; 
	border: 2px solid #222;
}

/* Formulare */

tr {
  margin:0;
  padding: 0;
  line-height:18px;
}

td {
    padding: 5px 10px 5px 10px;
    text-align:right;
}

input, textarea, select {
    margin: 4px;
    padding: 4px;
    border: 1px solid #777;
    font: 12px Arial, Helvetica, sans-serif;
    line-height: 18px;
    width:208px;
    background-color:#e6e6e6;
    text-align:left;
}

input {
  width:280px;
}


input.submit {
    width: 140px;
    font: 11px Arial, Helvetica, sans-serif;
    padding: 4px;
    background-color: #bbb;
    margin-right: 150px;
    text-align:center;
}

select {
    width: 215px;
    margin-right: 75px;
}

.hide {
  visibility:hidden;
  display:none;
}

.bold {
  font-weight:bold;
}


/* Footer */

#footer {
    clear: both;
    width: 880px;
    margin: 0 auto;
    margin-top: 64px !important;
    border-top: 4px solid #222;
    background:transparent;
}

.footerrow {
  width: 270px;
  height: 370px;
  padding: 0px 10px 5px 12px;
  float:left;
  border-left: 1px solid #222;
}

.footerrow-fb {
  width: 270px;
  height: 370px;
  padding: 0px 11px 5px 11px;
  float:left;
  border-left: 1px solid #222;
  border-right: 1px solid #222;
}


#footer p, #footer h3 {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto;
    text-align: left;
    font-size: 11px;
    line-height: 16px;
    padding: 10px 0 10px 0;
    font-style:normal;
    font-weight:normal;
}

#footer h2 {
    margin: 0 auto;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    padding: 10px 0 10px 0;
    font-style:normal;
    font-weight:bold;
}

#footer ul {
    text-align: left;
    font-size: 11px;
    line-height: 16px;
    padding: 0px 0 0px 15px;
}

#footer li {
    margin: 0 auto;
    text-align: left;
    font-size: 11px;
    line-height: 16px;
    padding: 0px 0 5px 0;
    list-style-type: bullet;
}

#footer a {
    border-bottom: 1px dotted #333;
    text-decoration: none;
    color: #808080;
}

#footer img {
    border: 0;
    padding: 0;
    margin: 0;
}

#footer a img  {
    border: 0;
}

#footer a:hover {
    border-bottom: 1px dotted #808080;
}

#footer * {
    color: #808080;
}

/* 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: #808080; }
#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; }

