/*-----------------------------
CSS-Stylesheet, Alvarez-Chocolat
www.alvarez-chocolat.de
Author: Jonas Soeder
Start: 01.12.2009
-----------------------------*/

/*----------------------------- 
Farbschema

Farbton (Hintergrund): 											#7F5D47
Farbton (Headerrahmen, Navigation, Footer, h1, p, img-border): 	#2F1919
Farbton (Content, Wrapper): 									#FFE5CD
Farbton (h2): 													#A04D2F
Farbton (Logo, Navigationslinks): 								#ECCA71
Farbton (a:active)												#FFFFFF
-----------------------------*/


/*-----Body-----*/

body {
	background:#7F5D47;
	overflow-y:scroll; 
}

body a {
	outline:none;
}

#wrapper {
	width:960px;
	height:auto;
	margin:20px auto;
	background:#FFE5CD;
}


/*-----Headbereich-----*/

#head {	
	width:940px;
	height:240px;
	border: 10px solid #2F1919;
}

#logo {
	width:380px;
	height:75px;
}

body#home #head {
	background:url(../img/head_home.jpg) no-repeat;	
}

body#neuheiten #head {
	background:url(../img/head_neuheiten.jpg) no-repeat;
}

body#schokoshop #head {
	background:url(../img/head_shop.jpg) no-repeat;
}

body#alvarez #head {
	background:url(../img/head_alvarez.jpg) no-repeat;
}

body#xocoatl #head {
	background:url(../img/head_xocoatl.jpg) no-repeat;
}

body#chocolatier #head {
	background:url(../img/head_chocolatier.jpg) no-repeat;
}

body#kontakt #head {
	background:url(../img/head_kontakt.jpg) no-repeat;
}

body#impressum #head {
	background:url(../img/head_impressum.jpg) no-repeat;
}

#navigation {
	background:url(../img/navi_bg.png) no-repeat;
	margin-top:135px;
	width:940px;
	height:30px;
	position:absolute;	
}
	
.active {
	color:#FFF !important;
}

#anmeldung {
	width:150px;
	height:40px;
	background:url(../img/anmeldung_btn.png);
	display:block;
}

#anmeldung:hover {
	background:url(../img/anmeldung_btn_rollover.png);
}


/*-----Content & Spalten-----*/

#content {
	width:960px;
	min-height:440px;
	height:auto;
	padding:5px 0;
	background:#FFE5CD;
}

.spalte_gross {
	width:420px;
	height:auto;
	float:left;
	margin:20px 0 0 40px;
}

#content img {
	border:2px solid #2F1919;
	margin-bottom:15px;
}

.float_img {
	float:right; 
	margin-left:20px;
}

#footer {
	width:960px;
	height:1px;
	background-color:#FFE5CD;
	clear:both;
}

.btn {
	border:none !important
}

#bestellung {
	margin:20px auto;
	padding:20px;
	width:400px;
	height:auto;
	background-color:#FFE5CD;
	border-top:10px solid #291F1F;
}

/*-----Typografie-----*/

h1,h2,p {
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size:20px;
	line-height:40px;
	color:#2F1919;
}

h2 {
	font-size:18px;
	line-height:40px;
	font-weight:500;
	color:#A04D2F;
	font-style:italic;
}
	
p {
	font-size:15px;
	line-height:20px;
	color:#2F1919;
	margin:0 0 20px 0;
}

.hidden {
	text-indent:-3000px;
}

.h1welcome {
	font-size:28px;
	line-height:40px;
}

.h2welcome {
	font-size:20px;
	line-height:30px;
}

#impressum #content a, #kontakt #content a {
	color:#A04D2F;
}
#impressum #content a:hover,#kontakt #content a:hover {
	color:#2F1919;
}