/* Positionierungen von Layout und Struktur */

* {
    margin: 0;
    padding: 0;
}

#wrap {
    margin: 0 auto;
    padding: 0 4px 0 4px;
    width: 986px;
    height: auto;
    text-align: left;
    overflow: hidden;
    background: #fff;
    border: 2px solid #666;
}

#header {
    width: 984px;
    height: 210px;
    padding: 0;
    margin: 0;
    border: 1px solid #666;
    /*border-left: none;*/
    z-index: 1;
}

#header-content {
    height: 210px;
    width: 720px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#usermenu {
    height: 38px;
    width: 984px;
    margin: 4px 0 4px 0;
    background: #3c6fad;
    border: 1px solid #666;
}

#mainmenu {}

#main {
    width: 984px;
    margin: 4px 0 4px 0;
    padding: 0;
    border: 1px solid #666;
}

#main-content {
    width: 984px;
    padding: 0;
    margin: 4px 0 4px 0;
    background: url('../images/bg-main-content.jpg') -38px 0 repeat-y;
}

#leftcol {
    float: left;
    height: auto;
    width: 255px;
    margin: 0 10px 0 4px;
    font-size: 12px;
    background: url('../images/bg-mainbody.jpg') repeat-x;
}

#leftcol-content {
    padding: 50px 0 50px 20px;
}

#leftcol-content img {}

#mainbody {
    float: left;
    width: 710px;
    background: url('../images/bg-mainbody.jpg') repeat-x;
}

#mainbody-content {
    padding: 0px 32px 70px 25px;
    font-size: 12px;
}

#mainbody-content p {
    line-height: 1.8em;
    margin: 0px;
    padding: 0px;
    margin-top: 12px;
}

#footer {
    width: 964px;
    height: 65px;
    background: #000000 url(../images/bg-footer.png) 0 -20px repeat-x;
    text-align: right;
    color: #fff;
    padding: 15px 20px 0 0px;
    margin: 0 0 4px 0;
    border: 1px solid #666;
}

#footer a {
    color: #fff;
}

#logo {
    width: 200px;
    height: 198px;
    position: absolute;
    top: 56px;
    margin-left: 781px;
    background: url('../images/logo.jpg') no-repeat;
}

#logo a {
    display: block;
    width: 200px;
    height: 198px;
}

.none {
    display: none;
}

.clearfix {
    clear: both;
}

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


/* End hide from IE-mac */

.clearfix {
    display: inline;
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


/* End hide from IE-mac */

html {
    height: 100%
}

body {
    margin: 0;
    padding: 0;
    min-height: 101%;
    height: 101%;
    font-size: 100.01%;
    text-align: left;
    line-height: 140%;
    font-family: Arial !important;
    font-size: 70.1% !important;
    color: #000;
    background: #ccc url('../images/bg-body.jpg') repeat-y;
    background-position: center;
}


/* Standardrahmen zur�cksetzen */

fieldset,
img {
    border: 0;
    margin: 0;
    padding: 0;
}

fieldset {
    border: 1px solid #ccc;
    padding: 5px;
    margin: 0;
}


/* Anpassung f�r Safari Browser. font-size:100% ist f�r den Safari in Formularen zu gro� */

select,
input,
textarea {
    font-size: 99%
}

ul,
ol,
dl {
    margin: 0 0 0 5px;
    padding: 0 0 0 5px;
    list-style: square;
}

li {
    color: #000;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 1em 2em;
}

blockquote,
cite {
    margin: 0 0 1em 1.5em;
    font-size: 0.93em;
    width: auto;
}

h2 {
    color: #000;
    font-size: 1.6em;
    margin: 0 0 0.25em 0;
    padding-top: 1.5em;
}

h3 {
    font-size: 1.2em;
    color: #000;
    margin: 0 0 0 0;
    padding-top: 1.5em;
}

h4 {
    font-size: 1.0em;
    color: #000;
    margin: 10px 0 10px 0;
    border-bottom: 1px #ddd solid;
}

h5 {
    font-size: 100%;
    color: #000;
    margin: 10px 0 10px 0;
    border-bottom: 1px #ddd dotted;
}

h6 {
    font-size: 100%;
    color: #000;
    margin: 15px 0 0 0;
    font-weight: bold;
}

p,
ul,
dd,
dt {
    line-height: 1.4em;
    margin-top: 4px;
}

strong {
    font-weight: bold;
}

em,
i {
    font-style: italic;
}

pre,
code {}

address {
    font-style: normal;
    line-height: 1.5em;
    margin: 0 0 1em 0;
}

hr {
    color: #fff;
    background: transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border: 0;
    border-bottom: 1px #eee solid;
}

acronym,
abbr {
    letter-spacing: .07em;
    border-bottom: 1px dashed #c00;
    cursor: help;
}


/* ### Auszeichnung lokaler und Externer Links ######################################################## */

a,
a em.file {
    background: transparent;
    text-decoration: none;
    color: #224394;
}

a:hover {
    background-color: transparent;
    text-decoration: underline;
}


/* ######################################################################################################
** ### Formulare & Tabellen #############################################################################
** ######################################################################################################
*/

table {
    margin-bottom: 10px;
    width: 100%;
}

form {
    overflow: hidden;
}

input {
    width: auto;
    border: 1px #ccc solid;
    padding: 3px;
}

textarea {
    width: 300px;
    height: 150px;
    border: 1px #ccc solid;
    padding: 3px;
}


/*input [type=text]:focus,textarea:focus {
	border-color: #666;
}*/


/** Oberes Men� mit allgemeinen Seiten */

#usermenu-content ul {
    margin: 0px 170px 0 0;
    position: relative;
    top: -17px;
    left: 7px;
}

