 html
{
	height: 100%;
	margin-bottom: 1px;
	overflow: scroll;
}   

    .Stil1 {font-size: 18px}
.title {
	color: #354170;
	font-weight: bold;
}
.Stil16 {color: #999999}
.Stil19 {
	font-size: 18px;
	color: #354170;
	font-weight: bold;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	background: #f3f3f3;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-top: 20px;
	height: 100.5%;
}

a:link, a:visited
{
	text-decoration: undeline;
	color: #2E2E2E;
}

td
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

th
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

#container
{
	padding: 0px;
	border: 1px solid #ccc;
	background: #fcfcfc;
	position:inline;
	text-align:left;
	width:760px;
	margin-bottom: 25px;
	z-index: 2;
}
#header {
	position:relative;
	width:760px;
	height:130px;
	z-index:1;
	overflow: auto;
	left: 0% auto;
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-left-color: #ccc;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #ccc;
}


#content
{
	padding-top: 5px;
}

#gallery-navigation
{
    padding-top:0px;
    background-color:white;
    float:right;
}

#navigation
{
    padding: 2px;
    border: 1px solid #ccc;
    margin: 0% 0%;
    background: red;
    position:inline;
    width:50px;
}

.code
{
    font-family: courier, mono;
    background: #fafafa;
    padding: 5px;
    border: 1px solid #ccc;
}

#testcontainer
{
    padding: 30px;
    border: 1px solid #ccc;
    background: #fff;
}
#menu_layer {
	position:relative;
	width:760px;
	height:25px;
	z-index:4;
	left: 0% auto;
	margin-top: 0px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-left-color: #ccc;
}


#tabs
{
	height: 20px;
	margin: 0;
	padding-left: 15px;
	background: url(tab_bottom.gif) repeat-x bottom;
	padding-top: 15px;
}

#tabs li
{
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

#tabs a:link, #tabs a:visited
{
    float: left;
    background: #f3f3f3;
    font-size: 10px;
    line-height: 14px;
    font-weight: bold;
    padding: 2px 10px 2px 10px;
    margin-right: 4px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #666;
}

#tabs a:link.active, #tabs a:visited.active
{
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #000;
}

#tabs a:hover
{
    background: #fff;
}

#subTabs
{
    height: 20px;
    margin: 0;
    padding-top: 5px;
    padding-left: 15px;
    display:table-cell;
    float:left;

}

#subTabs li
{
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

#subTabs a:link, #subTabs a:visited
{
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	text-decoration: none;
	color: #666;
	border-right-width: thin;
	border-bottom-width: 0px;
	border-right-style: solid;
	border-bottom-style: none;
	border-right-color: #666666;
	border-bottom-color: #ccc;
}

#subTabs a:link.active, #subTabs a:visited.active
{
    border-bottom: 0px solid black;
    background: #fff;
    color: #000;
}

#subTabs a:hover
{
	background: #fff;
	color: #999;
}

.subnav
{
    float: right;
}

#footer
{
        color: #006;
        border-top: 1px solid #006;
        font-size: 11px;
        text-align: right;
        padding: 2px 10px 0 0;
        clear: both;
}
.gallery-link
{
    text-decoration:none;
    font-size:21px;
}

h1{
    font-size:20px;
    padding-top:10px;
    font-weight:normal;
}

h2{
    font-size:16px;
    padding-top:15px;
    font-weight:bold;
}

#divetable td
{
    width:100px;
    height:30px;
}

.bottom {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-left: 5px;
}

.level {
            vertical-align:top;
            padding-left: 5px;
            padding-top: 5px;
}

.left{
            border-left: 1px solid #000;
            vertical-align:bottom;
            text-align:right;
            padding-bottom:5px;
}

.pg {
            vertical-align:bottom;
            text-align:right;
            padding-bottom:5px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #2E2E2E;
	top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.aligntop {
	vertical-align: top;
}

.titel_kunden {
	text-decoration:none;
	font-size:21px;
	color: #354170;
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
.copy_kunden {
	text-decoration:none;
	font-size:11px;
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
.lead_referenzen {
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.footerlink {
	color: #666666;
	text-decoration: none;
}
.footerlink:hover {
	color: #666666;
	text-decoration: underline;
}
#container #content table tbody tr th p strong {
	color: #000;
}
.lauftext_fett {
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

#break_news {
	color: #ACACAC;
}
.lauftext_fett_blau {
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #354170;
}

#news_bg {
	position:absolute;
	width:270px;
	height:166px;
	z-index:0;
	background-image: url(../img/IFAS_welle.png);
	margin-top: -40px;
}

