@charset "utf-8";

@font-face { font-family: 'PanamaBold';
	src: url(../schrift/PanamaBold.otf) format('opentype');
	 font-weight: normal; font-style: normal;
}
body {
	background-image:url(../bilder/homepage/flagge.jpg);
	font-family: PanamaBold,"Open Sans",Roboto,Arial,sans-serif;
     -webkit-animation: fadeIn 2s;
	 background-size:100%;
}
 @-webkit-keyframes fadeIn {
        0% { opacity: 0; }
        100% { opacity: 1; }
 }
.but_home {
	color:#000;
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
	position:fixed;
	top:40px;
	left:50px;
	z-index:100;
	padding-left:10px;
	padding-right:10px;
	border:3px solid #FFF;
	background-color:#CCC;
	border-radius:15px;
}
.but_home:hover {
	border-color:#F00;
}
/*content_________________________________________*/
#content_all {
	margin:auto;
	width:900px;
	border-left:solid 3px #000;
	border-right:solid 3px #000;
	background-image:linear-gradient(to bottom, #FFF 0%, #CCC 70%, #000  100%);
	min-height:600px;
}
#content_uebergang {
    border-top: 3px solid transparent;
    border-image: linear-gradient(to left, #fe6252 40%,#666 70%, #000 100%);
    border-image-slice: 1;
}
content {
	display:block;
	margin:auto;
	width:900px;
	min-height:400px;
	padding-bottom:10px;
	padding-top:5px;
}
/*verlinkung_______________________________________*/
#verlinkung {
	display:inline-block;
	width:290px;
	
	position:relative;
	top:-400px;
	z-index:150;
}
#verlinkung p {
	margin-top:10px;
	margin-left:15px;
	margin-bottom:10px;
}
#verlinkung img {
	width:100px;
	float:left;
	margin-right:5px;
}
#verlinkung a {
	display:block;
	margin-top:5px;
	padding-top:10px;
	color:#000;
	text-decoration:none;
}
#verlinkung a:hover {
	color:#F00;
}
/*gästebuch verstecktes feld !!!! mailadd*/
#mailadd {
	position:absolute;
	top:200px;
	left:-2000px;
}