/*
	Colors
	---------------------------
	Red					#9C471C

*/

/***** Grid *****/

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5,
.grid_6, .grid_7, .grid_8, .grid_9, .grid_10,
.grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16 {
	display: inline;
	float: left;
	overflow: hidden;
	margin: 0 10px;	
}

.grid_1 { width:40px; }
.grid_2 { width:100px; }
.grid_3 { width:160px; }
.grid_4 { width:220px; }
.grid_5 { width:280px; }
.grid_6 { width:340px; }
.grid_7 { width:400px; }
.grid_8 { width:460px; }
.grid_9 { width:520px; }
.grid_10 { width:580px; }
.grid_11 { width:640px; }
.grid_12 { width:700px; }
.grid_13 { width:760px; }
.grid_14 { width:820px; }
.grid_15 { width:880px; }
.grid_16 { width:940px; }

.row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.row .row {
	width: auto;
	margin: 0 -10px;
}


/***** Default Elements *****/

body {
	background: #9C471C;
	font-family: "Lucida Sans Unicode", Arial, Verdana, Herlvetica, sans-serif;
	font-size: 13px;
	color: #444;
}

/***** Default Headings *****/

h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0.5em;
	font-weight: normal;
}

h1 {
	padding-bottom: 1em;
	font-size: 1.4em;
	color: #9C471C;
}

.homepage h1 {
	
}

h2 {
	color: #9C471C;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: 2px solid #e6e6e6;
}

h3 {
	font-weight: bold;
}

h1 a, h2 a {
	color: #9C471C;
	 text-decoration: none;
}

input, select, textarea, button {
	
}

p, ul, ol {
	padding-bottom: 1em;
	line-height: 1.6em;
}

blockquote {
	
}

blockquote p {
	
}

ul {
	
}

ol {
	
}

a {
	color: #9C471C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/***** Global *****/

.clear { clear:both; }

.float-left 			{ float:left; }
.float-right 			{ float:right; }

.text-left 				{ text-align:left; }
.text-right 			{ text-align:right; }
.text-center 			{ text-align:center; }
.text-justify 			{ text-align:justify; }

.bold 					{ font-weight:bold; }
.italic 				{ font-style:italic; }
.underline 				{ border-bottom:1px solid; }
.highlight 				{ background:#ffc; }

.image-left				{ float:left; margin:4px 10px 4px 0; }
.image-right			{ float:right; margin:4px 0 4px 10px; }

.readmore 				{ text-align: right; }
.readmore a 			{ color: #9C471C; text-decoration: none; padding-right: 7px; background: transparent url(../img/arrow-right.gif) no-repeat right 7px; }
.readmore a:hover 		{ text-decoration: underline; }

.back-to-list 			{  }
.back-to-list a			{ color: #9C471C; text-decoration: none; padding-left: 7px; background: transparent url(../img/arrow-left.gif) no-repeat left 7px; }
.back-to-list a:hover 	{ text-decoration: underline; }

.button {
	display: inline-block;
	background: transparent url(../img/btn-left.gif) no-repeat center left;
	padding: 10px 0 10px 20px;
	font-size: 13px;
	color: #fff;
}

.button span {
	background: transparent url(../img/btn-right.gif) no-repeat center right;
	padding: 10px 20px 10px 0;
}

/***** Navigation *****/

/* #nav-main */

#nav-main {
	position: absolute;
	top: 147px;
}

#nav-main li {
	display: inline;
}

#nav-main a {
	color: #fff;
	text-decoration: none;
	padding: 4px 10px 5px 10px;
}

#nav-main a.current {
	background-color: #fff;
	color: #444;
}

/* #nav-top */

#nav-top {
	position: absolute;
	top: 20px;
	right: 0;
}

#nav-top li {
	display: inline;
	margin-left: 20px;
}

#nav-top a {
	color: #fff;
	text-decoration: none;
}

/* #nav-footer */

#nav-footer {
	text-align: right;
}

