/**
 *	Document   : style.css
 *	Created on : Mar 17, 2009, 3:12:08 PM
 *	Author     : Stefan Stutz
 *	Description: CSS-file for mad-music.de index.php style
 **/

/**
 *	generell settings
 **/

* {
	margin:	0;
	padding:0;
	border-spacing:	0;
	border-collapse:collapse;
}

img {
	border:0; }

a {
	text-decoration:none; }

p {
	line-height:18px; }

body {
	color:		#000;
	font-size:	12px;
	font-family:Arial;
	background-color:#333;
}

#wrapper {
	left:		50%;
	width:		780px;
	position:	relative;
	margin-top:	7px;
	margin-left:-390px;
}

.c {
	clear:both; }


/**
 *	header and menu
 **/
#header {
	height:				109px;
	background-color:	#DCD8CE;
	text-align:			center;
}

#logo {
	height:	109px;
}

#menu {
	height:	40px;
	border:	1px solid #fff;
	border-bottom:	none;
	border-right:	none;
	background-color:#DCD8CE;
	font-size:11px;
}

.menu {
	float:	left;
	width:	90px;
	height:	20px;
	color:	#2A2A2A;
	border-right:	1px solid #fff;
}

.menu:hover {
	cursor:				pointer;
	background-color:	#C9C5B5;
}

.menu p {
	margin-left:11px; }

/**
 *	content area
 **/
#content{
	background-color:#EAE7E2;
	width:780px;
}

#left-content {
	border-right:1px solid #fff;
	width:489px;
	float:left;
}

#right-content {
	float:left;
	width:290px;
}

.headline {
	color:		#666;
	font-size:	24px;
	line-height:36px;
	font-family:Georgia;
}

.sub-headline {
	color:#666;
	font-family:Georgia;
	font-size:14px;
}

#order a{
	color:#c06; }

#order a:hover{
	color:#f09; }

/**
 *	footer
 **/
#footer {
	left:	50%;
	width:	780px;
	color:	#7d7767;
	position:	absolute;
	font-size:	12px;
	font-family:Arial;
	margin-left:-390px;
	background-color:#DCD8CE;
	height:40px;
}

#footer p {
	margin: 0 0 0 10px;
	float:left;
}

#footer a {
	color:#660033; }