/*-----------------------------------------------
$Id: style.css
     Style Sheet
Customer:
Author:
Version:  1.0
Creation Date:    2008/01/08
Last Modify:
-----------------------------------------------*/



/* --  basic HTML Styles
--------------------------- */

address, abbr, acronym, dfn	{
	font-variant:normal;
}

a, address, body, blockquote, caption, cite, div, dfn, dl, dt,
fieldset, h1, h2, h3, h4, img, input, label, legend,
li, ol, option, p, q, select, textarea, td, th, ul 	{
	font-family:Verdana,Helvetica,sans-serif,"Trebuchet MS";
    font-size:10px;
}

* {
	margin:0px;
    padding:0px;
}
html, body {
	height: 100%; /* wichtig */
}
body {
    margin:0; /* setting top and bottom margin */
	padding:0;
  	background:#fff;
}
#skipToContent a, #skipToNav a {
	position:absolute;
    z-index:2;
    width:10em;
    overflow:hidden;
    top:-100px;
    left:-1000px
}

#skipToContent a:focus, #skipToNav a:focus, #skipToContent a:active, #skipToNav a:active {
	position:absolute;
    z-index:99;
    width:12em;
    top:.5em;
    left:.5em;
    margin-left:4px;
    text-decoration:underline;
    color:#000;
    background:#ccc;
    font-size:.8em
}
.hidden {
	display:none;
}
input.hidden {
	display: none;
    background:none;
}
.clear {
	clear:both;
    float:none;
    display:block;
	font-size:1px;
	line-height:1px;
}
.clearfix:after {
    content: ".";
    display: block;
    height:0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

h1 {
	font-size:14px;
    margin:15px 0 11px 0;
    color:#ff9900;
    line-height:24px;
}
h2 {
	line-height:20px;
}
h2, h3, h4 {
   font-weight:bold;
  	font-size:11px;
}
p {
	padding:0;
	margin:0;
    line-height:18px;
}

a {
    color:#151518;
    text-decoration:none;
}
form {
	margin:0;
    padding:0;
}
fieldset {
	border:none;
}
img {
	border:0;
}
ul {
	list-style: none;
    padding:0;
    margin:0;
}
ol {
    padding:0;
    margin:0 0 15px 28px;
    line-height:18px;
}
table, td {
    font-size:11px;
    color:#666;
}
iframe {
 	border:none;
    width:750px;
    height:900px;
    text-align:left;
}
.head {
 	background:none;
    height:140px;
    width:840px;
    position:relative;
}
.head img {
    position:absolute;
    left:37px;
    top:50px;
}
.head address {
	font-style:normal;
    position:absolute;
    left:580px;
    top:37px;
    color:#151518;
    line-height:16px;
}
.head address a {
    color:#151518;
    text-decoration:none;
}

/* Navigation */
.navMain {
	display:none;
}



/* Inhalt */
#inhalt {
 	background:url(img/bg_head.gif) bottom #fff no-repeat;
    padding-bottom:25px;
    width:840px;
    overflow:hidden;
    padding-top:15px;
}
.lBox {
	display:none;
}
.lBox img {
	margin-left:20px;
}
.oneCol .lBox {
 	width:20px;
}
.cBox {
	width:563px;
    margin-left:20px;
 	float:left;
    min-height:500px
}
* html .cBox {
    height:500px
}
.rBox {
 	float:left;
    width:150px;
    margin:0 0 0 30px;
}
.oneCol .cBox {
	width:610px;
}
.cBox h1.border {
    padding-bottom:12px;
    border-bottom:1px dashed #151518;
}
.cBox h1 span {
	font-weight:normal;
}
.cBox h3 {
	font-size:14px;
    color:#ff9900;
    line-height:24px;
    float:none;
    clear:both;
}
.cBox a.orange {
    color:#ff9900;
    background:none;
    padding:0;
}
.cBox p {
	margin:0 0 12px 0;
    border-bottom:1px dashed #151518;
    padding:0 0 12px 0;
}
.cBox p.none {
    border-bottom:none;
}
.cBox ul li {
	padding-bottom:5px;
}
.cBox ul.liste {
	padding-bottom:12px;
    margin-bottom:12px;
    border-bottom:1px dashed #151518;
}
.cBox ul.liste li a {
	background:url(img/bg_link2.gif) center right no-repeat;
    font-weight:bold;
    padding-right:35px;
}
.cBox a {
	background:url(img/bg_link.gif) center right no-repeat;
    padding-right:20px;
}
.cBox a:hover {
	text-decoration:underline;
}
.cBox dl {
	width:465px;
    overflow:hidden;
    margin-bottom:10px;
    line-height:18px;
    border-bottom:1px dashed #151518;
    padding-bottom:5px;
}
.cBox dl dt {
	float:left;
    width:160px;
}
.cBox dl dd {
	float:left;
    width:295px;
}
.cBox .dl dl dt {
    width:220px;
}
.cBox .dl dl dd {
    width:235px;
	text-align:right;
}
.cBox dl dd span {
	display:block;
	float:left;
    width:47px;
}
.bgBox {
    padding:5px;
    background:#ffc773;
}
.bgBox a {
	background:url(img/bg_link3.gif) right center no-repeat;
    padding-right:35px;
}
.outerBox {
 	width:650px;
}
.falzBox {
 	float:left;
    text-align:center;
    width:292px;
    height:170px;
    border-bottom:1px dashed #151518;
    position:relative;
    margin-right:30px;
    margin-bottom:23px;
}
.falzBox span {
	text-align:left;
    position:absolute;
    bottom:12px;
    left:0;
}
.tb {
 	border:none;
    margin-top:10px;
}
.tb col {
 	width:160px;
}
.tb col.col1 {
 	width:150px;
}
.tb th {
 	text-align:left;
    color:#ff9933;
    font-size:14px;
    font-weight:bold;
}
.tb th,
.tb td {
 	vertical-align:top;
    padding:0 10px 0 10px;
    height:25px;
    line-height:15px;
    border-right:1px dashed #151518;
}
.tb td {
	text-align:right;
}
.tb th.col1 {
    padding:5px 0 5px 0;
    border:none;
}
.tb th.col4,
.tb td.col4 {
    border:none;
}
.tb td span {
	display:block;
    float:left;
    width:30px;
    text-align:left;
}
h3.headline {
	margin-top:20px;
    border-top:1px dashed #151518;
    color:#ff9933;
    font-size:14px;
    font-weight:bold;
    padding:20px 20px 10px 155px;
}
.tbGewichte {
	width:100%;
    margin-bottom:15px;
}
.tbGewichte th,
.tbGewichte td {
 	vertical-align:top;
    font-weight:normal;
}
.tbGewichte th {
    text-align:left;
    padding:5px 10px 5px 5px;
}
.tbGewichte th.headline {
    color:#ff9933;
    font-size:14px;
    font-weight:bold;
    width:160px;
    padding:5px 0 5px 0;
}
.tbGewichte td {
    text-align:right;
    padding:5px 0 5px 0;
    width:44px;
    background:url(img/bg_dash_h.gif) bottom repeat-x;
}
*+html .tbGewichte td {
    width:43px;
}
.tbGewichte td.cell {
    border-right:1px dashed #151518;
    height:25px;
    padding-right:5px;
}
span.border {
	display:block;
    height:1px;
    line-height:1px;
    font-size:1px;
    border-bottom:1px dashed #151518;
    margin:10px 0 20px 0;
}
dl.linkliste {
	overflow:hidden;
    width:400px;
    border:none;
}
dl.linkliste dt {
	float:left;
    display:block;
    width:180px;
}
dl.linkliste dd {
	float:left;
    display:block;
    width:210px;
}
.tbTeam {
 	background:#b2b2b2;
    margin-left:-20px;
}
.tbTeam td {
	padding:9px;
}
.tbTeam td img {
	cursor:pointer;
}
.rBox h1.border {
    padding-bottom:12px;
    border-bottom:1px dashed #151518;
}
.team a {
	display:block;
    margin-bottom:5px;
}
.projekte {
 	border-top:1px solid #000;
    width:660px;
    overflow:hidden;
    margin-bottom:25px;
}
.descrBox {
 	background:url(img/bg_projekte.gif) left top no-repeat;
    padding:30px 0 0 37px;
    width:143px;
 	float:left;
}
.imgBox {
 	float:left;
    width:480px;
    padding-top:48px;
    text-align:center;
}
.anreiseBox {
    border-top:1px dashed #151518;
    border-bottom:1px dashed #151518;
    margin:5px 0 15px 0;
    padding:12px 0 12px 0;
}
.anreiseBox span {
    background:#ffc773;
    display:block;
    padding:5px;
}
.anreiseBox a {
    background:none;
    padding-right:0;
}
.dlBox {
	position:relative;
}
.dlBox a {
	background:url(img/bg_link3.gif) right center no-repeat;
    padding:0 35px 0 0;
	position:absolute;
    right:20px;
}