#usermenu-content ul li {
    float: right !important;
    display: inline;
    font-weight: normal;
    white-space: normal;
    position: relative;
    right: -7px;
}

#usermenu-content ul li a:hover {
    text-decoration: none;
    color: #fff;
}

#usermenu-content ul li a {
    color: #ccc;
    padding: 0 10px 0 10px;
    border-right: 1px solid #ccc;
    font-size: 13px !important;
    letter-spacing: 1px;
}

#usermenu-content .active a {
    color: #fff;
}


/* ######################################################################################################
** Joomla-spezifische CSS-Formatierungen  
** ######################################################################################################
*/

table.contentpaneopen {
    padding: 0 20px 0 0;
    border-collapse: collapse;
    border-spacing: 0px;
    margin: 0px;
}

table.contentpaneopen td {}

table.contentpaneopen td.componentheading {}

table.contentpane {}

table.contentpane td {
    font-family: Arial;
    line-height: 160%;
}

table.contentpane td.componentheading {}

table.contentpaneopen fieldset {
    border: 0px;
}

.button {
    color: #000;
    text-align: center;
    border: 1px solid #666;
    width: auto;
    padding: 2px 0 3px 0;
    margin: 5px 0 5px 0;
    background: #fff;
}

.submit-button,
.cancel-button {
    border: 1px solid #ccc;
    background: #eee;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    vertical-align: baseline;
    text-align: center;
}

.inputbox {
    padding: 2px;
    border: solid 1px #ccc;
    background-color: #fff;
}

.contentcolumn {
    padding-right: 5px;
}

.contentpagetitle {
    text-align: left;
}

table.moduletable {}

div.moduletable {}

table.moduletable th,
div.moduletable h3 {}

table.moduletable td {}

table.pollstableborder td {
    padding: 2px;
}

.sectiontableheader {}

.sectiontablefooter {}

.sectiontableentry1 {
    background-color: #ffffff;
}

.sectiontableentry2 {
    background-color: #f9f9f9;
}

.small {}

.createdate {
    height: 15px;
    padding-bottom: 10px;
    color: #999999;
}

.modifydate {
    height: 15px;
    padding-top: 10px;
    color: #999999;
}

table.contenttoc {
    border: 1px solid #cccccc;
    padding: 2px;
    margin-left: 2px;
    margin-bottom: 2px;
    width: 200px;
}

table.contenttoc td {
    padding: 2px;
}

table.contenttoc th {
    color: #666666;
    text-align: left;
    padding-top: 2px;
    padding-left: 4px;
    height: 21px;
    text-transform: uppercase;
}


/* ######################################################################################################
** Hauptmen�
** ######################################################################################################
*/

#mainmenu-content {
    margin: 0;
    padding: 0;
}

