/* BASIC STYLING
 ++++++++++++++++++++++++++++++++++++++++++++++++*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: #e4c916;
	color: #666;    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;    
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* LAYOUT
 ++++++++++++++++++++++++++++++++++++++++++++++++*/ 

div.wrapper {
    }
    div.content {
        height: 1024px;
        margin: 0 auto;
        position: relative;
        width: 1042px;
    }
    div.flashcontent {
        left: 2px;
        position: absolute;
        top: 117px;
    }
    div.box {
        height: 305px;
        position: absolute;
        top: 495px;
        width: 255px;
    }
    div.left {
        left: 20px;
    }
    div.center {
        left: 320px;
    }
    div.right {
        left: 620px;
    }

/* BABY
 ++++++++++++++++++++++++++++++++++++++++++++++++*/

div.wrapper_baby {
    background: transparent url(../img/hg_kachel_baby.gif) repeat-x;
    }
    div.content_baby {
        background: transparent url(../img/hg_inhalt_baby.jpg) no-repeat;
    }
    
/* BRAUT
 ++++++++++++++++++++++++++++++++++++++++++++++++*/

div.wrapper_braut {
    background: transparent url(../img/hg_kachel_braut.gif) repeat-x;
    }
    div.content_braut {
        background: transparent url(../img/hg_inhalt_braut.jpg) no-repeat;
    }

/* SCHUHE
 ++++++++++++++++++++++++++++++++++++++++++++++++*/

div.wrapper_schuh {
    background: transparent url(../img/hg_kachel_schuh.gif) repeat-x;
    }
    div.content_schuh {
        background: transparent url(../img/hg_inhalt_schuh.jpg) no-repeat;
    }

/* WERDER
 ++++++++++++++++++++++++++++++++++++++++++++++++*/

div.wrapper_werder {
    background: transparent url(../img/hg_kachel_werder.gif) repeat-x;
    }
    div.content_werder {
        background: transparent url(../img/hg_inhalt_werder.jpg) no-repeat;
    }
    
/* BUTTONS
 ++++++++++++++++++++++++++++++++++++++++++++++++*/ 

div.buttons {
    height: 48px;
    left: 652px;
    position: absolute;
    top: 51px;
    width: 200px;
    }
    div.buttons a{
        display: block;
        float: left;
        height: 48px;
        margin: 0 5px 0 0;
        width: 45px;
        }
        div.buttons a:hover {
            background-position: 0 0;
        }
    a.shoes {
        background: url(../img/over_schuh.png) no-repeat 0 -50px;
    }
    a.jersey {
        background: url(../img/over_werder.png) no-repeat 0 -50px;
    }
    a.heart {
        background: url(../img/over_braut.png) no-repeat 0 -50px;
    }
    a.bottle {
        background: url(../img/over_baby.png) no-repeat 0 -50px;
    }

/* CONTENTCONTAINER
 ++++++++++++++++++++++++++++++++++++++++++++++++*/

h1,
h2 {
    font-weight: bold;    
}
h1 {
    font-size: 18px;
    line-height: 20px;
}
h2 {
    font-size: 13px;
    line-height: 16px;    
    margin: 6px 0 0;
}
p {
    line-height: 16px;
}
span {
    font-size: 20px;
    font-weight: bold;
}
sup {
    font-size: 10px;
    vertical-align: super;
}
a.btn {
    display: block;
    margin: 10px 0 0;
}
div.box h1,
div.box h2,
div.box p,
div.box a {
    padding: 0 0 0 10px;
}
div.head {
    height: 50px;
}
div.gradient {
    height: 125px;
    background: transparent url(../img/dropshadow.jpg) no-repeat right bottom;
    margin: 0 0 10px;
    width: 255px;
    }
    ul {
        background: transparent url(../img/gradient.png) repeat-x left bottom;
        border: 1px solid #aaa;
        height: 117px;
        width:248px;
        }
        ul li {
            background: transparent url(../img/pfeil.gif) no-repeat 0 3px;
            display: block;
            line-height: 14px;
            margin: 10px 0 0 10px;
            padding: 0 4px 0 10px
        }
        
div.border {
    border-bottom: 1px solid #ddd;
    height: 10px;
    margin: 0 0 10px;    
}

/* HINWEISTEXTE
 ++++++++++++++++++++++++++++++++++++++++++++++++*/

a.advice {
    color: #fff;
    font-weight: bold;
    left: 655px;
    position: absolute;
    top: 835px;
}

div.adviceText {
    color: #fff;
    font-size: 11px;
    left: 13px;
    position: absolute;
    top: 865px;
    width: 600px;
    }
    ol {
        list-style: decimal;
        margin: 0 0 0 25px;
        }
        ol li {
            line-height: 14px;
            margin: 10px 20px 0 10px;   
        }
