@import url(http://fonts.googleapis.com/css?family=Fontdiner+Swanky);
@import url(http://fonts.googleapis.com/css?family=Josefin+Slab);
body {
background-color:#d2d2d2;
color:#000;
font-family:Century Gothic, JOF, Trebuchet MS, Verdana, Arial;
font-family:Verdana;
font-size:18px;
line-height:20px;
margin:0;
padding: 20px;
}


#lay {
display:block;
position:relative;
min-height:1100px;
margin: 0 auto;
padding-left:30px;
padding-right:30px;
width:800px;
background-color:#fff;
border: 1px solid #fff;
border-radius: 20px ;
}

#kopf {
display:block;
text-align:left;
width:100%;
position:relative;
margin-top:30px;
height:250px;
margin-bottom:30px;

}

#kopfimg{
display: block;
position:relative;
float:left;
font-size:55px;
line-height:5px;
}

#kopfimg img{
	padding-top:10px;
	height:240px;
}

#kopftext{
display: block;
position:relative;
height:250px;
padding-top:10px;
text-align:center;
font-size:55px;
line-height:5px;
margin-top:10px;
}

#kopftext p {
margin-bottom:00px;	
}

#kopftextreit{
display:block;
position:relative;
font-size:90px;
line-height:5px;
}

#moto{
	position:relative;
	font-size:20px;
	text-align:center;
	margin-bottom:0px;
}

#moto b{
	color:#1c840d;
}


.motoa{
	position:relative;
	font-size:10px;
	text-align:right;
}

.home_utext{
	margin-bottom:8px;
}


#ueber p{
margin-top:20px;
margin-bottom:20px;
font-size:30px;
font-weight:bold;
}

#ueber_l{
	text-align:left;
}

#ueber_r{
	text-align:right;
}

#einer_d{
	margin-top:18px;
	margin-bottom:18px;
	text-align:center;
}

#einer_a{
	display:block;
	width:25%;
	float:left;
	text-align:left;
}

#einer_b{
	text-align:center;
}

#einer_c{
	display:block;
	width:25%;
	float:right;
	text-align:right;
	font-size:10px;
}

#headartshow{
	display:none;
	position:absolute;
	width:450px;
	height:280px;
}

#headartshowimg{
	display:block;
	float:right;
	width:200px;
}

.headimg{
	display:none;
	position:absolute;
	width:200px;
	
}

.headlink{
	float:left;
	margin-left:75px;
	margin-top:30px;
	padding:5px;
	color:#e4e4e4;
	font-size:18px;
	background-color:#ff5d0a;
	border:2px solid #ff5d0a;
	border-radius:10px;
}

.headlink:hover{
	color:#000;
	background-color:#e4e4e4;
	border:2px solid #ff5d0a;
	border-radius:10px;
}

#headbuchshow{
	display:none;
	position:absolute;
	width:490px;
	height:280px;
}

#headbuchshow a{
	display:block;
	width:300px;
	margin-left:80px;
	margin-top:50px;
	padding: 8px;
	font-size:30px;
	line-height:31px;
	color:#313cd6;
	border:3px solid #3cb248;
	border-radius:20px;
	background-color:#44ed55;
	text-align:center;
}

#headbuchshow a:hover{
	color:#e4e4e4;
	border:3px solid #e4e4e4;
	border-radius:20px;
	background-color:#313cd6;
}

.clearboth {
	clear: both;
}

#menuem {
	display:block;
	position:relative;
	margin-top:40px;
	margin-bottom:50px;
}

#menu {
	height:32px;
	font-size:18px;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#d2d2d2;
	border:2px solid #d2d2d2;
	border-radius:10px;
	padding-left:120px;
}

#menu ul {
float:left;
list-style: none;
margin: 0px;
padding: 0px 10px 0px 10px;
background-color:#d2d2d2;
}

#menu a, #menu h2 {
display: block;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color:#fff;
background-color:#d2d2d2;
padding: 2px 3px;
line-height:30px;
font-size:18px;
}

