/*
 * -----  USED COLORS  -----
 * Grey: #8C8C8C; (Left Panel, Text)
 * Main Blue: #0079C1 (Logo, MainNavigation)
 *
 *
 *
 *
 */
 
 
body, td, th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #8C8C8C;
}

body {
    background: #FFFFFF;
    margin: 0;
    line-height: 1.2;
    height: 100%;
}

a:link, a:visited, a:active {
    color: #0079C1;
}
a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}
a:hover {
    color: #8C8C8C;
}
 
img {
    border: 0;
}


/*
 *  ----- Headings -----
 */
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    padding: 0;
}
h1 {
    font-size: 16px;
    margin: 0 0 16px 0;
}
h2 {
    font-size: 14px;
    margin: 0 0 8px 0;
}
h3 {
    font-size: 12px;
    margin: 0 0 8px 0;
}
h4 {
    font-size: 10px;
    margin: 0 0 8px 0;
}

p, table, ul, ol {
    margin: 0 0 16px 0;
}

ul {
    padding-left: 0;
    list-style: none;
}
li {
    padding: 2px;
}
/*
 *  ----- Layout levels -----
 */
#level-0 {
    width: 990px;
    height: 790px;
    /*height: 100%;*/
    top: 0;
    left: 0;
    position: absolute;
}
#level-1 {
    width: 745px;
    top: 0;
    left: 245px;
    position: absolute;
}


/*
 *  ----- Panel Left -----
 */
#panel-left {
    width: 245px;
    height: 790px;
    /*height: 100%;*/
    background: #8C8C8C;
    top: 0;
    left: 0;
    position: absolute;
}
#panel-left #emotion-pic {
    height: 462px;
    color: #FF0000;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}
/*
 *  ----- Header -----
 */
#header {
    width: 745px;
    height: 140px;
    top: 0;
    left: 0;
    position: absolute;
}
#header img {
    float: right;
    margin: 65px 70px 0 0;
}


/*
 *  ----- Navigation Main -----
 */
#spacer-left-top {
    height: 103px;
    background: #8C8C8C;
    text-align: center;
}
#spacer-left-top img {
    margin-top: 5px;
}

#MainNavigation {
    padding: 70px 0 15px 75px;
    background: #0079C1;
}
#MainNavigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#MainNavigation ul li {
    padding: 4px 0;
    margin: 0 0 2px 0;
    background: url(../images/nav_main_line.png) bottom right no-repeat;
}
#MainNavigation ul li a {
    margin-top: 5px;
}


#MainNavigation a:link, #MainNavigation a:visited, #MainNavigation a:hover, #MainNavigation a:active {
    color: #FFFFFF;
}
#MainNavigation li.active a {
    font-weight: bold;
}

/*
 *  ----- Content -----
 */
 #content-scroll {
    top: 223px;
    left: 52px;
    position: absolute;
    /*overflow: auto;*/
    width: 745px;
    /*height: 566px;*/
    z-index: 1;
 }
#content {
    width: 600px;
    padding-left: 23px;
    background: url(../images/square_blue.gif) 0px 2px no-repeat;
    line-height: 1.4;
}


.clear {
    clear: both;
}

/* --- ARTIKELLISTE --- */

.artikelliste h2 span.date {
    float: right;
    font-weight: normal;
}
.artikelliste h2 a {
    text-decoration: none;
}


/* Text m. Bild */
.text-picture-block {
    clear: left;
    /*width: 380px;*/
    margin-bottom: 20px;
}
.text-picture-block .cell-2 {
    width: 80%;
    float: left;
}
.text-picture-block .cell-2 img {
}
.text-picture-block .cell-1 {
    width: 20%;
    float: left;
}

/* Text m. Bild */
.text-block-pic {
    margin-bottom: 20px;
}
.text-block-pic h2 span.date {
    float: right;
    font-weight: normal;
    font-size: 90%;
}
.text-block-pic h2, .text-block-pic h3, .text-block-pic p, .text-block-pic table {
    margin-top: 0;
    margin-bottom: 10px;
}


.picbox {
    padding: 0;
}


/* Pagebrowser */   
.pagebrowser {
    margin-top: 20px;
    padding-top: 3px;
    font-weight: bold;
}
.pagebrowser p {
    margin-bottom: 2px;
    font-weight: normal;
}
.pagebrowser a {
    padding: 1px 4px;
    margin-right: 5px;
    text-decoration: none;
    font-weight: normal;
}


/* Mailform */
#contactForm {
    /*width: 350px;*/
}
#contactForm .cell-1 {
    width: 99px;
    float: left;
}

#contactForm p.hinweis {
    font-size: 90%;
}

.org-adress {
    margin-bottom: 15px;
    float: right;
    width: 226px;
}
.org-adress h3 {
    margin-top: 0px;
}


.org-adress a:link, .org-adress  a:visited, .org-adress  a:active {
    color: #8C8C8C;
}
.org-adress a:hover {
    color: #0079C1;
}


#contactForm .contactRow, #contactForm .contactRadio {
    margin: 4px 0;
    clear: left;
}

#contactForm label {
    display: block;
    float: left;
    width: 80px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
    font-family: Arial, Helvetica, sans-serif !IMPORTANT;
    font-size: 11px;
    border:1px ridge #8C8C8C;
    width: 180px;
}
#contactForm .contactRadio {
    height: 20px;
}
#contactForm .contactRadio input {
    /*height: 11px;*/
    margin-right: 4px;
}
#contactForm .contactRow select {
    border:1px solid #ccc;
    width:172px;
}

#contactForm .contactRow input {
    height: 15px;
}
#contactForm .contactRow textarea {
    height: 80px;
}


#contactFormSubmit {
    margin-top: 25px;
}


#contactFormSubmit input {
    background-color:#fff;
    border:0;
    color: #0079C1;
    padding:0 0 0 0;
    background-repeat:no-repeat;
    background-position:right 4px;
    font-size:10px;
    width:auto;
    height:auto;
    margin-left: 85px;
}
*+html #contactFormSubmit input {
    margin-left: 78px;
}

.msg-error {
    text-align: center;
}
.msg-error div  {
    padding: 4px;
    text-align: left;
}
.msg-error div p {
    margin-bottom: 25px;
    line-height: 1.4;
}
.msg-error div p strong {
    font-size: 13px;
}
.msg-error div p a {
    padding: 3px 6px;
    border: 1px ridge #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}
.msg-error div p a:hover {
    border-top: 1px ridge #999999;
    border-left: 1px ridge #999999;
    border-bottom: 2px ridge #999999;
    border-right: 2px ridge #999999;
}


/*
 *  -------  -------
 */
h1 span.h1-z2 {
    margin-left: 50px;
 }
h1 span.h1-z3 {
    margin-left: 10px;
 }
h1 span.h1-z4 {
    margin-left: 235px;
    font-size: 11px;
    font-weight: normal;
 }

 a.more {
    margin-left: 5px;
 }
 a.more span {
    visibility: hidden;
 }
 a.more:hover span {
    visibility: visible;
    color: #0079C1; 
 }