body
{
	font-family: "Verdana", sans-serif;
	font-size: 11px;
}
a
{
	color: black;
}
img
{
	border: none;
}
hr
{
	clear: left;
}
#logo
{
	width: 680px;
	height: 151px;
	margin: auto;
}
#topbar
{
	width: 660px;
	margin: auto;
	background: url(topbar_zeitung.jpg);
	padding: 10px;
	height: 30px;
	color: white;
	font-size: 0.9em;
	font-weight: bold;
}
#topbar span
{
	float: right;
	font-size: 1.1em;
}
#topbar div
{
	margin-top: 5px;
	display: table;
	width: 660px;
}
#topbar div a
{
	width: 219px;
	display: block;
	float: left;
	text-align: center;
	color: white;
}
#topbar div a:hover
{
	background: #0072AB;
}
#container
{
	width: 680px;
	margin: auto;
	margin-top: 5px;
}
#menu
{
	position: relative;
	overflow: display;
	height: 700px;
	width: 150px;
	margin-bottom: -700px;
	/*float: left;*/
}
#menu a
{
	display: block;
	font-weight: bold;
	background: url(menu_zeitung_bg.jpg);;
	padding: 4px;
	text-transform: uppercase;
	font-size: 0.9em;
}
#menu a.selected
{
	color: #0099e6;
	text-decoration: none;
}
#menu a:hover
{
	background: url(menu_zeitung_hover.jpg);
	color: #99ccff;
}
#menu a.empty
{
	height: 15px;
	padding: 0px;
	background: url(menu_empty.jpg);
}
#menu a.top
{
	padding: 0px;
	height: 15px;
	background: url(menu_top.jpg);
}
#menu a.bottom
{
	padding: 0px;
	margin-bottom: 15px;
	height: 15px;
	background: url(menu_bottom.jpg);
}
#menu img
{
	margin-bottom: 10px;
}
#content
{
	margin-left: 150px;
	padding: 10px;
}
#content h2
{
	font-size: 2.3em;
	margin: 0;
	font-family: "Arial", sans-serif;
}
#content p
{
	text-align: justify;
}
#footer
{
	clear: both;
	margin: 10px;
	text-align: center;
	color: #ddd;
	font-size: 0.7em;
}
#footer a
{
	color: #ddd;
}
.seiten a.selected
{
	font-weight: bold;
}
.kanzeige
{
	border-top: 1px solid gray;
	padding: 3px;
}
.rb
{
	color: red;
	font-weight: bold;
}
.rub
{
	color: red;
	text-decoration: underline;
	font-weight: bold;
}
label, input, select
{
	float: left;
	margin: 3px;
}
label
{
	display: block;
	width: 200px;
	font-weight: bold;
}
label.noformat
{
	display: inline;
	width: auto;
}
select
{
	width: 200px;
	min-width: 200px;
}
input
{
	width: 250px;
}
label.noformat input
{
	width: auto;
}
input.submit
{
	margin-right: 20px;
	width: auto;
	float: right;
}
/*form br
{
	clear: left;
}*/
label.check
{
	clear: both;
}
label.check input
{
	width: auto;
}
textarea
{
	margin: 10px;
	width: 450px;
	height: 65px;
}
form.klein input, form.klein label, form.klein select
{
	float: none;
	width: auto;
	min-width: 0px;
}
form.klein label
{
	display: inline;
}
