﻿/* CSS design by webdesign-salzburg.at */
@charset "utf-8";

body, p, h1, h2, h3, h4, h5, h6, form { margin: 0; padding: 0 }

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #004221;
    text-align: center;
    background: #e3f5e7 url(../images/hg.png) repeat-y;
}

input, textarea, select, option {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}


p, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .6em
}

p, #main li {
    line-height: 1.4em;
}


img {
    border: none;
}

img.bild_rahmen {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
}

img.bild_links {
    float: left;
    margin: 0 10px 5px 0;
}

img.bild_rechts {
    float: right;
    margin: 0 0 5px 10px;
}



h1, input#new_title {
    font-size: 2em;
    font-weight: normal;
    font-family: Georgia, serif;
}

h2 {
    font-size: 1.5em;
    font-weight: normal;
    font-family: Georgia, serif;
}

h3 {
    font-size: 1.2em;
    font-weight: normal;
}

h4 {
    font-size: 1em;
}

h6 {
    font-size: .8em;
}

a {
    color: #004221;
}

hr {
    height: 1px;
    border: none;
    border-bottom: 1px solid #006633;
}

a:hover {
    text-decoration: none;
}


#marvin {
    width: 990px;
    margin: 0 auto;
    text-align: left;
    background-color: #e3f5e7;
    background: url(../images/hg_marvin.png) repeat-y;
}

#header {
    background: url(../images/hg_header.jpg) no-repeat;
}


#header h1 {
    margin: 0; padding: 0;
}

#header h1 img {
    margin-top: 90px;
}


#toc {
    clear: left;
    width: 250px;
    float: left;
}

/* Navigation TOC */

#toc ul {
    margin: 15px 27px 0 9px; padding: 0;
    list-style-type: none;
}

#toc ul li {
    margin-bottom: 1px;
}


#toc ul li a {
    background: #3D6E2C;
    color: #E3F5E7;
    display: block;
    padding: 2px 10px 2px;
    text-decoration: none;
}

#toc ul li {
    line-height: 18px;
}


#toc ul li a:hover {
    background: #7AA95B;
}

#toc ul li a.thispage {
    background: #7AA95B;
}


#toc address {
    margin: 20px 0 0 15px;
    font-size: .9em;
}

#toc address a {
    text-decoration: none;
}


#toc address a:hover {
    text-decoration: underline;
}


#socialbookmarkbox {
    margin: 25px 0 0 15px;
}


#main {
    float: left;
    width: 670px;
}

#info{
    float: right;
    width: 10px;
    height: 480px;
}

#wrap {
    clear: both;
}


#footer {
    width: 990px;
    margin: 0 auto;
    height: 17px;
    text-align: left;
}

#footer address {
    text-align: center;
    font-style: normal;
    font-size: .9em;
    font-weight: bold;
    color: #006633;
}

#footer a {
    text-decoration: none;
    color: #006633;
}

#footer a:hover {
    text-decoration: underline;
    color: #EB4D44;
}

#wd {
    text-align: center;
    font-size: .8em;
    color: #49A64A;
}

#wd a {
    text-decoration: none;
    color: #49A64A;
}

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



/* Kontaktformular */

#contact dt {
    margin: 0 0 3px 0;
    font-weight: bold;
    font-size: .9em;
}

#contact dd {
    margin: 0 0 5px 0;
}

#contact #vn, #contact #nn, #contact #email, #contact #telvw, #contact #tel, #contact #kommentar, #contact #firma {
    border: 1px solid #006633;
    width: 326px;
}


#contact #vn, #contact #telvw {
    width: 120px;
}

#contact #nn, #contact #tel {
    width: 200px;
}

#contact #kommentar {
    height: 80px;
}


.googlemap {
    border: 1px solid #006633;
}






/* Inside Bereiche */


#inside {
    background: url('../images/inside/inside_bar.jpg') repeat-x;
    height: 30px;
    color: #666;
    text-align: left;
}

#inside ul {
    padding: 7px 10px 0; margin: 0;
    list-style-type: none;
}

#inside ul li {
    float: left;
    padding-right: 20px;
}


#inside ul li a {
    color: #666;
    text-decoration: none;
}

#inside ul li a:hover {
    border-bottom: 1px dotted #333;
    color: #333;
}

#inside img {
    border: none;
    float: right;
    margin-right: 10px;
    margin-top: 2px;
}

img.cms_icon {
    border: 1px solid green;
    float: right;
}

img.cms_icon:hover {
    border: 1px solid #FF0000;
}

form#edit fieldset {
    border: 1px solid #7AA95B;
    width: 500px;
    padding: 10px;
}

form#edit fieldset legend {
    color: #7AA95B;
}


form#edit dt {
    margin: 0 0 5px; padding: 0; font-weight: bold; font-size: .9em; color: #7AA95B;
}

form#edit dd {
    margin: 0; padding: 0;
}

input#new_title, textarea#new_seo {
    width: 650px;
    border: none;
    background: #e3f5e7;
    color: #004221;
}

input#new_seo {
    font-style: italic;
}

img.minithumbs {
    border: 1px solid #666;
}

img.minithumbs:hover {
    border: 1px solid #ff0000;
}

.src_code {
    font-family: Courier, 'Courier New', monospace;
}

