/* *********************************************** */
/* allgemeine styles */
body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;  /* wenn der inhalt zentriert sein soll */
	font: 15px arial, sans-serif; 
	color: #cccccc;
	background: #580500 url("../../images/bg.jpg") no-repeat top center;
}

a:link	{ 
	text-decoration: none;
}

a:link	{ 
	text-decoration: none;
}

a:visited	{ 
	text-decoration: none;
}

a:focus, a:hover, a:active	{ 
	text-decoration: underline;
}

a img	{ 
	border: 0;
	background: none;
}

label	{
	cursor: pointer;
}

fieldset	{
	border: 0;
	padding: 0;
	margin: 0;
}

legend	{
	font: 75%/100% arial, sans-serif;
	color: black;
	margin: 0;
}

table	{
	width: 100%;
	margin: 1em 0 1em 0;
	border-spacing: 0px;
	font-size: 1em;
	border: 0;
}

table.zeiten {
    font-size: 0.8em;	
}

table.aktuelles {
    font-size: 1em;
}

tr	{
	background-color: none;
}

td	{
	vertical-align: top;
	padding: 10px 5px 0 0;
}

thead td	{
	vertical-align: top;
	color: #ac7f24;
	border-bottom: solid 1px #ac7f24;
	padding: 5px 5px 10px 0;
	font-weight: bold;
}

img	{
	border: 0;
	margin: 0;
}

ol, ul	{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

br	{
	clear: both;
}

/* *********************************************** */
/* rahmenklassen */

#rahmen	{
	 width: 890px;
	 text-align: left;
	 padding: 0;
	 margin: auto; /* wichtig für zentrierte seiten */
}

.hide	{
	position: absolute;
  	top: -6000px;
  	left: -6000px;
  	height: 1px;
 	width: 1px;
}

.hide	{
	display: none;
}

.abstand5	{
	width: 5px;
	height: 5px;
}

.abstand10	{
	width: 10px;
	height: 10px;
}

.abstand20	{
	width: 20px;
	height: 20px;
}

.ausrichtungLinks	{
	float: left;
	margin: 0 10px 10px 0;
}

.ausrichtungRechts	{
	float: right;
	margin: 0 0 10px 10px;
}

.keineAusrichtung	{
	display: block;
	margin: 0 0 10px 0;
}

.clear	{
	clear: both;
	height: 0;
	width: 1px;
	line-height: 0;
	margin: 0;
	padding: 0;
}

/* *********************************************** */
/* kopf */

#logo	{
	display: block;
	margin: 0 0 36px 31px;
}

/* *********************************************** */
/* inhalt */

#article	{
	float: left;
	margin: 153px 0 0 0;
	width: 600px;
	color: #c1c1c1;
}

#direkteinstieg {
    clear: both;
    margin-top: 1em;
}

#direkteinstieg a {
    margin-right: 6px;
}

.bildlinks {
    float: left;
    margin: 0 0.5em 0.5em 0;
}

#article .weitereinfos {
	color: #cccccc;
	font-size: 0.9em;
    padding-left: 12px;
    background: url("../../images/pfeil.gif") no-repeat 0 3px;
}

#article .kleineschrift {
	font-size: 0.9em;
}

#article .download a {
	font-size: 1em;
	font-weight: bold;
    padding-left: 12px;
    background: url("../../images/download.gif") no-repeat 0 4px;
    margin-bottom: 0.2em;
}

.download span {
    clear: both;
    display: block;
    margin: 0em;
    padding-left: 12px;
    font-size: 0.8em;
}

/* *********************************************** */
/* hauptmenue */

#navi {
    background: url("../../images/navikasten.gif") no-repeat 31px 0;
    float: left;
    width: 230px;
    height: 621px;
    margin-right: 42px;
}

#navi a {
    clear: both;
    outline: none;
}

#navi a.haupt {
    display: block;
    margin-top: 3px;
}

.sidenavi {
    padding: 43px 0 0 43px;
    font-size: 0.8em;
}

