/* ----------------------------------------------- [ * ] */

* {
        margin: 0;
        padding: 0;
}

/* -------------------------------- [ General Elements ] */

body {
        font-family: Verdana,Arial,Helvetica,Sans-Serif;
        font-size: 57%;
        background-repeat: repeat;
        background-position: top left;
        color: #333;
}

hr {
        display: none;
}

img {
        vertical-align: baseline;
        border: 0;
}



p {
        margin: 0 0 1.4em 0;
        font-size: 1.4em;
        line-height: 1.65;
}

a {
        color: #21759B;

        text-decoration: none;
}

a:hover {
        color: #1F536C;
}

h2.page-title {
        margin: 0 0 .5em 0 !important;
        font-size: 2em;
        font-weight: normal;

}

code {
        font-family: Monaco, "Courier New", fixed;
        font-size: 12px;
        color: #6C8318;
        font-weight: normal;
}


/* ----------------------------------------- [ Wrapper ] */

#wrapper {
        width: 1000px;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 40px;
        height: 1%;
}

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

/* ------------------------------------------ [ Header ] */

#header-wrapper {
        height: 0.5%;
        clear: both;
        width: 283;
        align-content: right;
}

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

#header {
        margin: 0 -10px;
        padding: 0px;
}

#header h1 {
        font-size: 4.8em;
        font-weight: normal;
}

#header h1 a {
        text-decoration: none;
        border: 0 none;
}


#nav {
        margin: 0 0 10px 0px;
        padding: 10px 10px 0 10px;
        background: #FF9933;
        height: 1%;
        clear: both;
}

#nav:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
}

#nav ul { /*legt fest, dass es keine Aufzählungspunkte, - zahlen etc. gibt*/
        list-style-type: none;
        padding: 0 0 0 10px;
}

#nav li { /*hier wird das Schriftbild der Menüpunkte der Hautseiten*/
        margin-right: 25px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
        font-size: 1.5em;
        line-height: 1.6;
        float: left;
}

#nav li.current_page_item a { /*hier wird das Schriftbild der Menüpunkte definiert, wenn man auf einen Menüounkt geklickt hat */
        font-weight: bold;
        color: #333
}

#nav li a { /*hier wird das Schriftbild der Menüpunkte definiert,*/
        display: block;
        border: 1 none;
        color: #555;
}

#nav li a:hover { /*hier wird das Schriftbild der Menüpunkte definiert, wenn man drüber fährt*/
        color: #333;
        text-decoration:underline;
}

#nav li ul { /*hier wird das Schriftbild der Menüpunkte der Unterseiten*/
        position: absolute;
        left: -999em;
        background: #FF9933;
        border: 1em;
}

#nav li:hover ul,/*hier wird das Schriftbild der Menüpunkte der Unterseiten*/
#nav li.sfhover ul {
        left: auto;
}

#nav li ul li { /*hier wird das Schriftbild der Menüpunkte der Unterseiten*/
        font-size: 11px;
        float: none;
}

#nav li.current_page_item ul li a {
        font-weight: normal;
}

/* ----------------------------------------- [ Kategorien Regionen und Themen] */

.kategorie {
        margin: 0 0 10px 0px;
        padding: 0px 0 0 0;
        height: 1%;
        clear: both;
        width: 800px;
        column-width: 300px;

}
.kategorie:after {
        display: block;
        height: 0;
        clear: both;
}
.kategorie ul { /*legt fest, dass es keine Aufzählungspunkte, - zahlen etc. gibt*/
        list-style-type: none;
}

.kategorie li { /*hier wird das Schriftbild der Menüpunkte der Hauptseiten*/
        margin-right: 10px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
        font-size: 1.6em;
        line-height: 2.5em;
        font-weight: bold;
        padding: 0;
}

.kategorie li ul li { /*hier wird das Schriftbild der Menüpunkte der Unterseiten*/
        margin-right: 10px;
        font-size: 11px;
        line-height: 1.5em;
        font-weight: normal;
}

.kategorie ul ul ul li { /*hier wird das Schriftbild der Menüpunkte der Unterseiten*/
        margin-left: 15px;
        font-size: 11px;
        font-weight: normal;


}

/* ----------------------------------------- [ Content ] */

#content {
        width: 500px;
        padding: 10px 0;
        float: left;
        padding: 0 10px 0 0;
}

.content li { /*hier wird das Schriftbild der Menüpunkte der Hautseiten*/
        margin-right: 10px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
        font-size: 1.6em;
        line-height: 2.5em;
        font-weight: bold;
        padding: 0;
}

#artikel {
        width: 750px;
        padding: 10px 0;
        float: left;
}

#page {
        width: 750px;
        padding: 10px 0;
        float: left;
}

#pagerechts { /*f�r themen und regionen Seiten, bei denen es eine rechte und eine linke Spalte geben soll*/
        width: 350px;
        padding: 0px 0;
        float: right;
}

#pagelinks { /*f�r themen und regionen Seiten, bei denen es eine rechte und eine linke Spalte geben soll*/
        width: 350px;
        padding: 10px 0;
        float: left;
}


