* {
    padding: 0px;;
    margin:  0px;
    font-family: Verdana, Arial, sans-serif;
} 
a {
	text-decoration: none;
}
.buchen{
     margin-top: 10px;
     margin-bottom: 10px;
}
    
.Hauptseite {
    width: 350px;
    height: 300px;
    float: left;
    padding-right: 15px; 
	padding-top:10px;
	padding-bottom:10px;
} 

header {   
    height: 150px;
    background-image: url(leuchturm.png);
    border-radius: 15px;
    box-shadow:0px 0px 32px 0px #111;
    
}

body{   
    width:  900px;
    background-color: #1A50B8;
    margin: 40px auto;
      
}

header h1 {
    font-family: Verdana;
    font-style: italic;
    padding-left: 60px;
    padding-top: 10px;
    color: white;
    font-size: 20pt;
    text-shadow: black 2px 2px 6px;
}   

header h2 {
    font-family: Verdana;
    font-style: italic;
    color: white;
    font-size: 25px;
    padding-left: 250px;
    padding-top: 20px;
    text-shadow: black 2px 2px 6px;
}
header h3 {
    font-family: Verdana;
    font-style: italic;
    color: white;
    font-size: 20px;
    padding-left: 550px;
    padding-top: 15px;
    text-shadow: black 2px 2px 6px;
}

nav ul {
    list-style-type: none;
}

nav li {
    display: inline;
    margin-right: 40px;
    background-color: #E1A966;
    padding-right: ; 25px;
    padding-left: ; 255px;
    padding-bottom: ; 3px;
    padding-top: ; 3px;
    border: #c0c0c0 3px outset;
    border-radius: 5px;
    font-weight: bold;
    cursor: default;
    
}

nav {
    
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
    
}

nav a {
    text-decoration: none;
    color: white;
    text-shadow: gray opx opx opx 4px;
    
}

nav li:hover {
    border: #c0c0c0 3px inset;
}
nav a:hover {
    color: #808080;
    text-shadow: none;
}                               

section{
       width: 665px;
       float: left;
}

.fg-content {
	background:#f2f2f2;
	
	margin-bottom:30px;

}

.fg-content-gallery  {
	background: #121415;
	width:658px;
	border-radius: 15px;
		
}
.fg-gallery  { 
	position: relative;
	overflow: auto; 

}
.fg-gallery  li { 
	list-style: none;
	
	
}
 
 .fg-gallery ul {
	padding:0;
	margin:0;
	
 }
.fg-gallery  ul li {
	float: left;
	height:350px;
}

.fg-gallery .dots {
	position: absolute;
	left: 5;
	right: 5;
	bottom: 10px;
	margin-left: 30px;
}

.fg-gallery .dots li {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 4px;	
	text-indent: -999em;	
	border: 2px solid #fff;
	border-radius: 6px;		
	cursor: pointer;
	opacity: .4;	
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}

.fg-gallery .dots li.active {
	background: #fff;
	opacity: 1;
}
article {
    background-color: #808080;
    border: gray 4px groove;
    padding:  20px;
    text-align: left;
    margin-bottom: 25px;
    margin-right: 15px;
	margin-left: 15px;	
    
}


 
article h2 {
     font-size: 14pt;
     color: white;
     padding-bottom: 10px;
     letter-spacing: 1px;
     font-weight: bold;
}
article p {
    font-size: 12px;
    padding-bottom: 10px;
    color: white;
}
    
article blockquote {
    font-weight: bold;
    font-style: italic;
    font-size: 15px;
    padding: 15px;
    background-color: #FFDB4B;
    border-radius: 5px;
    color: black;
}

 
video { 
    width:300px;
    height: 130px;
    float: right;
    border:  gray 1px solid;
    border-radius:  5px;
    background-color: #ffce1d; 
}
   
aside  ul li{
     text-align:center;
     text-decoration: none;
     list-style: none;
     color:black;
     background-color: #E1A966;
     border-radius:5px;
     text-decoration: none;
     color: white;
     text-shadow: gray opx opx opx 4px;
    }
aside ul{
    list-style-type: none;
	text-decoration: none;
}

aside li:hover{
      border: #c0c0c0 3px inset;
                
}
aside ul li a {
    text-decoration: none;
}
aside  a :hover {
    color: #808080;
    text-shadow: none;
}
aside {
	float:right;
    text-align: center;
    width: 155px;
    color: white;
    padding: 10px;
    background-color: #222222;
    border-radius: 15px;
	height:540px;
	margin-bottom:15px;
}

aside h3 {
    font-size: 16px;
    padding-bottom: 10px;
    font-variant: small-caps;
    padding-top: 25px;
    
}  
 
aside p {
    font-size: 12pt;
    font-style: italic;
    font-weight: bold;
    color: #E1E1E1;
}

aside img {
    width: 100px;
    height: 100px;
    border: none;
}
footer {
    clear: both;
    text-align: center;
    padding: 5px;
    background-color: #ffce1d;
    border-radius: 10px;
	margin-top: 40px;
}

footer li {
	text-decoration:none;
	list-style-type:none;
}
footer p {
	text-decoration; none;
    font-size: 12pt;
    font-weight: bold;
    font-family: monospace;
    text-shadow: grey 1px 1px 2px ;
}

#area {
width:300px;
height:100px;
}