/* *********************** 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;
        background-color:        #ffffff;
        background-image: url(http://www.urteilchen.de/images/template/all_background.jpg);
        background-repeat: repeat-x;
}

h1 {
        width:                                100%;
        margin-bottom:                 10px;
        background-color:        #E4D7F0;
        text-align:                        left;
        font-size:                        12px;
        font-weight:                bold;
        line-height:                28px;
        text-indent:                5px;
        color:                                #000000;
border:                                1px solid #7E03A1;
}

h1 a {
        color:                                #000000;
}

h3 {
        font-size:                        12px;
}

img {
        border:                                0px;
}

/* Formulare */
form {
        display:                        inline;
}

fieldset {
        border:                                1px solid #6D808F;
        background-color:        #EDEFF0;
        padding:                        5px;
}

input {
        border:                                1px solid #6D808F;
        background-color:        #EDEFF0;
        font-size:                        10px;
}

select {
        border:                                1px solid #6D808F;
        background-color:        #EDEFF0;
        font-size:                        10px;
}

input.radio {
        border:                                0px;
        background-color:        #ffffff;
        width:                                15px;
}

/* *********************** Ende Grundinformationen *********************** */





/* *********************** Link Definitionen *********************** */

a {
        text-decoration:        none;
        color:                                #2D0044;
}



/* *********************** Grunddesign, Header, Footer, Content *********************** */

/* Kompletter Rahmen aussen */
#verpackung {
text-align:center;
}


#wrapper {
        width:                                 980px;
        position:                         relative;
        margin:0 auto;
        background-color:        #ffffff;
        border:                                10px solid #ffffff;
text-align:left;
}

#branding {
        position:                        relative;
        width:                                978px;
        height:                                233px;
        border:                                0px solid #0D141C;
        margin-bottom:                3px;
        background-color:        #ffffff;
}

/* Hauptnavigation */
#mainNav {
        width:                                180px;
        float:                                left;
}

/* 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */
#content {
        width:                                800px;
        float:                                 right;
}

#mainContent {
        width:                                590px;
        min-height:                        10px;
        float:                                left;
        border-left:                10px solid #ffffff;
}

#secondaryContent {
        width:                                180px;
        float:                                right;
        background-color:        #ffffff;
margin-top:55px;
}
/* Ende 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */


#footer {
        width:                                 980px;
        position:                         relative;
        clear:                                both;
        text-align:                        center;
        height:                                30px;
        padding-top:                20px;
}

/******************* CMS *******************/

#CMSwrapper {
        width:                                 980px;
        position:                         relative;
        background-color:        #ffffff;
        background-image: url(http://localhost//eclipsews/www.randshop.com_1_3_2/images/template/cms_bg.gif);
        background-repeat: repeat-y;
}

#CMScontent {
        width:                                720px;
        float:                                 right;
}

#CMSmainContent {
        width:                                710px;
        min-height:                        10px;
        float:                                left;
        border-left:                10px solid #ffffff;
}