@import url(form.css);
@import url(content.css);

* {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    color: #000;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 0.8em;
    text-align: center;
    background-color: #fff;
}

hr {
    display: none;
}

a {
    color: #574905;
}

a img {
	border: 0;
}

#wrapper {
    border: 1px #000 solid;
    background: url(../img/g_back.gif) left top repeat-y #f0f0f0;
    margin: 10px auto 0px auto;
    position: relative;
    text-align: left;
    width: 800px;
}

#header {
    background: url(../img/h_back.gif) left top repeat-y #ffd510;
    padding: 15px 0px 15px 200px;
    text-align: center;
}

#header #lang {
	left: 10px;
	position: absolute;
    text-align: left;
	top: 5px;
	width: 200px;
}

#bar {
    border-top: 1px #000 solid;
    border-bottom: 1px #000 solid;
    color: #000;
    text-align: center;
    padding: 5px 5px 5px 200px;
    background-color: #ffd510;
}

#sidebar {
    float: left;
    padding-top: 30px;
    width: 200px;
}

#sidebar ul {
    list-style-type: none;
    margin: 10px 0px 5px 0px;
}

#sidebar ul li {
    line-height: 130%;
    margin: 10px 0px 10px 0px;
}

#sidebar ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding-left: 25px;
}

#sidebar ul li a:hover {
    background: url(../img/dreieck.gif) 10px 0.2em no-repeat;
}

#sidebar ul li a.active {
    background: url(../img/dreieck.gif) 10px 0.2em no-repeat;
}

#sidebar ul ul li {
    padding: 0px 5px 0px 10px;
}

#content {
    float: left;
    position: relative;
    margin-left: 40px;
    padding: 30px 0 0 0;
    width: 520px;
}

#content .item {
    clear: right;
    padding: 10px 80px 20px 10px;
}

#content .itemwhite {
    clear: right;
    margin-bottom: 10px;
    padding: 10px 20px 20px 10px;
    border: 1px #574905 solid;
    background-color: #fff;
}

#content .itemimage {
    clear: right;
    padding: 10px 20px 20px 140px;
    background: url(../img/pic_ch.jpg) 0px 180px no-repeat;
}

#content .itemfull {
    clear: right;
    padding: 10px 0 20px 10px;
}

#content .clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#content .itemfull .cols .cleft {
	float: left;
	width: 350px;
}

#content .itemfull .cols .cright {
	float: left;
	margin: 0 0 0 10px;
	width: 140px;
}

#content h1 {
    color: #574905;
    font-size: 1.5em;
    line-height: 140%;
    margin: 0px 0px 10px 0px;
}

#content h2 {
    color: #574905;
    font-size: 1.3em;
    line-height: 140%;
    margin: 20px 0px 5px 0px;
}

#content h3 {
    color: #574905;
    font-size: 1.1em;
    line-height: 140%;
    margin: 18px 0px 5px 0px;
}

#content div.box01 {
    background-color: #fff;
    border: 2px #574905 solid;
    padding: 0.2em 1em 1em 1em;
}

#content img.box01 {
    border: 2px #574905 solid;
}

#content p {
    margin: 10px 0px 0px 0px;
    line-height: 140%;
}

#content p.center {
    text-align: center;
}

#content p.imgLeft {
    float: left;
    margin: 6px 6px 4px 0;
}

#content p.imgRight {
    float: right;
    margin: 6px 0 4px 6px;
}

#content p.small {
    font-size: 0.8em;
}

#content ul, #content ol {
    padding: 5px 0px 5px 25px;
}

#content li {
    line-height: 140%;
    margin: 0 0 4px 0;
}

#content table {
    border-collapse: collapse;
    border: 1px #fff solid;
    width: 100%;
}

#content table thead th {
    background-color: #574905;
    color: #fff;
    padding: 5px;
    text-align: left;
}

#content table thead td {
    background-color: #7fa1bd;
    color: #fff;
    padding: 5px;
}

#content table tbody tr.c1 td {
    background-color: #f5f5f5;
}

#content table tbody tr.c2 td {
    background-color: #e5e5e5;
}

#content table tbody td {
    border: 1px #fff solid;
    padding: 5px;
}

#content table tfoot td {
    background-color: #574905;
    color: #fff;
    font-size: 0.8em;
    padding: 5px;
}

#content table#pressdownload td.img {
    height: 170px;
    text-align: center;
    vertical-align: center;
    width: 170px;
}

#content table#pressdownload td.img img {
    border: 1px #574905 solid;
}

#content table#pressdownload td img.icon {
    margin: 0 10px 0 0;
    vertical-align: bottom;
}

#footer {
    border-top: 1px #000 solid;
    clear: both;
    color: #000;
    background: url(../img/f_back.gif) left top repeat-y #ffd510;
    padding: .3em 0;
}

#footer .sidebar {
    float: left;
    width: 200px;
    padding: 2px 0px 2px 0px;
    text-align: center;
    font-size: 0.7em;
}

#footer .sidebar a {
    color: #000;
    text-decoration: none;
}

#footer .sidebar a:hover {
    color: #000;
    text-decoration: none;
}

#footer .content {
    text-align: center;
    font-size: 0.9em;
    margin: 0px 0px 0px 220px;
    padding: 2px 0px 2px 0px;
}
