/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
/*overflow-x: hidden;*/}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* #Basic Styles
================================================== */
body {
	font: 12px Verdana, Helvetica, sans-serif;
	line-height: 20px;
	color: #e4ded6;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
html {
	background:#f3efe9;;
/*overflow-x: hidden;*/ }
/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #50442d;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	color: #50442d;
}
h1 {
	font-size: 18px;
	margin-bottom:10px;
	font-weight:600;
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;
}
h2 {
	font-size: 16px;
	margin-bottom:10px;
	font-weight:600;
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;
}
h3 {
	font-size: 17px;
  margin-bottom: 10px;
  font-weight: 100;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-style: italic;
}
h4 {
	font-size: 14px;
	margin-bottom: 10px;
}
h5 {
	font-size: 12px;
	margin-bottom: 10px;
}
h6 {
	font-size: 11px;
	margin-bottom: 10px;
}
.subheader {
	color: #414558;
}
p {
	color: #50442d;
	line-height:1.5em;
	font-size:13px;
	margin: 0 0 5px 0;
	font-family: 'Verdana', serif;
	padding-left:10px;
	padding-right:10px;
}
p.last {
	margin-bottom:0;
}
p img {
	margin: 0;
}
ul li, ul li a {
	font: 13px Verdana, Helvetica, sans-serif;
	color: #50442d;
	padding-top: 5px;
}
img.left {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}
img.right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color: #50442d;
}
small {
	font-size: 80%;
}
/*	Blockquotes  */
blockquote, blockquote p {
	font-size: 14px;
	line-height: 24px;
	color: #cdcdcd;
	font-style: italic;
}
blockquote {
	margin: 0 0 0px;
	padding: 0;
	border-right: 1px solid #796172;
}
blockquote cite {
	display: block;
	font-size: 12px;
	color: #cdcdcd;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #cdcdcd;
}
hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}
	
/* Text Selection */

::selection {
background: #6d8696;
color: #414558; /* Safari */
}
::-moz-selection {
background: #6d8696;
color: #414558; /* Firefox */
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* Links */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */

a:link { 
  color: #9d8c6c;
  text-decoration:none;
}
a:visited {
  color: #9d8c6c; 
  text-decoration:none; 
}
a:hover { 
  color: #9d8c6c;
  text-decoration:underline;
}
a:active {
  color: #9d8c6c;
  text-decoration:underline;
}
a:focus {
  color: #9d8c6c;
  text-decoration:none; 
}
/* #Links
================================================== */
.link_button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #d12400;
    color: #FFF;
    padding: 8px 12px;
    text-decoration: none;
    margin-left: 10px;
    margin-top:10px;
}

.link_button:link { 
  color: white;
  text-decoration:none;
}
.link_button:visited {
  color: white; 
  text-decoration:none; 
}
.link_button:hover { 
  color: white;
  text-decoration:underline;
}
.link_button:active {
  color: white;
  text-decoration:underline;
}
.link_button:focus {
  color: white;
  text-decoration:none; 
}

.link_button_right {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #64503f;
    color: #FFF;
    padding: 8px 6px;
    text-decoration: none;
    /* margin-left: 10px; */
    margin-top: 10px;
}

.link_button_right:link { 
  color: white;
  text-decoration:none;
}
.link_button_right:visited {
  color: white; 
  text-decoration:none; 
}
.link_button_right:hover { 
  color: white;
  text-decoration:underline;
}
.link_button_right:active {
  color: white;
  text-decoration:underline;
}
.link_button_right:focus {
  color: white;
  text-decoration:none; 
}
a, a:visited {
	text-decoration: none;
	outline: 0;
}
p a, p a:visited {
	line-height: inherit;
}
/* #Images
================================================== */
img.scale-with-grid {
	max-width: 100%;
	height: auto;
}
/* #Tabs (activate in tabs.js)
================================================== */
ul.tabs {
	display: block;
	margin: 0 0 20px 0;
}
ul.tabs li {
	width: auto;
	height: 18px;
	padding: 0 20px 0 0px;
	float: left;
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
}
ul.tabs li a {
	text-decoration: none;
	width: auto;
	height: 18px;
	padding: 0px 15px 0 0px;
	border-right:1px solid #414550;
	line-height: 30px;
	margin: 0;
	color:#bfd6e4;
	font-size: 16px;
}
ul.tabs li a.active {
	height: 30px;
	position: relative;
	top: 0px;
	padding-top: 0px;
	margin: 0 0 0 0px;
	color: #fff;/*-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px;*/
}
ul.tabs li:first-child a.active {
	margin-left: 0;
}
ul.tabs-content {
	margin: 0;
	display: block;
	color:#efefef;
}
ul.tabs-content > li {
	display:none;
}
ul.tabs-content > li.active {
	display: block;
}
/* Clearfixing tabs for beautiful stacking */
	ul.tabs:before, ul.tabs:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
