/*
Theme Name: Dealbaron
Theme URI: http://www.oswebstyle.de/
Description: Beschreibung folgt ...
Author: OSwebstyle.de
Version: 0.1
License: GNU General Public License
License URI: license.txt
Tags: brown, orange, white, 3 columns, no sidebar
*/


/* -------------------------------------------------------------- */
body, html {
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: default;
	background: url(images/header-bg.png) repeat-x;
	background-color: #e7ded5;
	cursor: default;
}
a:hover { text-decoration: underline; }
a {
	color:#d99136;
	text-decoration: none;	
	cursor: pointer;
}
label { cursor: pointer; }
header.main {
	margin: auto auto;
	padding: 0;
	height: 110px;
	display: block;
	width: 968px;
	overflow: hidden;
}
header.main h1 {margin: 0;}
header.main h1 img { 
	margin: 26px 0 0 40px; 
}
.preload {
	position: absolute;
	z-index: 100;
	display: none;
}
#Deutschlandkarte {
	width: 400px;
	height: 528px;
	background: url(images/deutschlandkarte.png) transparent;
	overflow: hidden;
	margin: 15px; 
	float: left;
	border: none;
}
#Deutschlandkarte img {
	position: absolute;
	z-index: 200;
	border: none;
}
#town-select {
	background: url(images/town-select.png);
	width: 288px;
	padding: 0 10px;
	height: 31px;
	margin: -39px 7px 0 0;
	float: right;
	line-height: 31px;
	color: rgba(255,255,255,0.6);
}
#region_picker { display: none; }
#body {
	background: url(images/body-bg.png) repeat-x;
	padding-top: 30px;
}
#content {
	width: 968px;
	margin: auto auto;
}
section.deal {
	margin: 5px 4px;
	width: 313px;
	float: left;
	height: 502px;
	display: block;
}
section.deal .image {
	height: 160px;
	padding: 20px;
	background: #f8f3ed;
	text-align: center;
}
section.deal .content {
	margin: 4px 0;
	height: 200px;
	padding: 20px;
	background: #f8f3ed;
}
section.deal header h3 {
	margin: 0;
	padding: 0;
	color: #d99036;
	font-size: 1.1em;
	height: 45px;
	overflow: hidden;
}
section.deal article {
	margin: 2px 0 0 0;
	font-size: 0.9em;
	color: #725633;
	height: 115px;
	display: block;
}
section.deal .link a {
	display: block;
	height: 42px;
	width: 213px;
	
	text-decoration: none;
	color: #fff;
	
	padding-left: 100px;
	line-height: 42px;
	
	font-weight: bold;
	
	background: #e7a837;
	background: -moz-linear-gradient(top,  #e7a837 0%, #d38736 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7a837), color-stop(100%,#d38736));
	background: -webkit-linear-gradient(top,  #e7a837 0%,#d38736 100%);
	background: -o-linear-gradient(top,  #e7a837 0%,#d38736 100%);
	background: -ms-linear-gradient(top,  #e7a837 0%,#d38736 100%);
	background: linear-gradient(top,  #e7a837 0%,#d38736 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7a837', endColorstr='#d38736',GradientType=0 );
}
section.deal .provider { float: left; }
section.deal .location {
	color: #aaa;
	display: block;
}
section.deal .price {
	color: #d99036;
	font-weight: bold;
	text-align: right;
	float: right;
}
section.deal .price small {
	color: #aaa;
	display: block;
	font-weight: normal;
}
section.deal .link img {
	float: right;
	margin: 5px 30px 0 0;
}
#footer {
	background: url(images/footer-bg.png) repeat-x;
	height: 250px;
	font-size: 0.8em;
	margin-top: 25px;
	clear: both;
}
#footer-logo {
	margin: 31px 0 0 102px;
	float:left;
}
footer ul{
	padding: 60px 0 0 0;
	margin: 0 0 0 480px;
	list-style: none;
	color:#d99136;
}
#footer footer {
	margin: auto auto;
	display: block;
	width: 968px;
	height: 250px;
}
#footer footer p {
	margin: 10px 10px 10px 480px;
	color: #cfc9c4;
}
#map-bg {
	position: fixed;
	background: rgba(0,0,0,0.6);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#map-close {
	position: absolute;
	height: 31px;
	width: 31px;
	background: url(images/map-close.png);
	top: 132px;
	left: 50%;
	margin-left: 445px;
	z-index: 400;
	cursor: pointer;
}
#map {
	background: url(images/map-bg.png);
	width: 920px;
	height: 600px;
	border-radius: 15px;
	position: absolute;
	top: 150px;
	left: 50%;
	margin: 0px 0 0 -460px;
	box-shadow: 2px 2px 13px rgba(0,0,0,0.5);
}
#bundeslaender {
	float:left;
	margin: 2px 0 0 10px;
	width: 450px;
	overflow: hidden;
	color:#d99136;
}
#bundeslaender div {
	margin: 10px 0 10px 60px;
	line-height: 16px;
}
#region_picker a {
	
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	border-radius: 5px;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	margin-top: 18px;
	color: #fff;
	display: block;
	height: 38px;
	width: 250px;
	
	background: #e7a837;
	background: -moz-linear-gradient(top,  #e7a837 0%, #d38736 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7a837), color-stop(100%,#d38736));
	background: -webkit-linear-gradient(top,  #e7a837 0%,#d38736 100%);
	background: -o-linear-gradient(top,  #e7a837 0%,#d38736 100%);
	background: -ms-linear-gradient(top,  #e7a837 0%,#d38736 100%);
	background: linear-gradient(top,  #e7a837 0%,#d38736 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7a837', endColorstr='#d38736',GradientType=0 );
}
br.clear {
	clear: both;
	overflow: hidden;
	height: 1px;
	display: block;
}