#nav-footer li {
	display: inline;
}

#nav-footer a {
	font-size: 0.9em;
	color: #EBDAD2;
	text-decoration: none;
	border-left: 1px solid #CEA38E;
	padding: 0 10px;
}

#nav-footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav-footer li.first a {
	border: 0;
}

/***** Layout *****/

#header-wrapper {
	
}

#header {
	background: #9C471C url(../img/header.gif) no-repeat;
	height: 170px;
	position: relative;
	width: 940px;
	margin: 0 auto;
}

#header .logo {
	position: absolute;
	top: 20px;
}

#main-wrapper {
	background: #fff;
}

#content-wrapper {
	padding: 40px 0;
	position: relative;
}

#content-wrapper .image-wrapper {
	float: left;
	height: 320px;
	background: transparent url(../img/category-image-bg.jpg) no-repeat;
	width: 100%;
	margin-bottom: 40px;
}

#content-wrapper .image-wrapper #category-image {
	top: 65px;
	left: 20px;
}

#content-wrapper .image-wrapper .teaser {
	margin-left: 600px;
	padding-top: 20px;
	font-size: 1.1em;
}

#content-wrapper .image-wrapper .teaser p {
	padding-bottom: 2em;
}

#content-wrapper #content {
	width: 560px;
	float: left;
	margin: 0 10px;
}

.homepage #content-wrapper #content {
	width: 940px;
	float: left;
	margin: 0 10px;
}

#content-wrapper #content .inner-wrapper {
	border-right: 1px solid #e6e6e6;
	padding-right: 39px;
}

#content-wrapper #right {
	 margin-left: 30px;
}

#content-wrapper #right .inner-wrapper .box {
	margin-bottom: 1em;
	font-size: 0.9em;
	clear: both;
}

#content-wrapper #right .contact {
	margin: 0 -10px;
}

#content-wrapper #right .contact h1 {
	margin: 0 10px;
}

#content-wrapper #right .contact p {
	float: left;
	margin: 0 10px;
	width: 160px;
	margin-bottom: 0.5em;
}

#content-wrapper #right .contact p strong {
	font-size: 1.1em;
	color: #888;
}

#content-wrapper #right .contact img {
	margin-top: 1em;
}

#footer-wrapper #footer {
	padding-top: 30px;
	width: 940px;
	min-height: 80px;
	margin: 0 auto;
	background: transparent url(../img/boot.gif) no-repeat left 20px;
}

/* article */

.article .teaser-image {
	float: left;
	margin: 0.4em 2em 1em 0;
}

/* article-list */

.article-list .article {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 1em;
}

.article-list .article .readmore {
	clear: both;
}

.homepage .article-list {
	margin: 0 -10px;
	float: left;
}

.homepage .article-list .article {
	float: left;
	width: 219px;
	padding: 0 10px;
	border: 0;
	border-right: 1px solid #e6e6e6;
}

.homepage .article-list .article .teaser-image {
	float: block;
	margin: 0 0 1em 0;
}

.homepage .article-list .last {
	border: 0;
}

.homepage .article-list .article h1 {
	font-size: 14px;
}

.homepage .article-list .article .content {
	font-size: 0.9em;
}

.homepage .article-list .article .readmore {
	padding-bottom: 0;
}

.article table {
	margin-bottom: 2em;
	width: 100%;
}

.article table th,
.article table td {
	padding: 5px;
}

.article table th {
	font-weight: normal;
	color: #9C471C;
	background-color: #EBDAD2;
}

.article li {
	background: transparent url(../img/arrow-right.gif) no-repeat left 8px;
	padding-left: 1em;
}

/* Gallery */

.gallery {
	float: left;
}

.gallery-list {
	float: left;
	margin: 0 -10px;
}

.gallery-list li {
	float: left;
	margin: 10px;
	padding: 0;
	background: none;
}

.gallery-list li a {
	float: left;
}

/* SpecialOffers ***********************************************************************************/

.specialoffers {
	margin-left: 0;
	list-style-type: none;
}

