* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Helvetica, sans-serif;
}

body {
    font-size: 0.7em;
    font-size: 11px;
    line-height: 1.45em;
    text-align: center;
    height: 100%;
    color: #232323;
    background-color: #F4E7D4;
}

#labelFGN {
    position: absolute;
    top: 170px;
    left: 996px;
}

#frame {
    margin: 0 auto;
    width: 996px;
    text-align: left;
    position: relative;
    background-color: #FFF8EC;
}

#header {
    height: 152px;
    background-image: url( '../pics/header_bg.jpg' );
    position: relative;
}

#footer {
    position: relative;
    height: 410px;
    background-image: url( '../pics/footer_bg.png' );
}

#logo {
    position: absolute;
    left: 20px;
    top: 13px;
	width: 166px;
	height: 128px;
	z-index: 5;
}

#content {
    background-image: url( '../pics/content_bg.png' );
    background-repeat: repeat-y;
}

#content .leftCol {
    width: 606px;
    float: left;
    padding: 0 25px 25px 25px;
}

#content .rightCol {
    width: 340px;
    float: right;
}

/*#content .leftContent {
    padding: 0 25px 25px 25px;
}
*/
#content .rightContent {
    padding: 0 15px 5px 15px;
}

a {
    color: #9E1B19;
    text-decoration: none;
}



a:hover {
    color: #9E1B19;
    text-decoration: underline;
}

.navi {
    font-weight: bold;
    background-color: #6d1b06;
    border-top: 1px solid #561200;
    height: 2.5em;
    line-height: 2.5em;
}

.navi a {
    background-image: url( '../pics/nav_item.png' );
    background-repeat: no-repeat;
    background-position: left;
    padding-left: .85em;
    margin-left: 19px;
    color: #CFCFCF;
}

.navi a:hover {
    color: #F9EFE0;
    text-decoration: none;
}

.navi a.bestellen {
    color: #FFC600;
}

.navi a.act {
    color: #F9EFE0;
}



p {
    display: block;
    font-weight: normal;
    margin: .8em 0;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 2em;
}

h4 {
    font-size: 1em;
    font-weight: bold;
    margin-top: 1.2em;
}

ul {
/*margin-bottom: 1em;*/
    margin-left: 1em;
    padding-left: 0;
    list-style-type: none;
}

ul li {
    padding-left: 1.2em;
    background-image: url( '../pics/li_item.png' );
    background-repeat: no-repeat;
    background-position: 0 .6em;
    position: relative;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

/****** Shop spezifische Definitionen *****/

#footer .text1 {
    position: absolute;
    left: 20px;
    top: 11px;
    width: 540px;
    color: #FFF8EC;
    line-height: 1.4em;
}

#footer .text1 a {
    color: #FFF8EC;
    font-weight: bold;
}

#footer .kids {
    position: absolute;
    left: 0;
    top: 70px;
}

#footer .text2 {
    position: absolute;
    left: 130px;
    top: 255px;
    width: 400px;
}

input[type=text], input[type=password], textarea, select {
    border: 1px solid #C6C6C6;
    background: #FFF;
    margin: 0 0 .25em 0;
    padding: .2em;
    font-size: 1em;
}

select {
    padding: .1em;
}

input[type=submit], input[type=button] {
    padding: .1em;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
}

input[type=checkbox] {
    margin: 0 .45em .3em 0;
}

.gray {
    color: gray;
}

.green {
    color: darkgreen;
}

.red {
    color: #AA1D1B
}