* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #fdcd01;
	color: #fff;
}
a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:none;
}
#container { 
	width:800px;
	margin: 0 auto; 
}
.logo {
	font-size:60px;
	color:#FFF;
	font-style:italic;
	text-align:right;
}
.logo span {
	color:#d05516;
	font-style:italic;
}
.author {
	color:#fff;
	text-align:right;
	padding-right:10px;
}
.author a {
	color:#d05516;
}
.mainMenu {
	text-align:center;
	padding:40px 0 10px 0;
}
.mainMenu li {
	list-style:none;
	display:inline;
	padding:0 10px;
}
.mainMenu a {
	color:#000;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}
.mainMenu a:hover {
	color:#d05516;
}
.mainMenu #active a {
	color:#d05516;
}
.titelbild {width:754px;height:265px;}
#header { 
} 
#mainContent { 

}
.pageTop {
	background:url(images/pageTop.png) no-repeat left top;
	height:35px;
}
.pageBody {
	background:url(images/pageBackground.png) repeat-y left top;
	padding:0 30px;
}
.pageBottom {
	background:url(images/pageBottom.png) no-repeat left top;
	height:29px;
}
.leftPage {
	float:left;
	width:200px;
	text-align:justify;
}
.rightPage {
	margin:0 0 0 240px;
	background:#dedede;
	color:#333;
	padding:20px 10px;
	text-align:justify;
}
.rightPage ul li {
	background:url(images/p.png) no-repeat left 4px;
	padding-left:18px;
	list-style:none;
	margin:7px 0;
}
.rightPage a {
	color:#000;
	text-decoration:underline;
}
.rightPage a:hover {
	color:blue;
	text-decoration:none;
}
.rightPage ol {
	padding:10px 0 20px 17px;
}
.rightPage h1 { font-size:18px;font-weight:bold;padding-bottom:10px; }
.rightPage h2 { font-size:16px;font-weight:bold;padding-bottom:5px;padding-top:10px; }
#footer {
	text-align:center;
	padding:20px 0;
	color:#9b7d01;
} 
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Mobile Styles */
@media only screen and (max-width: 800px) {
#container { 
	width:96%;
}
.leftPage {text-align:center;width:90%;padding:10px 10px 10px 10px;color:black;font-size:1.2em;background-color:yellow;margin:15px auto;border:2px solid red;float:right;}
.rightPage {	margin:0 0 0 0; }
.titelbild {width:100%;height:auto;}
.logo {font-size:30px;padding-right:10px;}
.mainMenu {padding:10px 0;}

}



/* Desktop Styles */
@media only screen and (min-width: 801px) {


}

