/**
 * Globale CSS-Definitionen
 *
 * (c) www.lemontree.at
 *
 * @author Gerhard Buchecker <gbuchecker@lemontree.at>
 *
 *********************************************************************************/

/*--------------------------------------------------------------------------------*/
/* Globale Definitionen */

body {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #015C04;
	text-align: center;
	font-size: 95%;
}

img {
	border: none;
}

img.noborder {
	border: none;
}

img.left, div.left {
	margin-right: 5px;
	float: left;
}

img.right, div.right {
	margin-left: 5px;
	float: right;
}

img.forward {
    border: none;
    margin: 0px 3px 3px 3px;
}

a.mehr {
    white-space: nowrap;
}

a.forward {
    background-image: url(../../images/icons/forward.gif);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    padding: 0px 0px 0px 15px;
}

.clear {
    clear: both;
}
.center {
    text-align: center;
}
.alignLeft {
    text-align: left;
}
.alignRight {
    text-align: right;
}

.formsc { /* SpamCheck fuer Formulare */
    display: none;
}
input.securitycode {
    text-transform: uppercase;
    height: 22px;
    font-size: 18px;
}

.pointer {
    cursor: pointer;
}

/*--------------------------------------------------------------------------------*/
/* Standardschriftdefinitionen */

body, div, p, td, th, div, a {
    font-family: Verdana, Helvetica, sans-serif;
    color: #015C04;
}

input, select, textarea, button {
    font-family: Verdana, Helvetica, sans-serif;
    color: #015C04;
}

input.checkbox, input.radio {
    background-color: transparent;
    border: none;
}

input.button {
}

h1 {
    font-family: Verdana, Helvetica, sans-serif;
    color: #015C04;
    text-transform: uppercase;
    font-size: 120%;
}

h2 {
    font-family: Verdana, Helvetica, sans-serif;
    color: #015C04;
    text-transform: uppercase;
}

h1.titel {
    margin-top: 0px;
}

h3 {
    font-family: Verdana, Helvetica, sans-serif;
    color: #015C04;
    text-transform: uppercase;
}

h4 {
    font-family: Verdana, Helvetica, sans-serif;
    color: #015C04;
    margin: 0px;
}

h5, h6, h7 {
    font-family: Verdana, Helvetica, sans-serif;
    color: #015C04;
    margin: 0px;
    font-weight: normal;
}

a {
    color: #015C04;
    text-decoration: underline;
}

a:hover, a:visited.hover {
    color: #015C04;
    text-decoration: underline;
}

/*--------------------------------------------------------------------------------*/
/* globale Definition des Seitenlayouts */

#mainWrapper {
    width: 1240px;
    margin: 0px auto 0px auto;
    padding: 0px 0px 10px 0px;
    text-align: left;
}

/*--------------------------------------------------------------------------------*/
/* Header */

#divHeader {
    width: 100%;
    height: 250px;
    text-align: center;
    position: relative;
}

    #divHeader img.logo {
        position: relative;
        top: 9px;
    }

    #divHeader img.landesausstellung {
        position: absolute;
        top: 20px;
        right: 15px;
    }

    #menue {
        width: 765px;
        height: 62px;
        margin: 0px auto;
    }

/*--------------------------------------------------------------------------------*/
/* Mittelbereich */