ul.tabs:after {
	clear: both;
}
ul.tabs {
	zoom: 1;
}
/* #Forms
================================================== */

/* General Forms */

form {
	margin-bottom: 0px;
	margin-left: 10px;
}
fieldset {
	margin-bottom: 20px;
}
label, legend {
	display: block;
	font-weight: normal;
	font-size: 13px;
	color:black;
}
input[type="checkbox"] {
	display: inline;
}
label span, legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}
input[type="text"], input[type="password"], input[type="email"], textarea {
	padding: 3px;
	outline: none;
	overflow: hidden;
	font: 12px Arial, Helvetica, sans-serif;
	color: #414558;
	margin: 0;
	max-width: 100%;
	margin-bottom: 10px;
	background: #eee;
	width:70%;
}
select {
	padding: 0;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #bbb;
	color: #555;
}
textarea {
	min-height: 100px;
}
selec2t {
	width: 410px;
}
/* Header Responsive Menu Form Style */
	
.header form {
	margin-bottom: 15px;
}
.header select {
	-webkit-appearance: none;
	padding: 10px;
	outline: none;
	border:none;
	overflow: hidden;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	width: 100%;
	max-width: 100%;
	display: block;
	background:#fff url('../images/navselect.gif') no-repeat right center;
}
.header option {
	outline: none;
	border: 0;
	overflow: hidden;
	font: 12px Arial, Helvetica, sans-serif;
	color: #414558;
	margin: 0;
	width: 100%;
	max-width: 100%;
	display: block;
	padding-left: 15px;
}
/* #Misc
================================================== */
.remove-bottom {
	margin-bottom: 0 !important;
}
.half-bottom {
	margin-bottom: 10px !important;
}
.add-bottom {
	margin-bottom: 20px !important;
}
.left {
	float: left;
}
.right {
	float: right;
}


.big-inner {
		border: 1px solid #E5E5E5;
    padding: 2px;
    height: 404px;
}
.big-innerapartments {
		border: 1px solid #E5E5E5;
    padding: 2px;
    min-height: 864px;
}

.big-inner img{
    padding: 5px;

}
#preis  {
	  color: #50442d;;
  	text-decoration:normal;
    font-weight: bold;
  	font-size: 19px;
}

.preistext  {
  	text-decoration:normal;
    font-weight: normal;
  	font-size: 11px;
}

	
.inklusiv  {
  	margin-left:30px;
}
.apartments  {
  	margin-left:30px;
  	list-style: square;
}

.infosmall p  {
  	font-size:10px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* Formular */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */

.textarea {
 color:#000000;
 font-family : Verdana, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 border : 1px solid #808080;
}
.input {
 color:#000000;
 font-family : Verdana, Helvetica, sans-serif;
 border : 1px solid #808080;
 font-size: 12px;
 padding:0;
 width: 400px;

}
.select {
 color:#000000;
 font-family : Verdana, Helvetica, sans-serif;
 font-size: 12px;
}
.button {
 background-color:#aaa; color:#fff; width:120px; border:6px solid #ddd;
}

.buttonSubmit {
 background-color:#ed2024; color:#fff; width:150px; border:6px solid #ddd;
}

td {
	  color: #50442d;;
    font-weight: normal;
  	font-size: 12px;
  	padding-left:20px;
  	padding-top:10px;
  	min-width:150px;
  	vertical-align: top;
}

#red  {
	color: #ed2024;
	font: normal 1.2em "Century Gothic","Trebuchet MS",Verdana,Tahoma,sans-serif;
}

.breadcrump {
		color: #50442d;;
  	text-decoration:normal;
    font-weight: normal;
  	font-size: 11px;
}

.breadcrump a {
  color: #545151;
  text-decoration: none;
 }
.breadcrump a:visited {
  text-decoration: none;
  color: #545151; 
}

.breadcrump a:hover {
  text-decoration: underline;
  color: #545151;
}