#menu h2:hover {
	color:#000;
	background-color:#ff5d0a;
}
#menu a {
	border: 1px solid #d2d2d2;
	text-decoration: none;
	text-align:center;
	vertical-align:middle;
	background-color:#d2d2d2;
        padding-bottom:1px;
	padding-left:5px;
	padding-right:5px;
	padding-top:1px;
	color:#1c840d;
	line-height:30px;
}


#menu li {
 cursor: pointer;
}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul li a{
text-align:left;
}
#menu ul ul li{
padding: 2px 0px 2px 0px;
}

#menu ul ul li {
width: 150px;	
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#menu a:hover{
	background-color:#ff5d0a;
	color:#fff;
	border: 1px solid #ff5d0a;
	border-radius:5px;
}

#content {
	display:block;
        position: relative;
	width: 100%;
}

#content_text {
	display:block;
	min-height:700px;
        background-color:#fff;
        text-align:left;
        padding-left:20px;
	padding-right:20px;
	border: 3px solid #ff5d0a;
	border-radius: 20px ;
	font-size:15px;
	line-height:18px;
}

#content_text h1{
	font-size:30px;
	line-height:31px;
}

#content_text h2{
	font-size:25px;
	line-height:26px;
}

#content_text ul{
	list-style-type:circle;
}


#accordion{
	margin-top:25px;
	margin-bottom:25px;
}

#feedback { font-size: 1.4em; }
#selectable .ui-selecting { background: #e8e6e4; }
#selectable .ui-selected { background: #ff5d0a; color: white; }
#selectable { list-style-type: none; margin: 0; padding: 0; width: 400px; text-align:center; }
#selectable li { margin: 3px; padding: 0.4em; font-size: 1.4em; height: 20px; }

.spin{
	width:200px;
	float:left;
	margin-bottom:4px;
}

.spinuhr{
	width:30px;
	float:left;
	margin-bottom:4px;
}

.spint{
	display:block;
	float:left;
	width:150px;
	text-align:right;
}

.sph{
	display:block;
	float:left;
	width:300px;
	text-align:left;
}

.anzartimg{
	width:190px;
	max-height:270px;
	overflow:hidden;
	margin:8px;
	padding:3px;
	border:3px solid #e4e4e4;
}

.anzartimg:hover{
	border:3px solid #ff5d0a;
	border-radius:20px;
}

#home_kont{
	width:75%;
	padding-top:13px;
	border:2px solid #ff5d0a;
	border-radius:10px;
	cursor:pointer;
	color:#000;
}

#home_kont:hover{
	border:2px solid #1c840d;
	cursor:pointer;
	color:#1c840d;
}




#absenden{
	width:100%;
	margin-bottom:30px;
}

#contentkont{
	display:block;
	padding-left:20px;
	font-size:15px;
	line-height:16px;
	background-color: #ff5d0a;
	border: 3px solid #ff5d0a;
	border-radius: 20px ;
	color:#e4e4e4;
}

.spkont{
	display:block;
	position:relative;
	float:left;
	width:35px;
	text-align:left;
}

.neuigkeiten{
	margin-top:25px;
	margin-bottom:25px;
	margin-left:50px;
	margin-right:50px;
	padding:10px 50px 50px 50px;
	border:4px  solid #1c840d;
	border-radius:20px;
}

.neuigkeiten img{
	width:500px;
	margin-top:25px;
	border:4px  solid #1c840d;
	border-radius:20px;
}

.gaestebuch{
	margin-top:25px;
	margin-bottom:25px;
	margin-left:50px;
	margin-right:50px;
	padding:10px 50px 50px 50px;
	border:4px  solid #1c840d;
	border-radius:20px;
}

#gaesein{
	display:none;
	margin-top:25px;
	margin-bottom:25px;
	margin-left:50px;
	margin-right:50px;
	padding:10px 50px 50px 50px;
	border:4px  solid #1c840d;
	border-radius:20px;
}

#gaestipp{
width:160px;
}

