/*Toplevelformatierung*/
body { 
	background-color:#FFD481;
	margin:0px;
	padding:0px;
}

img {
	margin:0px;
	padding:0px;
	border-width:0px;
}

/*Formate für dein eigentlichen Inhalt der Seite*/
.content {
	position:absolute;
	top:10px;
	left:10px;
	right:220px;
	padding:20px;
	margin:0px;
	background-image:url(background.png);
	background-repeat:repeat-x;
	background-attachment:fixed;
}

.content h1, h2, h3, h4, h5, h6 {
	text-align:center;
}

.content a:link {
	color:#71520F;
	text-decoration:underline;
}

.content a:visited {
	color:#71520F;
	text-decoration:underline;
}

.content a:hover {
	font-weight:bold;
	text-decoration:none;
}

.content a:active {
	color:#71520F;
	font-weight:bold;
	text-decoration:blink;
}

.content a:focus {
	color:#71520F;
	font-weight:bold;
	text-decoration:blink;
}

.content p {
	margin:0px 0px 0.8ex 0ex;
	font-family:Verdana,serif;
	text-align:justify;
}

.fullwidth {
	width:100%;
}

/*Menuformatierungen*/
.menu {
	position:fixed;
	padding:10px;
	margin:10px;
	top:0px;
	bottom:0px;
	right:0px;
	width:190px;
	font-family:sans-serif;
}

.menu h1 {
	font-size:12pt;
	font-weight:bolder;
	letter-spacing:-1px;
	margin:1ex 0ex 0ex 0ex;
	text-align:center;
	width:100%;
	background-color:#FEF6E7;
}

.menu h1:hover {
	background-color:#FFFFFF;
}

.menu h2 {
	font-size:10pt;
	font-weight:bolder;
	letter-spacing:-1px;
	margin:0.5ex 0ex 0.5ex 0ex;
	text-align:center;
	width:100%;
	background-color:#FFE0AD;
}

.menu h2:hover {
	background-color:#FFFFFF;
}

.menu h3 {
	font-size:8pt;
	font-weight:bolder;
	letter-spacing:-1px;
	margin:0.5ex 0ex 0.5ex 0ex;
	text-align:center;
	width:100%;
	background-color:#FFE0AD;
}

.menu h3:hover {
	background-color:#FFFFFF;
}

.menu a:link {
	color:#B36B00;
	text-decoration:none;
}

.menu a:visited {
	color:#B36B00;
	text-decoration:none;
}

.menu a:hover {
	font-weight:normal;
}

.menu a:active {
	color:#B36B00;
	font-weight:normal;
	text-decoration:blink;
}

.menu a:focus {
	color:#B36B00;
	font-weight:normal;
	text-decoration:blink;
}

/*Losungen*/
.TL {
	font-size:150%;
	font-weight:bold;
}

.TL img {
	float:right;
}

.L {
	font-size:120%;
	font-weight:bold;
	margin:20px;
}

.SL {
	font-weight:bold;
	text-indent:3em;
	margin-bottom:50px;
}

.SRCR {
	font-weight:bold;
}

/*spacer bsp. <span class="spacer" style="width:100px; height:100px;"/>*/
.spacer {
	padding:0px;
	margin:0px;
	float:left;
}
