@charset "UTF-8";

/***
 *
 * CENTRAL BODY
 *
 */
	 html, body {
	 	padding:0;
	 	margin:0;
	 	width:100%;
	 	background-color:#2F1202;
		font-size:12px;
	}

	
/***
 *
 * HEADER
 *
 */
	
	div#header {
		background-color:#000000;
		background-image:url(../images/index/header_shadow.gif);
		background-position:bottom;
		background-repeat:repeat-x;
		
		height:8.5em;
		min-width:80em;
		width:100%;
		
		position:relative;
		right:0px;
		left:0px;
		top:0px;
		float:left;
	}
	
	img#amarok_logo {
		bottom:0em;
		left:1em;
		width:15.83em;
		height:7.5em;
		
		float:left;
		
		position:relative;
	}
	
	div#cart_overview {
		float:right;
		position:relative;
		margin-right:2em;
		margin-top:0.4em;
		margin-bottom:0.8em;
	}
	
	div#navigation_main {
		position:absolute;
		right:2em;
		bottom:10px;
	}
	
	div#navigation_main img {
		border:0px;
	}
	
	
	
/***
 *
 * CONTENT MAIN
 *
 */
	 
	 div#contentBox_main {
	 	float:left;
	 	width:100%;
		left:0px;
		right:0px;
		min-height:30em;
	 }
	 
	 div#content_main {
	 	padding:1em;
		min-width:80em;
	 }
	 
	
	a.textLink {
		text-decoration:none;
	}
	
	a.textLink:hover {
		text-decoration:underline;
		color:#FF0000;
	}