
header, nav, footer, aside, section, title {
    display: block;
}

body {
	text-align: center;	
	margin: 0;
	padding: 0;
	font: 1.0em/1.5 "Arial", "Helvetica", sans-serif;
	background-image: url(images/strand4.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
#wrapper {
    width: auto;
    border: 0px solid red;
    margin: auto;
    text-align: left;    
}
header {
	height: 30px;
	width: 100%;
	margin: 0 auto;
}

nav {
    background-color: transparent;
	
	margin-top: 0px;
    width: 280px;
    float: none;
	margin-left: 0px;
    margin-right: 0px;
}
nav p {
    margin-top: 20px;
    margin-left: 10px;
}
nav img {
    margin-left: 10px;  
    border:1px solid silver;
}

.ovlink { 
	letter-spacing:0.0px; 
}

a:link { color:#f95902; font-weight:bold; text-decoration:none;}
a:visited { color:#f95902; font-weight:bold; text-decoration:none; } 
a:hover {color:#f95902; font-weight:bold; text-decoration:none;}
a:active {color:#92173a; font-weight:bold; text-decoration:underline; }

a.type2:link { color:#92173a; font-weight:bold; text-decoration:underline; }
a.type2:visited { color:#92173a; text-decoration:none; }
a.type2:hover { color:#f95902; text-decoration:none; }
a.type2:active { color:#92173a; text-decoration:underline; }

nav a:focus,
     nav a:hover,
     nav a:active,
 nav span {
        color: #92173a; 
        background-color: transparent;
        border-color: transparent;
      } 
					
section {
	width: auto;			
    margin-left: 18%;
    margin-right: 10%;
	margin-top: 14px;
}
section p {
    padding-bottom: 1em;
}
section h1 {
    padding-top: 0px;
    padding-bottom: 0.2em;
    color: #f95902;
}

section h2 {
    color: #f95902;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
}
section ul {
    padding-left: 3em;
}
section li {
    padding-bottom: 0.5em;
}
#inhalt {		
		background-image: url(images/strand4_light.jpg);
		background-repeat: no-repeat;
		background-attachment: fixed;
		margin: 0em auto;
		margin-right: 18%;
		float: center;
		width: auto;
		padding: 2em;
		text-align: left; 
}
aside {
  background-color: transparent;
	
	margin-top: 50px;
    float: left;
	margin-left: 5px;   
}
aside p {
    margin-top: 20px;
    margin-left: 10px;
}
aside img {
    margin-left: 10px;  
    border:1px solid silver;
}
			
     
			h1 {
				margin: .5em 0;
				color: #92173a;
				/* font: "Cabin", "Tahoma", "Tekton Pro", "Segoe Script", "MV Boli", "Arial", "Helvetica", sans-serif; */
				font-family: Segoe Script;
				font-size: 34px;
				line-height: 50%;
			}
			h2 {
				margin: .2em 0;
				color: #000000;
				/* font: "Cabin", "Tahoma", "Tekton Pro", "Segoe Script", "MV Boli", "Arial", "Helvetica", sans-serif; */
				font-family: Segoe Script;
				font-size: 18px;
				
			}
			p {
				margin: .2em 0;
				margin-right: 10px;
			}
footer {
	background-color: #000000;
     /* background-image: url(bilder/grau-50.png); */
    color: white;
    text-align: center;
	
    float: center;
	margin-right: 18%;
}
footer a {
			color: white;
			text-decoration: none;
			font-size: 85%;
			background-color: #000000;
			transition: background-color .25s ease-in;			
 }		
footer p {
			color: white;
			line-height: 10px;
			font-size: 85%;
			margin-top: 10px;
			padding-bottom: 5px;
			padding-top: 5px;
 }		
 .tooltip {
	position:relative;
}

.tooltip:before {
	opacity:0;
	z-index:-1;
	content:attr(title);
	position:absolute;
	background:rgba(0,0,0,0.8);
	border:1px solid rgba(0,0,0,0.9);
	color:#FFF;
	padding:5px;
	top:12px;
	left:0px;
	color:#FFF;
	width:150px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition: all 0.2s ease-in;  
}
  display: table;
	  border-spacing: 10px;
	}
	 
	#galerie a {
	  display: table-cell;
	  vertical-align: middle;
	}


	#galerie img {
	  transition: 1s;
	  -moz-transition: 1s;
	  -o-transition: 1s;
	  -webkit-transition: 1s;
	}

	#galerie img:target {
	  width: 300px;
	  height: 150px;
	}

	#galerie img {
	  background-color: #ffffff;
	  padding: 5px;
	  border-radius: 2px;
	  -moz-border-radius: 5px;
	  -webkit-border-radius: 5px;
	  box-shadow: 0 0 2px rgba(100, 100, 100, 1);
	  -moz-box-shadow: 0 0 2px rgba(100, 100, 100, 1);
	  -webkit-box-shadow: 0 0 2px rgba(100, 100, 100, 1);
	}
