	/* Grundgerüst */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	padding: 1px 0 0 0;
}
body,td,th {
	color: #2A45C1;
}
body {
	background: #f0f0f0 url(bg.jpg) fixed center repeat;
	font-family: Comic Sans MS;
	font-size: 100.1%;
}

a, a:active, a:visited { text-decoration: none; color: #2A45C1; }
a:hover { color: orange; }

a img, a:active img, a:visited img { text-decoration: none; color: #2A45C1; border: 2px #2A45C1 solid; }
a:hover img { color: orange; border: 2px orange solid; }
a.randbild_link { margin-bottom: 5px; display: block; }

#page {
	font-size: 1em;
}

#wrapper {
	margin: auto;
	padding-top: 2em;
	width: 980px;
}

#wrappercontent {
	width: 760px;
	margin: auto;
	background-image: url(weiss-trans80.png);
	border: 1px #2A45C1 solid;
}

#footer {
	width: 760px;
	margin: 6px auto auto auto;
	text-align: right;
	font-size: small;
}
#randbilder_links {
	float: left;
	width: 104px;
}

#randbilder_rechts {
	float: right;
	width: 104px;
}

#mainNavi {
	height: 45px;
	text-align: center;
}

#mainNavi ul {
	margin: auto;
	width: 750px;
}

#mainNavi ul li {
	list-style: none;
	float: left;
}

#mainNavi ul li a {
	display: block;
	font-weight: bold;
	height: 50px;
	width: 150px;
	color: black;
}

#mainNavi ul li a:hover {
	color: black;
	text-decoration: none;
	background: url(button_bg.gif) center no-repeat;
}

#content {
	padding-top: 30px;
}
	/* Clear-Fix */
.clearfix:after {display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

	/* Schattenspiel bei Überschriften */
.schattenspiel {
	line-height: 1em;
	text-align: center;
}
.schattenspiel h5 {
	font-size: 1.7em;
	position: relative;
	color: #CBD6F8;
}
.schattenspiel h6 {
	font-size: 1.4em;
	display: inline;
	left: 0.0em;
	top: -0.4em;
	position: relative;
	color: #2A45C1;
}