#divMitte {
    clear: both;
    width: 1240px;
    margin: 0px auto;
    padding: 24px 0px 0px 0px;
    background-color: #D7E4A5;
    
}

    /*--------------------------------------------------------------------------------*/
    /* Spalte links */

    #divSpalteLinks {
        width: 240px;
        height: 1px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 30px 0px;
        float: left;
        text-align: left;
    }
    
    .divSubmenue {
        background-color: #04550A;
        margin: 0px 0px 0px 34px;
        min-height: 380px;
    }

    /*--------------------------------------------------------------------------------*/
    /* Spalte rechts */

    #divSpalteRechts {
        /*width: 166px;*/
        width: 180px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 30px 0px;
        float: left;
        text-align: left;
    }

    /*--------------------------------------------------------------------------------*/
    /* Inhaltsbereich */

    #divInhalt {
        margin: 0px 0px 0px 0px;
        padding: 0px;
        /*width: 822px;*/
        width: 800px;
        float: left;
    }
    
    #divInhaltHome {
        margin: 0px 0px 0px 0px;
        padding: 0px;
        /*width: 1062px;*/
        width: 1040px;
        float: left;
    }

    #divText {
    	padding: 0px 34px 30px 34px;
    	width: auto;
    	line-height: 1.5em;
    }
    
    #divTextHome {
        padding: 0px 34px 30px 34px;
        width: auto;
        line-height: 1.5em;
    }

    #divListe { /* Listenblock unter dem Text */
    }

    .teaser {
        margin-bottom: 5px;
    }

    .kurztext {
        font-style:italic;
    }

    #divBilderleiste {
        width: 200px;
        float: right;
        text-align: right;
        padding: 0px 0px 0px 0px;
    }

    #divBilderleiste img {
        margin-bottom: 10px;
        border: 1px solid #000000;
    }

    .bildtext {
        padding: 0px 0px 10px 0px;
        font-style:italic;
    }

    #divLinkBeitrag { /* Link auf einen anderen Menuebeitrag am Ende des Textes */
        margin-top: 10px;
    }
    
    .wechselbilder {
        padding: 42px 0px 0px 0px;
    }

    /*--------------------------------------------------------------------------------*/
    /* Funktionsleiste */

    #divFunktionsleiste {
        margin: 6px 0px 0px 0px;
        height: 21px;
        text-align: right;
        border-bottom: 1px solid #D7DADC;
    }

    #divFunktionsleiste img {
        margin: 0px 9px 0px 0px;
    }

    /*--------------------------------------------------------------------------------*/
    /* Definitionen fuer die Navigationsleiste */

    div.nbNavigationbar {
        margin: 0px 0px 10px 0px;
        white-space: nowrap;
        background-color: #eeeeee;
        padding: 3px 5px 3px 5px;
    }

    /* extra div fuer neue Zeile mit der Ausgabe der Links fuer das Blaettern (fuer set break = true) */
    div.nbNavigationbar div.nbLinks {
        margin: 1px 0px 0px 0px;
        padding: 2px 0px 3px 0px;
        text-align: center;
    }

    /* Formatierung der Links in der Leiste */
    div.nbNavigationbar a {
        padding: 2px 4px 2px 4px;
        text-decoration: none;
    }

    div.nbNavigationbar a:hover {
        background-color: #dbdfe2;
        text-decoration: none;
    }

    /* Formatierung der nicht verlinkten Texte in der Leiste */
    div.nbNavigationbar span {
        padding: 2px 4px 2px 4px;
    }

    /* Formatierung der aktuellen Seite in der Leiste */
    div.nbNavigationbar span.aktuelleSeite {
        padding: 2px 4px 2px 4px;
        background-color: #dbdfe2;
    }

    /*--------------------------------------------------------------------------------*/
    /* Bloecke mit Text, Bild oder Include */

    div.box01 {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 10px 0px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        border: 3px solid #0D6002;
        background-color: transparent;
        text-align: left;
    }

    div.box01Bezeichnung {
        display: block;
        margin: 0px;
        padding: 5px;
        /*border-top-left-radius: 1px;
        -moz-border-radius-topleft: 1px;
        border-top-right-radius: 1px;
        -moz-border-radius-topright: 1px;*/
        border: none;
        color: #ffffff;
        background-color: #0D6002;
        text-align: left;
        font-weight: normal;
    }

    div.box01Content {
        padding: 5px 5px 5px 5px;
    }

    div.box01Content a.box01Content, div.box01Content a.box01Content:hover {
        text-decoration: none;
    }



    div.box01Image {
        padding: 0px;
        text-align: center;
    }

    div.box01Liste {
        padding: 5px 5px 5px 5px;
    }

    div.box01 a {
        text-decoration: none;
    }

    div.box01 a:hover, div.box01 a:visited.hover {
    	text-decoration: underline;
    }

/*--------------------------------------------------------------------------------*/
/* Footer */

