@charset "utf-8";
/* CSS Document */

/* LAYOUT */

html {
        height: 100%;
}
body {
        margin: 0px;
        padding: 0px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
        line-height: 24px;
        min-width: 1005px;
        height: 100%;
}
*html #center {
        width: 100%;
}
#center {
        width: 100%;
}
#logo {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 115px;
        height: 50px;
        margin: 0px 3px 3px 0px;
}
#logo img {
        border: none;
}
#headimage {
        display: none;
}
#head {
        width: 100%;
        height: 150px;
}
#nonhead {
        position: relative;
        top: 0px;
        left: 0px;
        width: 1005px;
        z-index:2;
}
*html #content {
        width: 100%;
}
#content {
        width: 100%;
}
#standardnav {
        display: none;
}
#topnav {
        display: none;
}
#midnav {
        display: none;
}
#bottomnav {
        display: none;
}
#bottomnav2 {
        display: none;
}

/* STANDARDS */

h1 {
        color: #000000;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
        line-height: 16px;
        margin: 2px 0px 0px 0px;
}
h2 {
        color: #000000;
        font-weight: bold;
        font-size: 12px;
        line-height: 16px;
        margin: 2px 0px 24px 0px;
}
p {
        margin: 0px 0px 24px 0px;
}
a:link {
        text-decoration: none;
        color: #000000;
}
a:visited {
        text-decoration: none;
        color: #000000;
}
a:hover {
        text-decoration: none;
        color: #000000;
}
a:active {
        text-decoration: none;
        color: #000000;
}

/* INHALT */

#inhaltleft {
        float: left;
        width: 268px;
        margin-right: 23px;
}

#inhaltmid {
        float: right;
        width: 268px;
        margin-right: 23px;
}

#inhaltright {
        float: right;
        width: 268px;
}
/* STARTSEITEN */
.starttable {
		border-top: 2px solid #000000;
		border-left: 2px solid #000000;
		width: 849px;
}
.starttable td {
		border-bottom: 2px solid #000000;
		border-right: 2px solid #000000;
		padding: 2px 8px 2px 8px;
		width: 119px;
		vertical-align: top;
		height: 112px;
                line-height: 18px;
}
.starttable td h1 {
		color: #000000;
}
.starttable td.big {
		border-bottom: 2px solid #000000;
		border-right: 2px solid #000000;
		padding: 2px 8px 2px 8px;
		width: 262px;
}
.starttable td.bigger {
		border-bottom: 2px solid #000000;
		border-right: 2px solid #000000;
		padding: 2px 8px 2px 8px;
		width: 361px;
}
.starttable td.main {
		border-bottom: 2px solid #000000;
		border-right: 2px solid #000000;
		padding: 22px 78px 22px 78px;
		width: 523px;
}
.starttable td.main h1 {
		color: #000000;
}

.tableuebersicht {
                width: 847px;
                border-top: 2px solid #000000;
                border-left: 2px solid #000000;
                margin: 0px;
}

.tableuebersicht tr td {
                width: 109px;
                border-right: 2px solid #000000;
                border-bottom: 2px solid #000000;
                padding: 5px;
                vertical-align: top;
}