.sidenavi a,.sidenavi a:visited {
    color: #cccccc;
}

.sidenavi a:hover {
    color: white;
}

a.abstand {
    padding-top: 13px;
}

/* *********************************************** */
/* submenue */

.subnavi {
    list-style: none outside;
    margin: 4px 0 12px 0;
    padding: 0 0 0 43px;
    font-size: 0.8em;
}

.subnavi li {
    margin: 0;
    padding: 0;
}

.subnavi li a {
    color: #7b9299;
}

.subnavi li a:hover {
    color: #ac7f24;
    text-decoration: none;
}

/* *********************************************** */
/* ueberschriften */

#article h1 {
	margin: 0 0 0.5em 0;
    font-size: 1.7em;
    color: #ac7f24;
    font-weight: normal;
}

#article h2 {
	margin: 1em 0 0.5em 0;
    font-size: 1.3em;
    color: #ac7f24;
    font-weight: normal;
}

#article h3 {
	margin: 1.2em 0 0.5em 0;
    font-size: 1.3em;
    color: #ac7f24;
    font-weight: normal;
}

#article h4 {
	margin: 0.5em 0 0.5em 0;
    font-size: 1em;
    font-weight: bold;
}

/* *********************************************** */
/* absaetze, sondertext */

#article p	{
    font-size: 1em;
    line-height: 1.4em;
	margin: 0 0 0.9em 0; 
}

#article a	{
    color: #ac7f24;
    text-decoration: underline;
}

#article a:hover	{
    color: #7b9299;
}

#article strong, b	{
    color: white;
}

/* *********************************************** */
/* listen */

#article ul {
    margin: 1em 0 1em 0;
}

#article li	{
	background: url(../../images/aufzaehlung.gif) no-repeat 0 4px;
	padding: 0 0 0 25px;
	margin: 0;
    font-size: 1em;
    line-height: 1.4em;
}

#article li ul	{
    margin: 0em 0 0.5em 0;
}

#article li ul li	{
	background: none;
	padding: 0 0 0 10px;
	color: #b5a4a3;
}

#article ol 	{
    margin: 1em 0 1em 0;
	list-style-type: decimal;
	padding: 0 0 0 25px;
}

#article ol li	{
	background: none;
	padding: 0;
	margin: 0;
    font-size: 1em;
    line-height: 1.4em;
}

/* *********************************************** */
/* links */

.linkExtern,
.linkIntern	{
	background: url(../images/utilities/button_article.gif) no-repeat right 2px; 
	vertical-align: middle; 
	padding: 0 15px 0 0;
}

/* *********************************************** */
/* bilder */

/* *********************************************** */
/* formulare */

.form	{
	margin: 0;
	padding: 0;
}

.form #meldung {
    clear: both;
    font-weight: bold;
    width: 380px;
    padding: 5px 10px;
    margin: 20px 0 10px 0;
    background-color: #bc1502;
    color: white;
}

.form .hr {
    clear: both;
    width: 400px;
    border-top: solid 1px #ac7f24;
    padding-top: 10px;
    marging-top: 10px;
    
}

.form label {
    clear: both;
    float: left;
    display: block;
    width: 100px;
    vertical-align: top;
    padding: 3px 0 0 0;
    margin-bottom: 10px;
}

.form input {
    float: left;
    margin-right: 10px;
}

.form input.eingabe {
    width: 300px;
    background: #2c0200;
    border: solid 1px black;
    border-color: #000000 #921235 #921235 #000000;
    padding: 2px;
    font-size: 1em;
    color: white;
    vertical-align: top;
    margin-bottom: 10px;
}

.form input#plz.eingabe {
    width: 80px;
}

.form input#ort.eingabe {
    width: 204px;
}

.form .spalte {
    float: left;
    width: 240px;
}

.form .umbruch {
    clear: both;
}

.form label.checkbox {
    float: left;
    clear: none;
    display: block;
    width: auto;
}

.form input.checkbox {
    float: left;
}

.form input#submit {
    margin: 20px 0;
 clear: both;   
}