#regionen {
        width: 700px;
        padding: 10px 0;
        float: left;
}

#template {
        width: 600px;
        padding: 10px 0;
        float: left;
        padding: 0 10px 0 0;
}

#related-post {
         width: 600px;
         float: left;
         padding: 50px 50px;
         background: #E6E6E6;

}

.bild {
        margin: 0 10px 0 0;
}

.related-post ul {
         list-style-type: none;
         line-height: 1.5em;
}

/* Post */

.post,
.page {
        margin: 0 0 10px 0;
        height: 1%;
}

.post:after,
.page:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
}

.post h1,
.post h2 {
        margin: 1.5em 0 .5em 0;
        font-size: 1.8em;
        color: #333;
}

.post h3 {
        margin: 2em 0 .5em 0;
        font-size: 1.7em;
        color: #333;
        font-weight: bold;
}

.post h4,
.post h5,
.post h6 {
        margin: 2em 0 .5em 0;
        font-size: 1.4em;
        color: #333;
}

.post table {
        width: 100%;
        font-size: 1.4em;
        line-height: 1.65;
        border-collapse: collapse;
}

.post table th {
        padding: 5px 0;
        text-align: left;
}

.post table td {
        padding: 5px 0;
}

.post table tr {
        border-bottom: 1px solid #ddd;
}

.post dl {
        margin: 0 0 1.4em 0;
}

.post dt {
        margin-top: 1.4em;
        font-size: 1.4em;
        line-height: 1.65;
        font-weight: bold;
}

.post dt:first-child {
        margin: 0;
}

.post dd {
        font-size: 1.3em;
        line-height: 1.65;
}

.post ul,
.post ol {
        margin: 0 0 1.4em 0;

}

.post address {
        font-size: 1.4em;
        line-height: 1.65;
        margin: 0 0 1.4em 0;
}

.post abbr,
.post acronym {
        border-bottom: 1px dotted #ccc;
}

.post pre {
        margin: 0 0 1.4em 0;
        font-family: Verdana,Arial,Helvetica,Sans-Serif;
        font-size: 12px;
        color: #6C8318;
}

.post kbd,
.post tt {
        font-family: Verdana,Arial,Helvetica,Sans-Serif;
        font-size: 12px;
        color: #666;
}

.post var {
        color: #892E12;
}

/* Hack to make the 'Div and Span Tests' unit test look better */
div.myclass strong {
        font-size: 1.4em;
        line-height: 1.65;
}

.post blockquote {
        margin-left: 30px;
        padding-left: 15px;
        border-left: 2px solid #ddd;
}

.post img {
        max-width: 500px;
        height: auto;
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 8px;
        background: #fff;
        border: 1px solid #e9e9e9;
}

.post-header h2 {
        margin: 0;
        font-size: 2.8em;
        font-weight: normal;
        line-height: 1.1em;
        color: #333;
}

.post-header h2 a {
        border: 0 none;
        color: #333;
}

.post-header h3 {
        margin: 0 !important;
        font-size: 1.5em;
        line-height: 1.4em;
        font-weight: bold;
}

.post-header h3 a {
        border: 0 none;
        color: #333;
}

.post-header h4 {
        margin: 0 !important;
        font-size: 1.4em;
        font-weight: normal;
        color: #6E6E6E;
}

.post-header h4 a {
        border: 0 none;
        color: #333;
}

.post-header h5 {
        margin: 0 !important;
        font-size: 1.3em;
        font-weight: normal;
}

.post-header h5 a {
        border: 0 none;
        color: #333;
}

.post-header h6 {
        margin: 0 !important;
        font-size: 1em;
        font-weight: normal;
}

.post-header h6 a {
        border: 0 none;
        color: #333;
}

.post-header p {
        font-family: Verdana,Arial,Helvetica,Sans-Serif;
        font-size: 1.4em;
        color: #333;
}


/* Aufz�hlungen in Artikel */
.post-header ul {

}

.post-header li {
        font-family: Verdana,Arial,Helvetica,Sans-Serif;
        font-size: 1.4em;
        line-height: 1.5;
        margin-left:10px
}

.post-meta {
        padding: 10px 0 0 0;
        background: transparent url("images/l.gif") no-repeat left top;
        clear: both;
}

.post-meta ul {
        list-style-type: none;
}

.post-meta li {
        font-family: Verdana,Arial,Helvetica,Sans-Serif;
        font-size: 1.3em;
        line-height: 1.5;
        color: #777;
}

.post-navigation,
.comment-navigation {
        margin: 0 0 40px 0;
        padding: 10px 0 0 0;
        background: transparent url("images/l.gif") no-repeat left top;
        clear: both;
        float: left;
        height: 1%;
}

.comment-navigation {
        margin-top: 40px;
}

.post-navigation:after,
.comment-navigation:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
}

.post-navigation ul,
.comment-navigation ul {
        list-style-type: none;
}

