@import url("layout.css");
html { 
        overflow: -moz-scrollbars-vertical; 
}body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #2B222F;
	line-height: 1.6;
	background-color: #838B9C;
	background-attachment: scroll;
	background-repeat: repeat;
	font-weight: bold;
}
#container {
	width: 1000px;
	margin: 0 auto;
	padding: 10px;
}
#masthead {
	font-family: "Georgia", serif;
	width: 700px;
	height: 65px;
	overflow: visible;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}
#navigation {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 15px;
	overflow: hidden;
	width: 970px;
}
#man {
	z-index: 500;
	position: relative;
	top: -180px;
	left: 50px;
	width: 1px;
	height: 1px;
}
#content {
	font-size: 1.03em;
	position: relative;
	float: left;
	width: 720px;
	margin-top: 15px;
	margin-left: 15px;
	background-image: url('../_gfx/transe.png');
	padding: 15px 15px 15px 15px;
	display: block;
	height: auto;
	border: 1px silver solid;
}
#sidebar {
	float: right;
	width: 185px;
	margin-top: 15px;
	margin-right: 10px;
	background-image: url('../_gfx/transe.png');
	padding: 10px;
	display: block;
	height: auto;
	border: 1px silver solid;
}
#footer {
	text-align: left;
	clear: both;
	width: 760px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#disclaimer {
	text-align: center;
	clear: both;
	width: 650px;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
}
/* Masthead Styles */
#masthead h1 {
	margin-top: 0px;
	text-align: center;
	color: #cd5c5c;
	font-weight: normal;
	font-size: 3em;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	margin-left: 0; 
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #2B222F;
	display: block;
	font-size: 1.1em;
	padding: 5px 16px 5px 17px;
	border: 0;
	background-image: url('../_gfx/transe.png');
}
#navigation a:hover {
	text-decoration: none;
	color: #cc0000;
}
a.subnavi {
	text-decoration: none;
	color: navy;
}
a.subnavi:hover {
	color: #cc0000;
	background-color: #FFFCF4;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	font-size: 0.9em;
	color: #503750;
	text-decoration: none;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #2B222F;
	text-decoration: none;
}
a:hover {
	color: #cc0000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.boxkat {
	font-weight: bold;
	font-size: 0.9em;
}
.boxtit {
	margin-top: 10px;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.1em;
	color: #2B222F;
}
a.box {
	color: #2B222F;
}
.boxsub {
	font-size: 1.1em;
	line-height: 1.1em;
}
.boxinf {
	margin-top: 10px;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.2em;
}
form,table,tr,td,p {
	margin: 0px;
	padding: 0px;
}
.abstand {
	margin-top: 10px;
}
span.neurot {
	color: #9F2D41;
}
p.neublau {
	color: Navy;
	font-size: 15px;
}
p.titel {
	font-size: 17px;
	color: #cc0000;
	margin: 20px;
	text-align: left;
}
p.rot13 {
	font-size: 13px;
	color: #cc0000;
	text-align: left;
}
.submenu {
	font-size: 13px;
	text-align: right;
	margin-right: 20px;
	margin-top: -40px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.realcontent {
	margin: 20px;
	width: 680px;
}
.tablecontent {
	width: 680px;
	text-align: left;
}
.linespacer {
	height: 2px;
}
.stuecktitel {
	font-size: 1.1em;
}
.untertitel {
	position: relative;
	top: -3px;
	font-size: 0.8em;
}
.stueckkategorie {
	font-size: 0.9em;
	text-align: right;
}