/* *********************** Grundinformationen *********************** */

/* Setzt alle Boxen und Rahmen standardmaessig auf 0 */
* {
        margin:                0;
        padding:        0;
}

body {
        text-align:        left;
        min-width:        760px;
        font-family:        verdana, arial, "sans serif";
        font-size:                11px;
        padding-top:                5px;
}

.p_default{
        height:                                20px;
}

/* Formulare */
form {
        display:                        inline;
}

input {
        border:                                1px solid #395679;
        background-color:        #EDEFF0;
        font-size:                        10px;
}

select {
        border:                                1px solid #395679;
        background-color:        #EDEFF0;
        font-size:                        12px;
}

/* *********************** Ende Grundinformationen *********************** */





/* *********************** Link Definitionen *********************** */

a {
        text-decoration:        none;
        color:                                #395679;
}



/* *********************** Grunddesign, Header, Footer, Content *********************** */

/* Kompletter Rahmen aussen */
#wrapper {
        width:                                 950px;
        position:                         relative;
        left:                                 50%;
        margin-left:                -470px;
        background-color:        #ffffff;

}

#branding {
        position:                        relative;
        width:                                950px;
        height:                                250px;
        border:                                0px solid #0D141C;
        background-color:        #ffffff;
margin-bottom:7px;
}

/* Hauptnavigation */
#mainNav {
        width:                                220px;
        float:                                left;
        background-color:        #ffffff;
}

#mainNav1 {
        width:                                220px;
        float:                                left;
        background-color:        #ffffff;

}


/* 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */
#content {
        width:                                730px;
        float:                                 right;
}



*html #maincontent
{
width:730px;
}

#mainContent {
        width:                                720px;
        min-height:                        10px;
        float:                                left;
        border-left:                10px solid #ffffff;
}

#secondaryContent {
        width:                                170px;
        float:                                right;
        background-color:        #FFDAAA;
}
/* Ende 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */

#footeroben {
        width:                                 950px;
        position:                         relative;
        left:                                 50%;
        margin-left:                -475px;
        clear:                                both;
        text-align:                        right;
        height:                                180px;
}












#footerunten {
        width:                                 950px;
        position:                         relative;
        left:                                 50%;
        margin-left:                -475px;
        clear:                                both;
        text-align:                        center;
        height:                                30px;
        padding-top:                20px;
        border-top:                3px solid #ff9500;
margin-top:20px;
}

#footerunten a{
color:#395679;
}

/******************* CMS *******************/

#CMSwrapper {
        width:                                 950px;
        position:                         relative;
        left:                                 50%;
        margin-left:                -470px;
        background-color:        #ffffff;

}

#CMScontent {
        width:                                730px;
        float:                                 right;
}



#CMSmainContent {
        width:                                720px;
        min-height:                        10px;
        float:                                left;
        border-left:                10px solid #ffffff;
}

*html #CMSmainContent {
width:730px;
}

