/*
 * Schrader.io
 * SchraderSimpleCMS
 * 
 * for Haus Teichmann
 * ferienwohnung-brueckenau.de
 */

/* FONTS */
@font-face { font-family:"Calluna"; src:url("../fonts/Calluna-Regular.otf") format("opentype"); } /* A font by Jos Buivenga: http://exljbris.nl */
 
/* RESET */
* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #f0e9bb;
  color: #333;
  font-family:"Calluna", "Century Gothic", "Futura Medium", "Apple Gothic", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;
  background-image: url("../img/pattern.jpg");
}

div#container {
  width: 850px;
  margin: 60px auto;
  text-align: center;
}

div#header {
	padding-bottom: 20px;
	margin-bottom: 40px;
	background: transparent url("../img/header-bg.png") no-repeat center center;
	border-bottom: 2px solid rgba(0,0,0,.1);
}

div#textspalte {
	width: 580px;
	padding: 10px;
	float: right;
	text-align: left;
	background-color: rgba(249,249,249,.2);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

div#navigation {
	float: left;
	text-align: right;
	font-size: 118%;
	width: 210px;
	padding-top: 10px;
}

ul#menu {
	float: right;
	padding-bottom: 10px;
	border-right: 2px solid rgba(0,0,0,.1);
}

ul#menu li {
	display: block;
	margin-top: 15px;
}

ul#menu li a {
	padding: 10px;
	text-decoration: none;
}

ul#menu li a#current {
	text-decoration: underline;
}

ul#menu li a:hover {
	color: #fff;
	background-color: rgba(0,0,0,.4);
}

ul#menu ul {
	font-size: .8em;
}

div#footer {
	clear: both;
	font-size: 85%;
	padding-top: 40px;
}

div#footer a:hover {
	background: none;
}

div#footer a span {
	display: none;
}

a {
  color: #333;
  text-decoration: underline;
	padding: 5px;
}

a:hover {
	color: #fff;
	background-color: rgba(0,0,0,.4);
}

h1,h2,h3,h4,h5,h6,p,ul {
  margin-top: .4em;
  margin-bottom: .3em;
  text-shadow:1px 1px 1px rgba(249,249,249,.01);
}

h1 {
	font-size: 218%;
	text-shadow: 0 0 0 rgba(0,0,0,.5);
}

h2 {
	font-size: 164%;
}

td {
	padding: 2px;
}

p#untertitel {
	font-size: 118%;
	text-shadow: 1px 1px 1px rgba(249,249,249,1);
}

div.phone {
	text-align: center;
	background-color: rgba(0,0,0,.05);
	padding: .3em 0 .6em 0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

div#textspalte div.phone {
	margin: 1em 4em 1em 4em;
}

div#navigation div.phone {
	padding-top: 15px;
}

div#navigation hr {
	clear: right;
	margin-bottom: 2em;
	border: 1px solid transparent;
}

div.phone h3, div.phone p {
	text-shadow: 1px 1px 1px rgba(249,249,249,1);
}

div.phone p.phone {
	background: transparent url("../img/chalkwork_icons/Phone_32x32.png") no-repeat center left;
	padding: 5px 0 5px 40px;
	font-size: 145%;
	display: inline;
}

div.phone p.name {
	font-size: 0.8em;
	margin-top: .7em;
}

div.phone p.address {
	font-size: 1em;
}

div.phone p span {
	display: none;
}

em {
	font-style: italic;
	text-shadow: 0 0 0 rgba(0,0,0,.5);
}

strong {
	font-weight: bold;
	text-shadow: 0 0 0 rgba(0,0,0,.5);
}

div.embed {
	text-align: center;
}

div.embed img {
	padding: 5px;
	margin: 1em;
	background-color: rgba(249,249,249,.5);
	border: 1px solid rgba(0,0,0,.5);
}