.specialoffer .wrapper {
	position: relative;
	padding-bottom: 1.5em;
	float: left;
	clear: both;
}

.specialoffer .wrapper h2 {
	margin: 0;
	padding-bottom: 0.3em;
}

.specialoffer .wrapper h3 {
	padding-bottom: 0.5em;
	margin-left: 140px;
}

.specialoffer .valid,
.specialoffer .meta,
.specialoffers .tinylist span {
	margin-bottom: 0.5em;
	font-size: 0.9em;
	color: #999;
}

.specialoffer .image {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.specialoffer .description {
	margin-left: 140px;
}

.specialoffer .price {
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #9C471C;
	position: absolute;
	right: 0;
	bottom: 0;
}

.specialoffers .specialoffer .price {
	left: 0;
	font-size: 1em;
}

.specialoffer .detail-wrapper {
	position: absolute;
	right: 0;
	bottom: 4px;
}

.specialoffers .specialoffer {
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	position: relative;
}

.specialoffers .specialoffer h2 {
	margin: 0;
	padding-bottom: 0.3em; 
}

.specialoffers .specialoffer h3 {
	margin-left: 140px;
}

.specialoffers .tinylist {
	border-top: 1px solid #e6e6e6;
}

.specialoffers .tinylist li {
	border-bottom: 1px solid #e6e6e6;
	line-height: 1.4em;
	padding-top: 2px;
	padding-bottom: 2px;
	background-position: left 5px;
}

.specialoffers .tinylist span {
	display: block;
	margin: 0;
}

/* Formulare ***********************************************************************************/

.stonecms_form {
	padding-bottom: 2em;
}

.stonecms_form p {
	padding: 1em 0 0 0;
}

.stonecms_form label {
	float: left;
	width: 220px;
	margin-right: 20px;
}

.stonecms_form .select select {
	width: 280px;
}

.stonecms_form .text input,
.stonecms_form .email input,
.stonecms_form .phone input {
	width: 274px;
}

.stonecms_form h3 {
	margin-top: 2em;
}

.stonecms_form .textarea label {
	float: none;
	display: block;
}

.stonecms_form .textarea textarea {
	width: 520px;
	height: 100px;
}

.stonecms_form .submit {
	background: #9C471C url(../img/btn-submit.gif) no-repeat top left;
	border: 0;
	width: 140px;
	height: 40px;
	text-align: center;
	padding: 10px;
}

.stonecms_form .errors {
	color: #9C471C;
}

.stonecms_form .errors li {
	padding: 0;
	background: 0;
	font-size: 0.9em;
}

/* CMS Messages ***********************************************************************************/

#cms_message {
	margin: 1em 0;
}

#cms_message ul {
	margin: 0;
	padding: 0;
}

#cms_message li {
	list-style-type: none;
	background: none;
	padding: 0.5em;
}

#cms_message.success {
	border: 1px solid #73994C;
	background-color: #E6F2DA;
	font-weight: bold;
	color: #73994C;
}

#cms_message.failed {
	border: 1px solid #9C471C;
	background-color: #EBDAD2;
	font-weight: bold;
	color: #9C471C;
}

/* Sitemap ***********************************************************************************/

.sitemap ul {
	margin-left: 1em;
}

.sitemap li {
	margin-bottom: 0.5em;
}

.sitemap .menu h2 {
	
}

.sitemap .menu-item {
	padding-left: 1em;
	background: transparent url(../img/arrow-right.gif) no-repeat left 8px;
}

.sitemap .summary {
	font-size: 0.9em;
	color: #666;
}

/* Links ***********************************************************************************/

.link-list li h2 {
	margin: 0;
}

.link-list .links li {
	margin: 0.5em 0;
	padding-left: 1em;
	background: transparent url(../img/arrow-right.gif) no-repeat left 8px;
}

.link-list li .description {
	display: block;
	font-size: 0.9em;
	color: #888;
	line-height: 1.5em;
}
