﻿@import url(navigation.css);

#verlauf {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF,endColorstr=#CCCCCC);
    background:-moz-linear-gradient(top, #FFFFFF, #CCCCCC);
    background:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC));
}

#verlauf-2 {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCCCCC,endColorstr=#70787D);
    background:-moz-linear-gradient(top, #CCCCCC, #70787D);
    background:-webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#70787D));
}

#schatten {
    box-shadow: 6px 0px 8px rgba(0,0,0,0.3), -3px 0px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 6px 0px 8px rgba(0,0,0,0.3), -3px -0px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 6px 0px 8px rgba(0,0,0,0.3), -3px 0px 10px rgba(0,0,0,0.1);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=3px, OffY=3px, Color='silver')"; /* IE8 */
/*    filter: Shadow(Color=#666666, Direction=135,Strength=5); */
}

#schatten-2 {
    box-shadow: -3px 3px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: -3px 3px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: -3px 3px 5px rgba(0,0,0,0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=10px, OffY=3px, Color='#000000')"; /* IE8 */
}

* {
    margin: 0px;
}


body,html {
/*	background-color: black; */
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size: 13px;
    background-color: #CCCCCC;
/*    overflow-y: hidden; */
    height: 100%;
}

a {
    color: #007A5C;
}


.headline_02 {
    color:#8D8D8D;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom: 8px;
}


.bg {
	border: solid green 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.main {
	border: solid red 0px;
    background-color: #FFFFFF;
	position: relative;
    top: 0px;
	width: 960px;
/*	bottom: 20px; */
	left: -480px;
	margin-left: 50%;
    min-height: 98%;
}

.links {
	border: dotted red 0px;
    background-color: #B0B1B3;
	position: absolute;
	width: 180px;
    height: 100%;
}

.logo {
    position: relative;
    background: white;
    height: 120px;
}

.logo img {
    position: absolute;
    bottom: 10px;
    left: 10px;
}


.kopf {
	border: dotted green 0px;
	position: relative;
    left: 180px;
    width: 780px;
	height: 120px;
}

img.head {
	position: absolute;
	top: 0px;
	right: 0px;
}

.navi-oben {
	border-top: dotted silver 1px;
/*    background-color: rgba(100%,100%,100%,0.8);
    background-color: white;
    filter:alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity:0.8;                             */
	position: absolute;
	right: 0px;
    bottom: 6px;
    left: 0px;
	height: 24px;
    text-align: center;
}

.inhalt {
    background-image: url(pics/inhalt-bg.jpg);
    background-repeat: no-repeat;
    background-position: top right;
	border: dotted red 0px;
    display: td;
	position: relative;
	top: 0px;
    left: 180px;
    width: 760px;
    min-height: 400px;
    padding: 0px 10px 10px 10px;
}

.titel {
    border-bottom: #737778 solid 1px;
    color: #737778;
    font-size: 17px;
    position: relative;
    height: 40px;
    line-height: 50px;
    margin-bottom: 26px;
}

/* -- INHALT -- */

.spalte3er {
    border: solid red 0px;
    width: 240px;
    padding-right: 10px;
}


.spalte3er.left {
    position: relative;
    border-right: solid #737778 1px;
}

.spalte3er.middle {
    position: absolute;
    top: 0px;
    left: 260px;
    border-right: solid #737778 1px;
}

.spalte3er.right {
    position: absolute;
    top: 0px;
    left: 520px;
}

.csc-textpic img, .pdf img{
    box-shadow: 3px 3px 5px rgba(0,0,0,0.5), -3px -3px 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.5), -3px -3px 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.5), -3px -3px 10px rgba(0,0,0,0.3);
}

.csc-textpic dd {
    border: solid red 0px;
/*    background-color: #007A5C; */
    padding: 4px 6px;
    font-size: 12px;
}

/* css-filelinks */
.linkliste {
    position: absolute;
    border: solid red 0px;
}

.pdf {
    position: relative;
    border: solid green 0px;
    width: 180px;
    float: left;
    margin: 0px 10px 10px 0px;
}

.WordSection1 p {
    margin-bottom: 12px;
}

