body {
	margin:0px;
	padding:0px;
	
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100.1%;
	
	background-image:url(img/bkg.gif);
	background-repeat:repeat-x;
}

#logo {
	margin:0px; padding:0px;
	position:absolute;
	top:0px; right:3%;
}

#menu {
	position:absolute;
	top:0px; left:3%;
	width:560px; height:110px;
}

#untermenu {
	position:absolute;
	top:135px; left:10%;
}

#inhalt {
	position:absolute;
	top:180px;
	left:10%;
	width:50%;
	/*height:100%;*/
}

#rechts {
	position:absolute;
	top:180px;
	right:15%;
	width:20%;
}

/* SCHRIFTEN */

#inhalt h1 { font-size:20px; }
#inhalt h2 { font-size:16px; color:#990000; }
#inhalt p, li, ul, tr, td { font-size:12px; }

#rechts h1 { font-size:16px; }
#rechts h2 { font-size:14px; }
#rechts p { font-size:12px; }

#untermenu a {
	text-decoration:none;
	color:black;
	font-weight:bold;
	font-size:14px;
	margin-right:8px;
}

#untermenu a:hover {
	color:#990000;
	text-decoration:underline;
}

#untermenu p {
	display:inline;
	font-size:14px;
	color:#990000;
}

/* LINKS */

#inhalt a {
	color:#990000;
}

#inhalt a:hover {
	text-decoration:none;
}

/* BILDER */

img.rahmen {
	border:1px solid #000000;
}

/* IMPRESSUM */

#rechts #impressum {
	font-size:10px;
}

/* ZITAT */

#zitat {
	width:100%;
	border:10px solid #FFFFB9;
	border-width:0px 10px 0px 10px;
	padding:10px;
	/*background-image:url(img/bkg.gif);*/
}

#zitat p.zitat {
	margin:0px;
	font-size:16px;
	width:80%;
	color:#5F5F41;

}

#zitat p.autor {
	margin-left:10px;
	font-style:italic;
	color:#5F5F41;
}

/* RECHTS */

#rechts {
}

#rechts p {
	margin-left:10px;
	margin-top:3px;
}

#rechts h1 {
	font-size:14px;
}

#rechts h2 {
	margin-left:10px;
	margin-top:0px;
	margin-bottom:3px;
	font-size:12px;
}

#rechts h2.datum {
	margin-bottom:0px;
}

#rechts a {
	color:#990000;
	text-decoration:none;
}

#rechts a:hover {
	text-decoration:underline;
}

#rechts hr {
	height:1px;
	border-width:1px 0px 0px 0px;
	border-color:#000000;
	border-style:dashed;
	margin-bottom:10px;
}