#mainmenu-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    left: -3px;
}

#mainmenu-content li {
    margin: 0;
    padding: 0;
}

#mainmenu-content a:link,
#mainmenu-content a:visited {
    line-height: 30px;
    font-size: 13px !important;
    color: #000;
    letter-spacing: 1px;
    font-weight: bold;
    border-top: 1px solid #ccc;
    display: block;
    width: 220px;
}

#mainmenu-content a:hover,
#mainmenu-content .active a {
    text-decoration: none;
    color: #3c6fae !important;
}

#usermenu-content ul li.item-102 a,
#mainmenu-content ul li.item-104 a {
    border: none !important;
}

a.pathway {
    padding: 0px;
    margin: 0px;
}

.highlight {
    padding: 0;
    font-weight: bold;
}

.code {
    background-color: #ddd;
    border: 1px solid #bbb;
}

span.article_seperator {
    display: block;
    height: 1.5em;
}

.pagenavcounter {
    clear: both;
}


/*
 * Site-Map 
 * list-style: pos1 pos2 po3;
 *    parameter:
 *               pos1: none | disc | circle | square
 *               pos2: inside | outside
 * more info under: http://www.w3schools.com/css/css_list.asp
 */

.sitemap h2 {
    display: none;
}

.sitemap ul {
    display: block;
    margin: 0;
    padding: 0;
}

.sitemap ul li {
    margin: 0;
    padding: 0 0 3px 0;
    white-space: nowrap;
    background: transparent;
}

.sitemap a img {
    border: none;
}

.sitemap ul.level_0 {
    list-style: inside circle !important;
    padding: 20px 0 0 0;
}

.sitemap ul.level_1 li {
    padding: 0 0 5px 2em;
    white-space: nowrap;
}

.sitemap .active {
    font-style: normal;
}

.error {
    font-size: 11px;
    color: red;
}

#seo {
    clear: both !important;
}

#mainbody-content li {
    margin-left: 5px;
}

#teaser1 {
    margin-left: 585px;
}

.inputbox {}

.moduletable-intro h3 {
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

#mainbody-content .contentheading,
#mainbody-content td.contentheading,
#mainbody-content span.maintitle,
#mainbody-content h1 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: -0.3px;
    line-height: 115%;
    margin: 0;
    padding: 5px 0 30px;
    position: relative;
}

.contact_name {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: -0.3px;
    color: #000;
    margin: 0;
    padding: 0 0 30px 0;
    line-height: 115%;
    position: relative;
    top: -11px;
    left: 0;
}

#mainbody-content .componentheading {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: -0.3px;
    color: #fff;
    margin: 0;
    padding: 0 0 30px 0;
    line-height: 115%;
    position: relative;
    top: 7px;
    left: -1px;
}

#jflanguageselection ul li a {
    border: none !important;
}

#schablone {
    /*border-left: 1px solid #666;*/
    width: 780px;
    height: 210px;
    position: absolute;
    top: 51px;
    margin: 0 0 0 -20px;
    /*background: url('../images/schablone.png') no-repeat;*/
    z-index: 2;
}

#mod_search_searchword {
    float: right;
    margin: 7px 10px 0 0;
    font-size: 10px;
}

.invalid {
    color: red;
}

#bild_klein {
    position: absolute;
    top: 730px;
    margin: 0 0 0 600px;
}

#bild_tabelle {
    border-collapse: collapse;
}

#bild_tabelle td {
    text-align: center !important;
    vertical-align: top;
    font-size: 14px;
    width: 33%;
}

#bild_tabelle td p {
    padding: 0;
    margin: 7px 0 0 0;
}

#bild_tabelle td {
    line-height: 18px;
}

#pub_tabelle {
    border-collapse: collapse;
}

#pub_tabelle td {
    vertical-align: top;
    padding: 5px 10px 5px 5px;
    border: 1px solid #eee;
}

#pub_tabelle tr:hover td,
#pub_tabelle td:hover {
    /*background: #eee;*/
}

#header p {
    margin: 0px;
}

#contact-form fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.contact-form {
    padding-top: 25px;
}

.form label,
.form input,
.form textarea {
    display: block;
}

.form input {
    margin: 5px 0 15px 0;
}

.form_left {
    margin-top: 25px;
}