
/* ---------------------------------------------------------------------
	Structures
--------------------------------------------------------------------- */

body {
	/* Globale Schriftdefinition */
	font-family: Trebuchet MS, Arial, sans-serif; font-size: 14px; line-height: 18px; font-weight: normal; color: #222; 
	background: #DBDAD4 url(/media/img/site/paperback_packpapier.png) repeat fixed;
}

#wrapper {
	margin: 70px 0 0 80px;
	width: 858px;
	background-color: #FFF;
}

#containerCS, #containerSC { margin: 0; padding: 30px; }


/* ---------------------------------------------------------------------
	Menu
--------------------------------------------------------------------- */

#menu {
	position: relative; margin: 0; padding: 0;
	display: block; width: 858px !important; height: 183px !important;
}
#stage {
	position: relative;
}
a#title {
	display: block; width: 100%; height: 243px !important;
	background: url(/media/uploads/promotions/siebenzwerge/header.jpg) no-repeat;
}
#submenu {
	margin: 0; padding: 10px 30px 5px 30px;
	display: block; width: 798px !important; height: 20px !important;
	background: #222;
}
a#clickwin {
	position: absolute; top: 140px; left: 360px;
	width: 231px; height: 36px; display: block;
}
a#clickwin:link, a#clickwin:visited {
	color: #FFE71D; cursor: pointer;
	background: url(/media/uploads/promotions/siebenzwerge/icon_clickwin_0.gif) left top no-repeat;
}
a#clickwin:hover, a#clickwin:active {
	color: #FFF; cursor: pointer;
	background: url(/media/uploads/promotions/siebenzwerge/icon_clickwin_1.gif) left top no-repeat;
}


/* ---------------------------------------------------------------------
	Wrapper
--------------------------------------------------------------------- */
#containerCS #content .cbox {
	margin: 0; padding: 20px 0;
}
#containerSC #content .cbox {
	margin: 0; padding: 20px 0;
}

#sidebar {
	margin: 0;
	width: 300px;
	background: transparent;
}
#sidebar .cbox {
	margin: 0; padding: 20px 0;
}


#footer {
	margin: 0; padding: 10px 0 0 0;
	border-top: 2px solid #222;
}


/* Styles */


br {
	margin: 0; padding: 0;
	font-size: 10px !important; line-height: 10px !important;
}

/* -- Heaadlines ---------- */

h1 {
	margin: 0; padding: 6px 0;
	font-size: 21px; line-height: 25px; font-weight: normal; _font-weight: bold;
}
h2 {
	margin: 0; padding: 0;
	font-size: 23px; line-height: 27px; font-weight: normal; _font-weight: bold;
}
h3 {
	display: inline; margin: 20px 0 0 0; padding: 0;
	font-size: 17px; line-height: 21px; font-weight: normal; _font-weight: bold;
}
h4 {
	margin: 0; padding: 0;
	font-size: 13px; line-height: 17px; font-weight: normal;
}

/* -- Paragraphs ---------- */

p { clear: right !important; margin: 10px 0 0 0 !important; padding: 0; }

/* -- Images ---------- */

img { float: left; clear: left; margin: 12px 20px 14px 0; padding: 0; border: none; }


/* -- Links ---------- */

a:link, a:visited { color: #CBAC00; text-decoration: none; }
a:hover, a:active { color: #222; text-decoration: none; }


/* -- Listings ---------- */

#content ul {
	margin: 5px 0 0 20px; padding: 0 0 0 10px;
	width: auto;
	list-style-image: url(/media/img/site/icon_li_star.gif);
	list-style-position: outside;
}
#content ul li {
	margin-left: 10px; padding: 2px 0 2px 5px;
}






