/* RAHMEN */
body {
 background: none;
}

#wrap {
 width: 600px;
 margin: 0;
}

/* HEADER */
#header {
 border: 1px solid #acacac;
 background: none;
 background: #edf6fb;
 height: 112px;
 position: relative;
}

#header img.logo {
 position: absolute;
 z-index: 2;
 top: 16px;
 left: 20px;
}

#header img.logo-eu {
 position: absolute;
 z-index: 1;
 top: 0;
 left: 273px;
}

/*  FOOTER */
#footer {
 display: none;
}

/* INHALT */
#inhalt {
 border-right: 1px solid #acacac;
 border-left: 1px solid #acacac;
 background: none;
}

#inhalt .schatten-oben,
#inhalt .schatten-oben[class] {
 height: 1px;
}

#inhalt .schatten-unten {
 height: 20px;
 border-bottom: 1px solid #acacac;
}

#inhalt .left {
 display: none;
}

#inhalt .middle,
#inhalt .startseite {
 width: 440px;
 padding: 0 20px 0 20px;
 margin: 0;
}

#inhalt #punkte1 {
 background: none;
}

#inhalt #punkte2 {
 background: none;
}

/* STARTSEITE */
#inhalt .startseite h1.start-oben,
#inhalt .startseite h1.start-unten {
 color: #345081;
 font-family: "Times New Roman", serif;
 font-size: 1.675em;
 font-weight: normal;
 line-height: 1.2;
 margin: 0 0 20px 0;
}

#inhalt .startseite h1.start-oben {
 padding: 35px 0 0 0;
}

#inhalt .startseite .start-oben {
 font-size: 0.8125em;
 line-height: 1.5;
}

#inhalt .startseite h1.start-unten {
 padding: 15px 0 0 0;
}

#inhalt .startseite .start-unten {
 font-size: 0.8125em;
 line-height: 1.5;
}


/* DETAILSEITE */
#inhalt .middle h1 {
 font-family: "Times New Roman", serif;
 font-size: 1.675em;
 font-weight: normal;
 color: #345081;
 margin: 35px 0 10px 0;
}

#inhalt .middle a {
 color: #6a6a6a;
}

#inhalt .middle h2 {
 font-size: 1em;
 font-weight: bold;
 color: #345081;
 margin: 35px 0 10px 0;
}

#inhalt .middle h3 {
 font-size: 0.875em;
 font-weight: bold;
 color: #345081;
 margin: 25px 0 5px 0;
}

#inhalt .middle img {
 float: left;
 margin: 5px 10px 10px 0;
}

#inhalt .middle p {
 font-size: 0.8125em;
 line-height: 1.5;
 margin: 0 0 15px 0;
}

#inhalt .middle ul {
 list-style-type: square;
 margin: 0 0 0 18px;
}

#inhalt .middle ol {
 list-style-type: decimal;
 margin: 0 0 0 30px;
}

#inhalt .middle li ul {
 padding: 3px 0 5px 0;
}

#inhalt .middle li {
 font-size: 0.8125em;
 line-height: 1.5;
 margin: 0 0 5px 0;
}

#inhalt .middle li li {
 font-size: 1em;
}

#inhalt .middle dd {
 margin: 0 0 20px 0;
}

table.partners {
 border-bottom: 1px solid #ccc;
 width: 100%;
 padding: 2px 3px 2px 3px;
}

table.partners th {
 color: #000;
 background: #efefef;
}

table.partners th,
table.partners td {
 font-size: 0.75em;
 border-top: 1px solid #ccc;
 vertical-align: top;
 line-height: 1.5;
 padding: 10px 3px 10px 3px;
}

table.partners th {
 padding: 6px 3px 6px 3px;
}

#inhalt .middle table.partners td img {
 float: right;
 margin: 3px 2px 5px 5px;
}

#inhalt .middle table.partners td li {
 font-size: 1em;
}

#inhalt .middle table {
 border-collapse: collapse;
 width: 550px;
 margin-right: 20px;
}

#inhalt .middle table th {
 border-top: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 padding: 3px 8px;
 font-size: 0.75em;
}

#inhalt .middle table td {
 padding: 3px 8px;
}

#inhalt .middle table tr.second td {
 border-bottom: 1px solid #ccc;
}

#inhalt .middle table.loginarea td,
#inhalt .middle table.loginarea th {
 border: 1px solid #ccc;
}

#inhalt .middle table.loginarea td input {
 display: none;
}

#inhalt .middle table.events th a {
 display: none;
}

/* Elemente ausblenden */

div.rght,
legend,
fieldset {
 display: none;
}