
/* ---------------------------------------------------------------------
	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;
}

#containerF { margin: 0; padding: 0 30px 30px 30px; }


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

#menu {
	position: relative; margin: 0; padding: 0;
	display: block; width: 858px !important; height: 155px !important;
}
a#title {
	display: block; width: 100%; height: 120px !important;
	background: url(/media/img/promotions/modelsgesucht/header.gif) no-repeat;
}
#submenu {
	margin: 0; padding: 10px 30px 5px 30px;
	display: block; width: 798px !important; height: 20px !important;
	background: #222;
}
#submenu a {
	margin: 0 20px 0 0; padding: 0 0 0 30px;
	font-size: 15px; line-height: 15px; font-weight: bold;
}
#submenu a:link, #submenu a:visited {
	color: #FFE71D;
	background: url(/media/img/promotions/modelsgesucht/icon_submenu_0.png) 0 -2px no-repeat;
}
#submenu a:hover, #submenu a:active {
	color: #FFF;
	background: url(/media/img/promotions/modelsgesucht/icon_submenu_1.png) 0 -2px no-repeat;
}


/* ---------------------------------------------------------------------
	Wrapper
--------------------------------------------------------------------- */
#containerF #content .cbox {
	margin: 0; padding: 0;
	border: none !important;
}

#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 11px 0 4px;
	font-size: 17px; line-height: 21px; font-weight: normal; _font-weight: bold; color: #FFF;
	background: #AA0A00;
}
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;
}






