
html {
	background: url("../images/angeln-am-regen.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-y: scroll;
}
body {
  color: #333;
  font-family: 'Signika', sans-serif;
  font-size:16px;
  height: auto;
  padding-bottom: 20px;
  
}


/* TEXT */

a {
  color: #983a01;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4 {
  font: 60px/68px;font-family: 'Courgette', Arial, sans-serif;
  letter-spacing: 0;
  color:#297811;font-weight:500;
}

b, strong{
  font-family: 'Signika';
  font-weight:600;
}

h1 {
  text-align:center;
  font-weight: normal;
  margin:30px 0;
  padding-top: 20px;
  font-size:30px;
  line-height:0;
}
h1{text-shadow:
		 0px -1px 7px #e4e8f4,     /* north      */
		 0px  1px 7px #e4e8f4,     /* south      */
		-1px  0px 7px #e4e8f4,     /* west       */
		 1px  0px 7px #e4e8f4,     /* east       */
		-1px -1px 7px #e4e8f4,     /* north-west */
		-1px  1px 7px #e4e8f4,     /* north-east */
		 1px -1px 7px #e4e8f4,     /* south-west */
		 1px  1px 7px #e4e8f4;     /* south-east */
}

h2 {
  padding: 70px 0 0 20px;
  font-size:30px;
  line-height:20px;
}
h3 {
  padding: 10px 0 0 20px;
  font-size:20px;
  line-height:25px;
}

/* INHALTSELEMENTE */

p {font-family: 'Signika';
  overflow: hidden;
  padding: 0 20px 10px 20px;
}

.flat{
  padding: 0 10px 0px 10px;
}

.tabelle{
  padding: 0 10px 0px 20px;
}

.float_left{
	float:left;
  padding: 0 10px 0px 20px;
}

.phone {
    font: 20px 'Signika', Arial, sans-serif;
    letter-spacing: 0;
    padding: 20px 20px 20px 110px;
    text-align: left;
    background: transparent url("../images/phone.png") no-repeat 45px 7px;
}

#myGallery {
	width:100%;
}

.container_12{
	background:transparent url("../images/exclusive_paper.png") ;
	margin: 0px auto;
	-webkit-box-shadow: -1px 0px 15px #ccc; /* webkit browser*/ 
	-moz-box-shadow: -1px 0px 15px #ccc; /* firefox */ 
	box-shadow: -1px 0px 15px #ccc;
}
.schatten{
	background:transparent url("../images/schatten_unten.png");
	height:30px ;
}

/* NAVIGATION  */

.navigation {
	margin-top:20px;
	font-family: 'Courgette', cursive;
	text-align:center;
	padding-left:20px
}

.navlist ul {
	padding:10px 0 0 50px;
	margin:0;
}

.navlist  li {
	list-style-type: none;
	margin:0 ;
	display: inline;
	padding:0;
	display:block;
	float:left;
}
	
.navlist li a,.navlist  li a:link,.navlist li a:visited {
	font-size:18px;
	color:#bf4902;
	padding:5px 11px 11px 11px;
	text-decoration:none;
	display:block;
	float:left;
	height:28px
}

.navlist li a:hover,.navlist  li a.active {
	color:#983a01;
	text-decoration:none;
	background:transparent url("../images/bg_menu_item.png")no-repeat bottom right;
}

