@charset "utf-8";
/*---------------------------------------------------------------------------------------------------------------------------------------------------------*\
  Website Template CSS
\*---------------------------------------------------------------------------------------------------------------------------------------------------------*/

html, body {
	background-color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-shadow: #000000 1px 1px 3px;
	}
	
h1	{
	font-size: 200%;
	text-shadow: #000000 1px 1px 3px;
	margin: 0px;
	}
	
h2	{
	font-size: 150%;
	text-shadow: #000000 1px 1px 3px;
	margin: 0px;
	}
	
h3	{
	font-size: 120%;
	text-shadow: #000000 1px 1px 3px;
	margin: 0px;
	}

div#oben {
	background: rgba(0, 0, 0, 0.5);
	padding: 20px;
	}

div#links {
	display:none;
	}
	
div#inhalt {
	margin-left: auto;
	font-size: 200%;
	}
	
div#unten {
	padding: 5px 30px 5px 30px;
	background: rgba(0, 0, 0, 0.5);
	font-size: 70%;
	} 	
		
div#inhalt > div {
	background: rgba(0, 0, 0, 0.5);
	border: #FFFFFF thin solid;
	border-radius: 1em;
	}

.XeNETBilder > img {
	border-radius: 1em;
	}	

.XeNETBilderTitle {
	left: 15px;
	}	
	
.XeNETBilderZoom {
	right: 15px;
	}
	