@charset "utf-8";
/* CSS Document */

a:link {
	color:#000;
}
a:active {
	color:#000;
}
a:visited {
	color:#000;
}
a:hover {
	color: #900;
}
a.oben:link {
	color:#FFF;
}
a.oben:active {
	color:#FFF;
}
a.oben:visited {
	color:#FFF;
}
a.oben:hover {
	color: #900;
}
body {
	margin:auto;
	font-family:"Comic Sans MS", cursive;
}
.page {
	position: relative;
	margin: auto;
	width:800px;
	background-color: #FEFAF3;
	border-left:#000 4px solid;
	border-right:#000 4px solid;
}
.head {
	position: relative;
    margin:auto;
	width:800px;
	left: 0;
	top: 0;
}
.content {
	position: relative;
	left:0px;
	top:0px;
	width:100%;
	margin:auto;
}
h1 {
	margin-top:0;
	margin-bottom:0;
}
.textads {
	background-color:#806D5E;
	width:100%;
	color:#FFF;
}