#gaestipp h2{
	padding-left:10px;
	padding-bottom:5px;
	cursor:pointer;
	border:2px solid #ff5d0a;
	border-radius:10px;
}

.foto{
	display:block;
	position:relative;
	margin-top:25px;
	margin-bottom:25px;
	margin-left:50px;
	margin-right:50px;
	padding:10px 50px 10px 50px;
	border:4px  solid #1c840d;
	border-radius:20px;
}

.foto div{
	display:block;
	width:100%;
	position:relative;
	height:320px;
	overflow:auto;
	overflow-x:scroll;
	overflow-y:hidden;
	white-space:nowrap;
}

.foto img{
	margin-top:25px;
	margin-bottom:25px;
	margin-left:25px;
	border:4px  solid #ff5d0a;
	border-radius:20px;
	display: inline;
		
}


#kont{
	margin-top:25px;
	margin-bottom:25px;
	margin-left:50px;
	margin-right:50px;
	padding:10px 50px 50px 50px;
	border:4px  solid #ff5d0a;
	border-radius:20px;
}

#kont button{
margin-top:50px;
}

#contentbottom {
	height:65px;
        text-align:center;
	margin: 0px 0px 30px 0px;
	padding-top:8px;
	border:0px solid #ff5d0a;
	border-radius:25px 25px 25px 25px;
        font-size:18px;
	background-color:#ff5d0a;
	color:#e4e4e4;
}



#text {
display:block;
text-align:center;
height:50px;
position:relative;
}


#kontakt {
margin-top:50px;
display:block;
text-align:center;
height:50px;
position:relative;
font-size:25px;
}

#bottom {
	display:block;
	top:95px;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
}

#bottom ul {
padding-left:0px;
margin: 0px 0px 0px 0px;
}

#bottom ul li {
display:inline;
margin:0px 10px 0px 10px;
}

#bottom a{
	width: 150px;
	text-align:center;
	vertical-align:middle;
	font-size:18px;
	color:#000;
	line-height:30px;
}

#bottom a:hover{
	background-color:#e4e4e4;
	color:#000;
}

b {
color:#000;
font-weight:700;
}

a {
color:#71716e;
cursor:hand;
font-family:JOF, Trebuchet MS, Verdana, Arial;
font-family:Verdana;
text-decoration:none;
}

a b {
color:#000;
cursor:hand;
font-weight:700;
text-decoration:none;
}

a:hover {
color:#000;
cursor:hand;
font-family:JOF, Trebuchet MS, Verdana, Arial;
font-family:Verdana;
text-decoration:none;
}

a b:hover {
color:#000;
cursor:hand;
font-family:JOF, Trebuchet MS, Verdana, Arial;
font-family:Verdana;
font-weight:700;
text-decoration:none;
}

a img {
border:0 none;
}

s {
color:#ADA95F;
font-family:Century Gothic, JOF, Trebuchet MS, Verdana, Arial;
font-family:Verdana;
text-decoration:line-through;
text-transform:uJOFercase;
}

u,i {
color:#000;
font-family:Century Gothic, JOF, Trebuchet MS, Verdana, Arial;
}

ul {
list-style-type: none;
}

input, select {
background-color:#fff;
border:1px solid #ff5d0a;
color:#000;
font-family:Century Gothic, JOF, Trebuchet MS, Verdana, Arial;
font-family:Verdana;
font-size:21px;
line-height:22px;
}

textarea {
background-color:#fff;
border:1px solid #ff5d0a;
color:#000;
font-family:Century Gothic, JOF, Trebuchet MS, Verdana, Arial;
font-family:Verdana;
font-size:21px;
line-height:22px;
min-height:200px;
min-width:100%;
}

h6{
	font-size:18px;
	color:#298ce8;
	line-height:21px;
	margin: 20px 0px 20px 0px;
}

#dialog{
	display:none;
}

#dialog b{
	color:#ff0000;
}

#dialog img{
	width:400px;
}

#sperre{
display: none;
background-color: #333;
width: 100%;
min-height: 100%;
height:100%;
opacity: 0.30;
position: absolute;
z-index: 2;
}
