


 
	/*Files: Index=Startseite, IndexStyle, Landfabelwesen, Meeresfabelwesen, Himmelsfabelwesen, Zwischenreichsfabelwesen, Steckbrief_Drache, Steckbrief_Basilisk*/
 
body {
	color: #00001a;
	/*background-color: #00001a;*/
	background-image: url('The_dark_mystic_forest_background_small.jpg');
		width: auto;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		margin-top: 40px;
		margin-bottom: 30px;
		position: relative;
	}
	
	
div#wrapper {
		
		background-color: #00ff99;
		width: 750px;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		padding: 20px ;
		font-family: 'Indie Flower', cursive;
	}
	
div#header {
		
		color: white;
		background-color: transparent;
		width: 750px;
		height: 50px;
		margin-right: auto;
		margin-left: auto;
		position: relative;
		font-family: 'Indie Flower', cursive
	}
	
div#footer {
		
		color: white;
		background-color: #00ff99;
		width: 750px;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		position: relative;
		padding: 20px ;
		font-family: 'Indie Flower', cursive
	}
	
div#navibereich { 
	color: white;
	background-color: transparent;
	width:780px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Indie Flower', cursive
}
	
a:link { 
		color: white; 
		text-decoration: none;
		border-bottom: 2px dotted white;
	}
a:visited {
		color: #11ad26; 
		text-decoration: none;
		border-bottom: 2px dotted white;
		}
	
a:hover{
		color: #11ad26;
		}
	
	
	
@import url('https://fonts.googleapis.com/css?family=Indie+Flower');
	
	
	
	
	
	
	
	
	