#divFooter {
    clear: both;
    width: 100%;
    margin: 0px;
    border: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #D7E4A5;
    text-align: left;
}

#divFooterMenuWrapper {
    background-color: #05560A;
    width: 1240px;
    margin: 0px auto;
    padding: 10px 0px 0px 0px;
}

.metamenue {
    width: 1030px;
    margin: 5px auto 0px auto;
    text-align: center;
    color: #666666;
    font-size: 75%;
}
.metamenue a {
    text-decoration: none;
    color: #666666;
}

.oeffnungszeiten {
    width: 1172px;
    margin: 15px auto;
    font-weight: bold;
}

.oeffnungszeiten div.col {
    float: left;
    width: 25%;
}

.oeffnungszeiten div.col_1 {
    width: 26%;
}
.oeffnungszeiten div.col_2 {
    width: 21%;
    float: right;
}

.delimiter {
    padding: 0px 5px;
}

/*--------------------------------------------------------------------------------*/
/* Breadcrumbmenue */

#divBreadcrumb {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 2px 0px;
    text-align: left;
    /*color: #F19200;*/
    color: #999999;
}

#divBreadcrumb a {
    /*color: #F19200;*/
    color: #999999;
    text-decoration: underline;
    background-color: transparent;
}

#divBreadcrumb a:hover, a:visited.hover {
    /*color: #F19200;*/
    color: #999999;
    text-decoration: underline;
    background-color: transparent;
}

/*--------------------------------------------------------------------------------*/
/* Link zum Seitenbeginn und zurueck */

#divLinkleiste {
    clear: both;
    width: 100%;
    margin: 30px 0px 10px 0px;
	padding: 3px 5px 3px 5px;
	/*background-color: #eeeeee;*/
}

#divLinkleiste img {
    border: none;
}

/*--------------------------------------------------------------------------------*/
/* Navigationsleiste fuer Suchergebnisse */

div.resultlist {
    margin:20px 0px 15px 0px;
    padding: 3px 0px 3px 0px;
    width:100%;
    border-top: 1px solid #525252;
    border-bottom: 1px solid #525252;
}

div.resultlist .inaktiv {
    color: #525252;
}

/*--------------------------------------------------------------------------------*/
/* Meldungsboxen */

.box {
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	color: #666666;
}

.messageBox {
	padding:5px;
	border:1px solid #cccccc;
	background-color: #eeeeee;
	margin-bottom: 25px;
	color: #666666;
}

.messageBox div, .messageBox div.li {
    margin: 0px;
    padding: 0px;
	color: #666666;
}

.messageBoxError {
	padding:5px;
	border:1px solid #990000;
	background-color: #eeeeee;
	color: #990000;
}

.messageBoxError div, .messageBoxError div.li {
    margin: 0px 0px 0px 0px;
	color: #cc0000;
	text-indent: -9px;
	margin-left: 9px;
}

.messageBoxError a {
    color: #990000;
    text-decoration: underline;
}

/*--------------------------------------------------------------------------------*/
/* Box fuer Newsletteranmeldung */

div#divNewsletterBox {
    margin: 50px 0px 70px 0px; /* margin-bottom ist fuer die Quadrate */
    padding: 5px;
    /*background-color: #dbdfe2;*/
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #D7DADC;
}

div#divNewsletterBox div.headline {
    color: #999999;
    font-size: 90%;
}

input.fieldEmail {
    width:100%;
    font-size: 90%;
}

a.linkUnsubscribe {
    float: left;
    padding-top:10px;
    font-size: 85%;
    text-decoration: none;
}

a.linkUnsubscribe:hover {
    background-color: transparent;
}

input.buttonSubscribe {
    float:right;
    width:70px;
    margin-top:5px;
    margin-right:0px;
    font-size: 90%;
}

/*--------------------------------------------------------------------------------*/
/* Infoboxen */

div.infobox {
    margin: 10px 0px 0px 0px;
    padding: 5px;
    border-bottom: 1px solid #D7DADC;
}

/*--------------------------------------------------------------------------------*/
/* Textbox fuer beliebige Verwendung im Textbereich */

