/*------------
BG
-------------*/
html{
	background-image: url(hintergrund.png);
	background-repeat: repeat;
}


body {
	font-family: "Nothing You Could Do";
	font-size: 26px;
	line-height: 100%;
	padding:2%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Marck Script";
}


h1 {
	font-size:30px;
}

h2 {
	font-size: 10px;
}


a {
	color: rgb(100,120,255);
}

a:hover{
	color: rgb(100,200,255);
}

img {
	border: 2px solid black;
}


/*----------
Style
-----------*/

/*  div#inhalt{
	overflow: auto;
	background-color: rgba(0,0,0,0.2);            
}                                           */

div.inhaltsWillkommen {
	
	background-color: rgb(230,230,230);
	
	width: 30%;
	float: left;
	
	padding: 5%;
	margin: 5%;
	
	border: 1px solid white;
	
}

div#inhaltsBlockWillkommen {
	width: 80%;
}



