@charset "UTF-8";
/* CSS Document */

HTML, BODY {
	margin: 0;
	padding: 0;
	height: 100%; /* wichtig */
}

IMG {
	border: 0;
}

BODY {
	background: url('img/bg.jpg') repeat-x #f8f6c6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        line-height: 1.2;
}

TABLE.contenttable {
        font-size: 12px;
}

TABLE.contenttable TD {
        border: 1px solid #efefef;
}

H1 {
        color: #006666;
        font-size: 16px;
        font-weight: normal;
}

H2 {
        color: #006666;
        font-size: 13px;
        font-weight: normal;
}

H3 {
	font-weight: normal;
	font-size: 14px;
}

A {
        color: #006666;
        text-decoration: underline;
}

A:hover {
        color: #006666;
        text-decoration: none;
}

#bereich {
	margin: 0 auto;
	width: 890px;
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
}

#kopf {
	width: 890px;
	height: 60px;
	position:relative;
}

#nav1 {
        position: relative;
        width: 890px;
        height: 44px;
        background: #006666;
}

#bild {
        position: relative;
        width: 890px;
        height: 135px;
        background: url('img/tukan.jpg') no-repeat;
        margin-top: 5px;
}

#nav2 {
        position: relative;
        width: 890px;
        height: 26px;
        border-top: 1px solid #006666;
        border-bottom: 1px solid #006666;
        margin-top: 5px;
        margin-bottom: 40px;
}

#col2 {
	float: left;
	width: 330px;
        padding-bottom: 30px;
        padding-top: 12px;
}

#col3 {
	float: left;
	width: 550px;
        margin-bottom: 25px;
}

.cls {
        clear: both;
}

#fuss {
	width: 890px;
	height: 60px;
	position:relative;
        text-align: center;
        border-top: 1px solid #006666;
        padding-top: 5px;
	font-size: 11px;
        color: #333333;
}

.sitehdl {
        padding-left: 30px;
        padding-right: 10px;
        color: #006666;
        font-size: 16px;
}

UL#mainnav, UL#subnav {
    margin: 0; padding: 0;
}

UL#mainnav li, UL#subnav li {
    list-style: none;
    margin: 0; padding: 0;
}

UL#mainnav li {
        width: 110px;
        height: 40px;
        border: 1px solid #99cccc;
        margin: 1px;
        float: right;
}

UL#mainnav li A {
        display: block;
        width: 110px;
        height: 40px;
        text-decoration: none;
        font-size: 13px;
        font-weight: bold;
        color: #99cccc;
}

UL#mainnav li A:hover {
        background: #99cccc;
        color: #006666;
        text-decoration: none;
}

UL#mainnav li.mainact A {
        background: #99cccc;
        color: #006666;
        text-decoration: none;
}


.end {
        height: 26px;
        width: 30px;
        border-right: 1px solid #006666;
        float: left;
}

UL#subnav li {
        height: 26px;
        border-right: 1px solid #006666;
        float: left;
}

UL#subnav li:hover {
        background: #d2e0de;
}

UL#subnav li.subact {
         background: #d2e0de;
}

UL#subnav li A {
        height: 26px;
        padding-left: 7px;
        padding-right: 7px;
        text-decoration: none;
        font-size: 12px;
        color: #006666;
        line-height: 2;
}

UL#subnav li A:hover {
        background: #d2e0de;
        color: #006666;
        text-decoration: none;
}

UL#subnav li.subact A {
        background: #d2e0de;
        color: #006666;
        text-decoration: none;
}

.csc-textpic-caption {
        font-size: 11px;
        padding-top: 5px;
}

UL.csc-menu {
    list-style: none;
    margin: 0; padding: 0;
}

UL.csc-menu LI {
    font-size: 13px;
    margin-top: 3px;
    margin-bottom: 6px;
}