.textbox {
    padding: 5px;
    border: 1px solid #c1c1c1;
}

/*--------------------------------------------------------------------------------*/
/* Kontaktformular und Tabellen */

table.formular td {
    padding: 2px 2px 2px 0px;
}
table.formular td.bezeichnung {
    vertical-align: top;
    padding: 4px 2px 2px 0px;
    width: 50px;
}

table.std td {
    padding: 0px 10px 0px 0px;
}

/*--------------------------------------------------------------------------------*/
/* Signatur bei Druck */

#divSignatur {
    display: none;
    clear: both;
    padding: 20px 0px 0px 0px;
}

/*--------------------------------------------------------------------------------*/
/* Empfehlen */

#divEmpfehlen {
}

#divEmpfehlen .input {
    width: 200px;
}

/*--------------------------------------------------------------------------------*/
/* Text einer Fussnote (Datum eines Artikels usw.) */

.note {
	font-family : Verdana, Helvetica, sans-serif;
}

/*--------------------------------------------------------------------------------*/
/* Trennung bei Auflistungen (z.B. News) */

.spacer {
    height: 10px;
    overflow: hidden;
}

/* Markierung von Suchwoertern */
span.suchwort {
    background-color: #ffff9c;
}

/*--------------------------------------------------------------------------------*/
/* Definitionen fuer Kommentare */

.headlineKommentar {
	margin:20px 0px 5px 0px;
	font-weight:bold;
	background-color: #eeeeee;
	padding: 4px;
}

.headlineKommentarFirst {
    margin-top: 70px;
}

.formKommentar {
    margin:0px;
    background-color:#eeeeee;
    padding:5px;
}

.headlineNeuerKommentar {
    margin-bottom:5px;
    font-weight: bold;
}

.alleKommentare {
    margin-top: 20px;
}

input.bewertung {
    margin-left: 20px;
}
img.bewertung {
    margin-top: 2px;
}
img.bewertungXvonY {
    float: right;
}

/*--------------------------------------------------------------------------------*/
/* 2 Spalten-Layout */

.content2ColLinks {
    float: left;
    width: 48%; /* = width aus divText minus Abstand zw. den Spalten / 2 */
    padding: 0px;
    text-align: left;
}

.content2ColRechts {
    float: right;
    width: 48%;
    padding: 0px;
    text-align: left;
}

/*--------------------------------------------------------------------------------*/
/* 3 Spalten-Layout */

.content3ColLinks {
    float: left;
    width: 180px; /* = width aus divText minus 2x Abstand zw. den Spalten / 3 */
    padding: 0px;
    text-align: left;
}
.content3ColMitte {
    float: left;
    width: 210px; /* = width aus content3ColLinks + 2x Abstand zw. den Spalten */
    padding: 0px;
    text-align: left;
}
.content3ColMitte div.spalteInhalt {
    padding: 0px 15px; /* padding left/right = Abstand zw. den Spalten */
}
.content3ColRechts {
    float: right;
    width: 180px;
    text-align: left;
}

/*--------------------------------------------------------------------------------*/
/* 3 Spalten der Startseite */

.homeSpalteLinks {
    float: left;
    width: 320px;
    padding: 0px;
}
.homeSpalteMitte {
    float: left;
    width: 390px;
    padding: 0px;
}
.homeSpalteRechts {
    float: right;
    width: 320px;
    text-align: left;
}

.homeSpalteMitte {
    padding: 0px;
    text-align: center;
}
div.spalteInhaltHome {
    width: 320px;
    margin: 0px auto;
    text-align: left;
}
div.spalteInhaltMitRahmen {
    border: 1px solid #000000;
    background-color: #ffffff;
    padding: 5px;
    width: 310px;
}

/*--------------------------------------------------------------------------------*/
/* Definitionen fuer den Einsatz im Editor */

.web_weiss {
    color: #ffffff;
    font-weight: normal;
}

.web_schwarz {
    color: #000000;
    font-weight: bold;
}

.web_noMarginTop {
    margin-top: 0px;
}

/*--------------------------------------------------------------------------------*/