/* lg-geroldseck.de */

body {
        margin: 0px;
        padding: 0px;
        background: #f0f4ff;
        font: 12px Calibri, Helvetica, sans-serif;
        color: #191970;
}

h1, h2, h3 {
        margin-top: 0px;
}

h1 {
        font-size: 2.4em;
}

h2 {
        font-size: 1.8em;
}

h3 {
        font-size: 1.4em;
}

h6 {
        font-size: 1.0em;
        width: 100%;
        height: 100%;
        text-align: left;
        margin: 10px auto 10px auto;
        background: #9eb2e0;
        color: #191970;
}

h7 {
        font-size: 1.4em;
        width: 100%;
        height: 100%;
        text-align: left;
        margin: 10px auto 10px auto;
        background: #9eb2e0;
        color: #191970;
}

p, ol, ul {
        margin-bottom: 1.8em;
        line-height: 160%;
}

a {
        color: #104E8B;
}

a:hover {
        text-decoration: none;
        color: #8B1A1A;
}

a img {
        border: none;
}


/* Text */

#text {
        text-align: justify;
}

/* Header */

#header {
        text-align: center;
        width: 900px;
        height: 70px;
        margin: 10px auto;
        background: #9eb2e0;
        color: #3366ff;
}

#header a {
        text-decoration: none;   
}

#header a:hover {
        text-decoration: underline;
        color: #c23939;
}

/* Menu */

#menu {
        float: right;
}

#menu ul {
        margin: 0px;
        padding: 49px 0px 0px 0px;
        list-style: none;
        line-height: normal;
}

#menu li {
        float: left;
        margin: 0px 0px 0px 1px;
}

#menu a {
        display: block;
        width: auto;
        height: 28px;
        padding: 0px 20px 0px 20px;
}

#menu a:hover {
        text-decoration: underline;
}

#menu .active {
        background: #a32626 no-repeat 0px 0px;
}

#menu .active a {
        background: no-repeat 100% -40px;
}

/* Page */

#page {
        width: 900px;
        margin: 0px auto;
        padding: 10px 0px;
}

/* Content */

#content {
        float: right;
        width: 620px;
}

.post {
        margin: 0px 0px 30px 0px;
}

.post .title {
        margin: 0px;
        padding: 0px 0px 5px 0px;
        border-bottom: 1px solid #9eb2e0;
}

.post .entry {
}

.post .meta {
        font-weight: bold;
}

.post .byline {
        margin: 0px;
}

/* Sidebar */

#sidebar {
        float: left;
        width: 200px;
        background: #e5e9f3;
}

#sidebar-bgtop {
        height: 0px;
        background: #c23939;
}

#sidebar-bgbtm {
        height: 0px;
        background: #c23939;
}

#sidebar-content {
        padding: 10px;
}

#sidebar ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
}

#sidebar li ul {
        margin-bottom: 1.8em;
        list-style: inside disc;
}

#sidebar h2 {
        font-size: 1.4em;
}

#sidebar h3 {
        margin: 20px;
        font-size: 1.0em;
        line-height: 1pt;
}

#sidebar a {
        text-decoration: none;
}

#sidebar a:hover {
        text-decoration: underline;
}

/* Footer */

#footer {
        clear: both;
        width: 900px;
        height: 50px;
        margin: 0px auto 30px auto;
 }

#footer p {
        margin: 0px;
        padding: 19px 0px 0px 0px;
        text-align: center;
        line-height: normal;
        font-size: smaller;
}

#footer a {
        color: #191970;
}

/* Tabelle */

.list {
        width:100%;
}

.list-table {
        width: 100%;
        border:1px solid #9eb2e0;
        clear:both;
}

.list-table td {
        padding: 1px 1px 1px 0px;
        border-right: 1px solid #DEDEDE;
}

.list-table thead td {
        background-color: #9eb2e0;
        color:#FFFFFF;
        border-right: 1px solid #9eb2e0;
}

.list-table th {
        padding: 2px 2px 2px 4px;
        background-color: #9eb2e0;
        color: #ffffff;
        border-right: 1px solid #9eb2e0;
}

.list-highlight {
        background-color:#e5e9f3;
}

