/* *********************** Grundinformationen *********************** */

html {
	font-size: 1em;
}

body {
        text-align: left;
        min-width: 760px;
        font-family: helvetica, arial, verdana, "sans serif";
        color: #444;
        font-size: /*13px*/ 0.75em;
        line-height: 1.25em;
        margin: 0;
        padding: 0;
        background-image: url(../../../../../templates/standard/design/blau/images/body_back.gif);
        background-repeat: repeat-x;
        background-color: #ffffff;
}

h1 {
        width: 100%;
        color: #444;
        margin: 0;
        margin: 2px 0 15px 0;
        font-weight: bold;
        text-transform: none;
        font-size: 1em;
        border-bottom: 1px solid #DDD;
        padding-bottom: 8px;
}


h1 a {
        color: /*#D66C00*/#444;
        text-transform: none;
}

h3 {
        font-size:                        12px;
}

img {
        border: 0px;
        margin-top: 0px;
        margin-bottom: 5px;
}

/* Formulare */
form {
        display:                        inline;
}

fieldset {
        padding:                        5px;
        border:                                0px;
}

input {
        border: 1px solid #DDD;
        background-color: #FFF;
        /*font-size: 10px;*/
        color: #444;
}

select {
        border:                                1px solid #6D808F;
        background-color:        #ffffff;
        font-size:                        10px;
        color:                                #999999;
}

input.radio {
        border:                                0px;
        background-color:        #ffffff;
        width:                                15px;
}

/* *********************** Ende Grundinformationen *********************** */





/* *********************** Link Definitionen *********************** */

a {
        text-decoration:        none;
        color:                                #444;
}



/* *********************** Grunddesign, Header, Footer, Content *********************** */

/* Kompletter Rahmen aussen */
div.wrapper {
        width: 980px;
        position: relative;
        /*left: 37%;*/
        margin-left: 15px;

}

div.branding {
        position: relative;
        width: 980px;
        height: 150px;
        margin-bottom: 40px;
        /*background-image: url(../../../../../templates/standard/design/gruen/images/head_back.gif);*/
        /*background-repeat: repeat-x;*/
        /*background-position: bottom;*/
        background-color: transparent;
}

/* Hauptnavigation */
div.mainNav {
        width:                                200px;
        float:                                left;
}

/* 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */
div.content {
        width:                                760px;
        float:                                 right;
}

div.mainContent {
        margin-top:                        18px;
        width:                                565px;
        min-height:                        10px;
        float:                                left;
}

div.secondaryContent {
        width:                                180px;
        float:                                right;
}
/* Ende 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */


div.footer {
        width: 980px;
        position: relative;
        /*left: 50%;*/
        margin-left: 20px;
        clear: both;
        height: 90px;
        top: 20px;
        z-index: 1;
        /*background-image: url(../../../../../templates/standard/design/gruen/images/footer_back.gif);*/
        /*background-repeat: no-repeat;*/
        border-top: 1px solid #DDD;
        background-color: #FFF;
}

div.footer div {
        display: block;
        /*background-image: url(../../../../../templates/standard/design/gruen/images/footer_back_ende.gif);*/
        background-repeat: no-repeat;
        background-position:right top;
        height: 90px;
        z-index:                        2;
}

div.footer div p {
        position: absolute;
        top: 40px;
        left: 270px;
        width: 700px;
        text-align: right;
        display: block;
        z-index: 5;
        color: #444;
        text-align: right;
        margin: 0;
        padding: 0;
}

div.footer div p a {
        color: #444;
        text-align: right;
        font-size: 11px;
}

/**** CMS *****/

div.cmsContent {
        margin-top:                        18px;
        width:                                760px;
        float:                                 right;
}

div.cmsFooter {
        margin-left:                -490px;
}