body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #505367;
	background-color: #000000;
}

#container
{
	margin: auto 1em;
	width: 890px;
/*	height: 0px; war original auf 0 */
	background-color: #FFFFFF;
/*	background-image: url(../stylebilder/hintergrund.jpg); -> schon in "hintergrund.css" definiert! */
	text-align: right;
	border: 2px groove;
}

#titel
{
	height: 90px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	border-bottom-width: 2px;
	margin: 0px;
	padding-top: 15px;
}

#hauptmenu
{
	border-top: none;
	border-right: none;
	border-bottom: 2px none;
	border-left: none;
}
#hauptmenu ul {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin: 5px 5px 25px;
}
#hauptmenu li { display: inline; }


#linksmenu
{
	float: left;
	width: 180px;
/*	height: 500px; */
	padding: 3px;
	border-top: 2px;
	border-right: 2px groove;
	border-bottom: 2px;
	border-left: 2px;
}
#linksmenu ul {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin: 5px;
	display: inline;
	line-height: 20px;
}
#linksmenu li { display: inline; }

#mitteinhalt
{
	float: left;
	width: 495px;
/*	height: 500px; */
	background-color: #D2E6F9;
	margin-left: 13px;
	margin-right: 11px;
}
#mitteinhalt ul {
	margin: 0;
	padding: 0;
	margin: 5px 5px 5px;
}
#mitteinhalt h1 {
	display: block;
	text-align: justify;
	font-size: 18px;
	color: #666666;
	font-style: oblique;
	font-family: Arial, Helvetica, sans-serif;
}
#mitteinhalt h2 {
	display: table-row;
	text-align: left;
	font-size: 15px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}

#mitteinhalt h3 {
	display: table-row;
	text-align: left;
	font-size: 13px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}


#mitteinhalt li {
	display: inline;
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
}

#rechtsnews
{
	float: left;
	width: 180px;
/*	height: 500px; */
	border-top: 2px;
	border-right: 2px;
	border-bottom: 2px;
	border-left: 2px groove;
}
#rechtsnews ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	margin: 5px;
}
#rechtsnews h1 {
	text-align: left;
	font-size: x-small;
	font-weight: bolder;
	color: #666666;
}
#rechtsnews li {
	text-align: left;
}

#fusszeile	
{
	clear: both;
	height: 20px;
}
#fusszeile ul {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	margin: 5px 5px 5px;
}
#fusszeile li { display: inline; }

#titel h1 {
	font-size: 230%;
	font-family: "Arial Black";
	font-style: italic;
	color: #FFCC66;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
} /* gestaltet alle <h1>-Schriftzüge innerhalb von "titel" */ 


a:link { color: #0033CC; }
a:visited { color: #333333; }

a:hover, a:active
{
	color: #0000FF;
	font-weight: bolder;
}

