/* *********************** Grundinformationen *********************** */

/* Setzt alle Boxen und Rahmen standardmaessig auf 0 */
* {
        margin:                0;
        padding:        0;
}

head {
          <link rel="shortcut icon" href="http://nk-versand.de/favicon.ico" type="image/x-icon">
}

body {
        text-align:        left;
        min-width:        760px;
        font-family:        verdana, arial, sans serif;
        font-size:                13px;
        padding-top:                3px;
        background-image:  url(http://nk-versand.de/backgroundbluewhite.gif);
        background-repeat: repeat-x;
}

h1 {
        width:                                100%;
        margin-bottom:                 10px;
        background-color:        #4B8D5C;
        text-align:                        left;
        font-size:                        15px;
        font-weight:                bold;
        line-height:                20px;
        text-indent:                5px;
        color:                                #ffffff;
}

h1 a {
        color:                                #ffffff;
}

h3 {
        font-size:                        12px;
}

img {
        border:                                0px;
}

/* Formulare */
form {
        display:                        inline;
}

fieldset {
        border:                                1px solid #6D808F;
        background-color:        #E6FFE7;
        padding:                        5px;
}

input {
        border:                                1px solid #6D808F;
        background-color:        #FFFFFF;
        font-size:                        10px;
}

select {
        border:                                1px solid #6D808F;
        background-color:        #FFFFFF;
        font-size:                        10px;
}

input.radio {
        border:                                0px;
        background-color:        #FFFFFF;
        width:                                15px;
}

/* *********************** Ende Grundinformationen *********************** */





/* *********************** Link Definitionen *********************** */

a {
        text-decoration:        none;
        color:                                #702D03;
}



/* *********************** Grunddesign, Header, Footer, Content *********************** */

/* Kompletter Rahmen aussen */
#wrapper {
        width:                                 890px;
        position:                         relative;
        left:                                 50%;
        margin-left:                -430px;
        /*background-color:        #ffffff;*/
        background-image: url(http://localhost//eclipsews/www.randshop.com_1_3_2/images/template/main_bg.gif);
        background-repeat: repeat-y;
        /*margin:                                auto; */
}

#branding {
        position:                        relative;
        width:                                890px;
        height:                                150px;
        border:                                1px solid #0D141C;
        margin-bottom:                28px;
        background-color:        #ffffff;
}

/* Hauptnavigation */
#mainNav {
        width:                                170px;
        float:                                left;
}

/* 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */
#content {
        width:                                720px;
        float:                                 right;
}

#mainContent {
        width:                                530px;
        min-height:                        10px;
        float:                                left;
        border-left:                10px solid #ffffff;
}

#secondaryContent {
        width:                                170px;
        float:                                right;
        background-color:        #E6FFE7;
}
/* Ende 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */


#footer {
        width:                                 890px;
        position:                         relative;
        left:                                 50%;
        margin-left:                -430px;
        clear:                                both;
        text-align:                        center;
        height:                                30px;
        width:                                890px;
        padding-top:                20px;
}

/******************* CMS *******************/

#CMSwrapper {
        width:                                 890px;
        position:                         relative;
        left:                                 50%;
        margin-left:                -430px;
        background-color:        #ffffff;
        background-image: url(http://img3.imagebanana.com/img/mihq0gsx/NK21.gif);
        background-repeat: repeat;
}

#CMScontent {
        width:                                720px;
        float:                                 right;
}

#CMSmainContent {
        width:                                710px;
        min-height:                        10px;
        float:                                left;
        border-left:                10px solid #ffffff;
}