@charset "UTF-8";

/* @group Layout */

body {
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #330000 url(../images/bg_muster.jpg) repeat-x 50% 0;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
}

#container {
	width: 747px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/bg_content.jpg) no-repeat;
	min-height: 541px;
	height:auto;
	margin-top: 84px;
}

/* for Internet Explorer */
/*\*/
* html #container {
height: 541px;
}

#container.index {
	width: 629px;
	margin-top: 15px;
	background: none;
}

#content {
	padding: 0 20px;
}

#container.index #content {
	padding: 0;
}

h1.signet span {
	text-indent: -3000px;
	display: block;
}

h1.signet {
	width: 358px;
	height: 88px;
	background: url(../images/signet_calimero.jpg) no-repeat;
	position: relative;
	top: 1px;
	left: 51px;
	margin: 0;
	padding: 0;
}

h1.signet a {
	display: block;
	height: 100%;
	width: 100%;
}

.entry {
	margin-top: 20px;
	width: 313px;
	height: 190px;
	padding: 0 95px 0 57px;
}

.entry.scrollbar {
	width: 310px;
	overflow: auto;
	padding-right: 30px;
}

.news {
	position: relative;
	top: 234px;
	right: 75px;
	float: right;
}


/* @end */

/* @group Navi */

#navi {
	list-style-type: none;
	margin: 60px 0 0 57px;
	padding: 0;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .05em;
}

#navi li {
	display: inline;
	margin-right: 35px;
}

#navi a {
	text-decoration: none;
	color: #99cc00;
}

#navi a:hover {
	color: #abe608;
}


/* @end */

/* @group Texte */

h1 {
	color: #ff0099;
	font-size: 16px;
	font-weight: normal;
}

h2 {
	color: #99cc00;
	font-size: 16px;
	font-weight: normal;
}

ul.sortiment {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
	margin-top: 20px;
}

ul.sortiment li {
	padding: 8px 0;
	height: 25px;
}

ul.sortiment .kinderbekleidung {
	background: url(../images/icon_kinderbekleidung.gif) no-repeat;
	padding-left: 47px;
	margin-bottom: 8px;
}

ul.sortiment .umstandsmode {
	background: url(../images/icon_umstandsmode.gif) no-repeat;
	padding-left: 47px;
}

p {
	color: #99cc00;
	font-size: 12px;
	line-height: 18px;
}


p b {
	font-weight: normal;
	color: #ff0099;
}

table {
	color: #99cc00;
	font-size: 12px;
	line-height: 18px;
	border-collapse: collapse;
}

table td {
	padding: 0 25px 0 0;	
}

.white {
	color: #fff;
}

/* @end */

/* @group Links */

img a {
	border: none;
}

a {
	color: #99cc00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



/* @end */

/* @group Scroller */

div.scrollholder
{
	margin-top: 20px;
    position: relative;
    width: 310px; 
    height: 190px;
    margin-left: 57px;
    overflow: auto;
    z-index: 1;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 13px;
    height: 100%;
    font-size: 0;
    z-index: 3;
    background: url(../images/bg_scroller.gif) repeat-y 5px;
}

div.drag_bar
{
    position: absolute;
    width: 100%; 
    height: 14px;
    cursor: pointer;
    z-index: 4;
    background: url(../images/scroller.gif) no-repeat 0 50%;
}



/* @end */
