@charset "UTF-8";
html {
	height: 101%;
	margin: 0 0 0 0;
}
body {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	background: #FDFAF0 url(graphics/blume-spiegel.jpg) no-repeat;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	background-attachment: fixed;
	line-height: 1.5em;
	height: 100%;
	max-height: 100%;
}
* {margin: 0px; padding: 0px; border: 0px;}
img {
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}

#wrapper {
	width: 550px;
	background-color: #CC66CC;
	margin-left: 320px;
}
    #container {
	background: #FFFFFF;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	width: auto;
	bottom: 0px;
	padding: 0 20px 20px 20px;
    }

#header  {
	padding: 130px 0 20px 0;
	color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 150%;
    }

#nav {
	text-align: left;
}
#nav li {
	display: inline;
	margin-right: 20px;
	font: 80% geneva;
}
    #mainContent {
	padding: 0; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	background: #FFFFFF;
	margin-top: 100px;
	font: 0.9em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color: #666666;
	text-align: justify;
	margin-bottom: 30px;
    }
#mainContent img {
	float: right;
	margin: 6px 0 15px 20px;
	width: 280px;
	height: 190px;
}
#mainContent p {
	margin: 10px 0 0 0;
}
#mainContent h1 {
	color: #000000;
	font-size: 1.5em;
	margin-bottom: 30px;
}
#mainContent h2 {
	color: #333333;
	font-size: 105%;
	margin: 30px 0 15px 0;
}
#infobox {
	color: #999999;
	font-size: 66%;
	height: 25px;
	margin: 0 0 50px 0;
	border-top: 1px dotted #333333;
}
#infobox img {
	margin: 0 0 0 5px;
	}
#socialmedia {
	color: #333399;
	float: right;
	height: auto;
	margin: 3px 0;
}
    #footer {
    } 
#footer ul {
	padding: 0 0 5px 0;
	text-align: right;
}
#footer   li {
	display: inline;
	margin-right: 10px;
	font-size: 70%;
	width: auto;
}
.anriss {
	font-size: 100%;
	color: #000033;
	padding-bottom: 20px;
}
#container #nav ul {
	list-style-type: none;
}
#container #nav a {
	color: #FF3366;
}
#container #nav a:link {
	color: #999999;
	text-decoration:none;
}
#container #nav a:visited {
	color: #999999;
	text-decoration:none;
}
#container #nav a:hover {
	color: #666666;
	border-bottom: 2px solid #666666;
	padding-bottom: 5px;
}
#container #nav a:active {
	color: #999999;
	text-decoration:none;
}
a:link  {
	color: #000000;
	text-decoration: underline;
}
a:visited  {
	color: #666666;
	text-decoration: underline;
}
a:hover  {
	color: #333333;
	text-decoration: underline;
}
a:active  {
	color: #999999;
	text-decoration: underline;
}
.grey {
	color: #666666;
}
.active    {
	color: #666666;
	border-bottom: 2px solid #666666;
	padding-bottom: 5px;
}
/* share this code*/
a.stbar.chicklet img {
	border:0px;
	height:16px;
	width:16px;
	margin-right:3px;
	vertical-align:middle;
}
a.stbar.chicklet {height:16px;line-height:16px;}
a.stbar1 {height:16px;line-height:16px;}
