/* 
-----------------------------------------------------------------
Titel: Styles für make-fashion.de 
Autor: Carsten Hetzer 
URL: http://www.quattronet.de 

Beschreibung: Styles für Make

Erstellt: 10.04.2006
Bearbeitet: 10.04.2006
-----------------------------------------------------------------
*/

/* ----- ALLGEMEIN ----- */
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #151515;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image:  url("../images/bg-page.png");
	background-repeat: repeat-x;
	background-position: left top;
}
td, tr, p {
	font-size: 12px;
	color: #FFF;
}
a:link, a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	line-height: 15px;
	padding-left: 0px;
	padding-top: 0px;
}
hr {
  height: 1px;
  width: 100%;
  color: #CCC;
}

/* ----- IDS ----- */
#pagewidth {
	width: 905px;
	margin-left: 20px;
}
#pagewidth_outer {
	width: 945px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}
#search {
	width: 100%;
	height: 40px;
}
#search form {
	width: 300px;
	padding: 10px 0 0;
	margin: 0;
	float: right;
	text-align: right;
}
#search .inputbox {
	border: 1px solid #424242;
	color: #424242;
	width: 100px;
	background-color: #151515;
	padding-left: 3px;
}
#search image {
	float: left;
	height: 40px;
}
#topnav {
	height: 30px;
	padding-left: 245px;
}
#header {
	width: 100%;
	height: 110px;
}
#header div {
	float: left;
}
#header div.titel {
	width: 245px;
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
	padding-top: 50px;
	letter-spacing: 0.2em;
	text-transform: lowercase;
}
#leftcol {
	float: left;
	width: 245px;
	margin-top: 10px;
}
#maincol {
	width: 640px;
	border: 10px solid #424242;
	float: left;
	margin-top: 10px;
	background-color: #151515;
}
#maincol_inner {
	color: #FFF;
	padding: 10px;
}
#footer {
	padding-left: 245px;
}
#footer div.image {
	margin-bottom: 20px;
}
#footer div.moduletable {
	border: 1px solid #424242;
	width: 413px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer div.moduletable a {
	font-size: 11px;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#footer div.moduletable a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #424242;
}

/* ----- LISTEN ----- */
/* Navigation oben */
#topnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#topnav ul li {
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 12px;
	white-space: nowrap;
}
#topnav ul li a {
	display: block;
	padding-right: 80px;
	text-decoration: none;
	color: #FFF;
	background: transparent;
	font-weight: bold;
	width: auto;
	padding-top: 5px;
}
#topnav ul li a:hover {
	color: #424242;
	text-decoration: none;
}

/* Navigation Main */
ul#mainlevel {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul#mainlevel li {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 18px;
	list-style: none;
}
ul#mainlevel li a {
	color: #FFF;
	width: 245px;
	display: block;
	text-decoration: none;
	font-size: 11px;
	text-indent: 10px;
}
ul#mainlevel li a:hover {
	color: #282828;
	background-color: #424242;
	font-weight: bold;
}
ul#mainlevel li a#active_menu {
	font-weight: bold;
	color: #000;
}
ul#mainlevel li a.sublevel {
	color: #FFF;
	width: 245px;
	display: block;
	text-decoration: none;
	font-size: 11px;
	text-indent: 20px;
}
ul#mainlevel li a.sublevel:hover {
	color: #282828;
	background-color: #424242;
}