.post-navigation li,
.comment-navigation li {
        margin-right: 25px;
        font-family: Verdana,Arial,Helvetica,Sans-Serif;
        font-size: 1.1em;
        color: #333;
        float: left;
}

.post-page-links {
        margin-bottom: 1.4em;
        font-family: Verdana,Arial,Helvetica,Sans-Serif;
        font-size: 1.1em;
        line-height: 1.5;
        color: #777;
}

/* ----------------------------------------- [ Brosch�ren auf der Studienseite ] */

#brosch {
        width: 290px;
        margin: 24px 0px;
        padding: 5px 5px;
        font-family: Verdana,Arial,Helvetica,Sans-Serif;
        font-size: 1.5em;
        float: left;

}

#brosch h2 {
        margin: 1.5em 0 .5em 0;
        font-size: 2em;
        color: #333;
}

#brosch a {
        border-bottom: 1px dotted #ccc;
        color: #555;
}

#brosch a:hover {
        color: #111;
}

#brosch p {
        font-size: 1em;
        line-height: 1.5;
}

#brosch ul {
        list-style-type: none;
}

#brosch li {
        margin: 0 0 .4em 0;
}

/* ----------------------------------------- [ ToptexteFeld auf der Startseite ] */

#toptexte {
        width: 290px;
        margin: 24px 0px;
        padding: 5px 5px;
        font-family: Verdana,Arial,Helvetica,Sans-Serif;
        font-size: 1.5em;
        float: left;
        border-width:1px;
        border-style:solid;
        border-color: #E6E6E6
}

#toptexte h2 {
        margin: 1.5em 0 .5em 0;
        font-size: 2em;
        color: #333;
}

#toptexte a {
        border-bottom: 1px dotted #ccc;
        color: #555;
}

#toptexte a:hover {
        color: #111;
}

#toptexte p {
        font-size: 1em;
        line-height: 1.5;
}

#toptexte ul {
        list-style-type: none;
}

#toptexte li {
        margin: 0 0 .4em 0;
}
/* ----------------------------------------- [ imi-aktuell] */

#imi-aktuell {
        width: 120px;
        margin: 5px 0px;
        padding: 5px 2px;
        font-family: Verdana,Arial,Helvetica,Sans-Serif;
        font-size: 1em;
        line-height:1em;
        float: right;
        background: #E6E6E6;

}


/* ----------------------------------------- [ Sidebar ] */

#sidebar {
        width: 120px;
        padding: 5px 2px;
        margin: 5px 0px;
        font-family: Verdana,Arial,Helvetica,Sans-Serif;
        font-size: 1em;
        line-height:1em;
        float: right;
        background: #FFFFFF;
}

#sidebar a {
        color: #555;
        line-height:1.5em;
}

#sidebar a:hover {
        color: #111;
}

#sidebar p {
        font-size: 1em;
        line-height: 0.5em;
}

#sidebar ul {
        list-style-type: none;
}

#sidebar li {
        margin: 0 0 .4em 0;
}

#sidebar .section {
        margin: 0 0 10px 0;
        padding: 0px 0;
}

/* ------------------------------------------ [ Footer ] */

#footer {
        padding: 10px 0;
        background: transparent url(images/l.gif) no-repeat top left;
        clear: both;
}

#footer p {
        font-family: Verdana,Arial,Helvetica,Sans-Serif;
        font-size: 1.1em;
        line-height: 1.5;
        color: #777;
}

#footer a {
        font-size: 1.6em;
        color: #333;
}

/* Widget: Search */

#searchform input {
        width: 80px;
        height: 1%;
        float: right;
        margin-bottom: 2px;
        font-family: Verdana,Arial,Helvetica,Sans-Serif;
        font-size: 13px;
        border-left: 1px solid #999;
        border-top: 1px solid #999;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        color: #444;
}

/* Widget: Pages */

#sidebar ul.children {
        margin: .4em 0 0 15px;
}

/* General WordPress Classes */

.aligncenter {
        display: block;
        margin: 0 auto;
        text-align: center;
}

.alignleft {
        margin-right: 15px;
        float: left;
}

.alignright {
        margin-left: 15px;
        float: right;
}

img.alignnone {
        margin-right: 5px;
        margin-bottom: 0;
}

.wp-caption {
        padding: 2px 5px;
        background: #fff;
        border: 1px solid #E9E9E9;
}

.wp-caption p {
        font-size: 1.1em;
        line-height: 1.5;
}

.wp-caption img {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0;
        border: 0 none;
}

.wp-caption a[rel] {
        border: 0 none;
}

.gallery dd {
        font-size: 1.1em;
        line-height: 1.5;
}

.gallery-caption,
.wp-caption-text {
        font-family: Verdana,Arial,Helvetica,Sans-Serif;
        text-align: center;
}

.gallery-icon a {
        border: 0 none;
}

.gallery-item img {
        margin-bottom: 5px;
        border: 1px solid #E9E9E9 !important;
}

.entry p, .textwidget {
        font-size:0.8em;
        font-family: Verdana,Arial,Helvetica,Sans-Serif;
}