/* 
 * Datei: 			styles.css
 * Titel: 			Nagelmodellage Template
 * Copyright 2008: 	nagelmodellage - All rights reserved 
 * Autor: 			SS 
 * Beschreibung:	Einfaches Landing Template
 * Version:			1.0
 * Datum:			01.1.2011
 */

/* Start Allgemeine Formatierungen */

body		{
	margin: 			0;
	background-color: 		#eeeeee;
	font-family: 			Helvetica, serif;
	font-size:			0.9em;
	color:				#6f282e;
	background-color:		#e6cfcf;
	text-align: center;
	padding: 0;
		}

#wrapper	{
	display:			block;
	height:				100%;
	width:				990px;
	top:				0;
	background-color:		#fef4ed;
	border-left:			1px solid #6f282e;
	border-right:			1px solid #6f282e;
	text-align: left;
	margin: 0 auto;
		}

/* Start Header Bereich */

#header		{
		display:			block;
		height:				200px;
		width:				990px;
		border-bottom:			1px solid #6f282e;
		background-color:		#e6cfcf;
		background:url('pic/nagelmodellage-logo.jpg') no-repeat;
		}

#header h1	{
		float:				right;
		display:			block;
		margin:				0;
		padding:			0;
		color:				#6f282e;
		background-color:		inherit;	
		font-size:			1.2em;
		font-weight:			normal;
		font-family:			sans-serif;
		border-bottom:			1px solid #6f282e;
		margin:				20px;
		}


#header img	{
		border:				none;
		margin:				0px 0 0 20px;		
		}

/* Start Navigation */

#navigation	{
		display:			block;
		float:				left;
		width:				990px;
		height:				auto;
		}

#navigation ul 	
		{	
		display: 			block;
		width:				990px;
		height:				35px; 
		margin: 			0px 0px 0px 0px; 
		padding: 			0px 0px 0px 0px;
		border-bottom:			1px solid #6f282e;
		background-color:		#e6cfcf;
		}
 
#navigation ul li 	
		{
		height:				35px;
		width:				197px;				
		display: 			block;
		list-style-type: 		none; 
		text-align:			center;
		float:				left;
		padding:			0px 0px 0px 0px;
		margin:				0px 0px 0px 0px;
		border-right:			1px solid #6f282e; 
		} 


#navigation ul li a
	
		{
		padding-top:			5px; 
		font-size:			1.1em;
		line-height:			1.5em; 
		color: 				#6f282e; 
		text-decoration: 		none;
		display:			block;
		width:				197px;
		height:				30px;
		}

#navigation ul li a:hover 

		{
		color: 				#ffffff;
		background-color:		#6f282e;
		display:			block;
		}

/* Start Contentbereich */

#content	{
		display:			block;
		float:				left;
		height:				auto;
		float:				left;
		margin:				30px 0 20px 15px;
		width:				655px;
		}

#content p em	{
		font-weight:			bold;
		font-style:			normal;
		}

#content h1	{
		color:				#6f282e;
		background-color:		inherit;	
		font-size:			1.7em;
		font-weight:			normal;
		font-family:			sans-serif;
		border-bottom:			1px solid #e6cfcf;
		}

#content h2	{
		color:				#6f282e;
		background-color:		inherit;	
		font-size:			1.3em;
		font-family:			sans-serif;
		border-bottom:			1px solid #e6cfcf;
		font-weight:			normal;
		}

#content a	{
		text-decoration: 		none;
		color: 				#000000;
		background-image:		url('arrow.gif');
		background-repeat:		no-repeat;
		background-color:		inherit;
		padding-left:			0px
		}

#content a:hover 
		{
		color:				#6f282e;
		background-color:		inherit;	
		}

#content p	{
		display:			block;
		text-align:			justify;
		margin:				10px 0 0 0;
		padding:			0;
		line-height:			1.5em;
		}

#content code

		{
		display:			block;
		background-color:		#e6cfcf;
		color:				#666666;
		font-size:			0.6em;
		line-height:			1.5em;
		margin:				10px 10px 10px 20px;
		border:				1px solid #cccccc;
		font-family:			courier, 'courier new', serif;
		font-style:			normal;
		padding:			5px;
		}

/* Start Werbebereich */

.advertising

		{
		display:			block;
		height:				350px;
		width:				245px;
		border:				1px solid #e6cfcf;
		background-color:		#fef4ed;
		float:				left;
		position:			relative;
		top:				25px;
		left:				30px;
		}

.advertising h3	{
		margin:				10px 40px;
		color:				#6f282e;
		background-color:		inherit;	
		font-size:			1.2em;
		font-family:			sans-serif;
		border-bottom:			1px solid #dbbda3;
		}

.advertising p	{
		margin:				10px;
		}

/* Start Werbebox */

.werbebox

		{
		display:			block;
		height:				250px;
		width:				250px;
		border:				1px solid #e6cfcf;
		background-color:		#fef4ed;
		float:				left;
		position:			relative;
		top:				30px;
		left:				30px;
		}
		
.werbebox h3	{
		margin:				10px 40px;
		color:				#6f282e;
		background-color:		inherit;	
		font-size:			1.2em;
		font-family:			sans-serif;
		border-bottom:			1px solid #dbbda3;
		}

.werbebox p	{
		margin:				10px;
		}
	
/* Start Footerbereich */

#footer		{
		width:				990px;
		height:				40px;
		clear:				both;
		padding-bottom:			0px;
		border-top:			1px solid #6f282e;
		border-bottom:			1px solid #6f282e;
		background-color:		#e6cfcf;
		}

#footer span	{
		text-align:			center;
		display:			block;
		color:				#6f282e;
		font-size:			1em;
		margin-top:			10px;
		}

#footer span a	{
		text-decoration: 		none;
		color: 				#6f282e;
		background-color:		inherit;
		}
		
/* Ende style.css */
