@charset "UTF-8";
/* CSS Document */

	ul#Navigation, ul#subNavigation {
  	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
    margin: 0;
	padding: 0.8em;
    text-align: left;
}
  
	ul#Navigation li {
    list-style: none;
    display: inline;
	padding-top: 15px;
	border-right: #000000 1px solid;
}
  
	ul#subNavigation li {
    list-style: none;
    display: inline;
	padding-top: 10px;
	border-right: #000000 1px solid;
}

	ul#Navigation a, ul#subNavigation a {
    padding: 0.2em 1em;
    text-decoration: none;
	font-weight: normal;
	font-size: 12px;
    color: #000000;
	outline: none;
}
	* html ul#Navigation a, * html ul#subNavigation a {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
}
	ul#Navigation a:hover, ul#subNavigation a:hover {
    color: #607485;
}

	ul#Navigation a.aktuell, ul#subNavigation a.aktuell {
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}  

	h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	color: #000000;
	margin:0;
	padding-bottom:10px;
}
  
	h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border-left:5px solid #000000;
	padding-left:5px;
	line-height:15px;

}  

	h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height:15px;
	padding-bottom:0px;
	padding-top:0px;
	margin:0;
}


	h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height:15px;
	padding-top:10px;
	padding-bottom:5px;
	border-top:1px solid #000000;
	margin:0;
}
  
    p {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #000000;
	line-height:15px;
	padding-top:4px;
	padding-bottom:4px;
	margin:0;
}
  
	p a, p a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style:italic;
	color: #000000;
	outline:none;
}
  
	p a:hover, p a:active {
	text-decoration: none;
	color: #607485;
}
  
   .caption, .caption a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:normal;
	color: #000000;
}
   
	.caption a, .caption a:link {
	text-decoration: none;
	outline:none;
	color:#000000;
}
  
   .caption a:hover, .caption a:active {
	text-decoration: none;
	color: #607485;
}
  
	.box {
	border-top:1px solid black;
	border-bottom:1px solid black;
	margin-top:10px;
}
   
	.textfield_form { 
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	width:300px;
}
 
	.textfield_login { 
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	width:178px;
}

	.list {
	list-style:none;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:black;
	font-size:12px;
	border-top:1px dotted black;
	padding-top:5px;
}
 
	.list a, .list li a:visited, .list li a:active {
	background-image:url(../images/layout/pfeil.jpg);
	background-repeat:no-repeat;
	background-position:0px 30%;
	padding-left:10px;
	text-decoration:none;
	color:black;
}

	.list li a:hover {
	color:#607485;
	background-image:url(../images/layout/pfeil_taupe.jpg);
	background-repeat:no-repeat;
	background-position:0px 30%;
	padding-left:10px;
} 

	.left {
	float:left;
}
 
	.right {
	float:right;
}

    .form {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #000000;
	border-top:1px dotted #000000;
	padding-top:3px;
}

    .body {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #000000;
}

    .sitemap {
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	line-height:15px;
	border-top:1px dotted #000000;
	list-style-image:url(../images/layout/pfeil.jpg);
	margin:0;
	padding-top:3px;
	padding-bottom:5px;
	padding-left:15px;
}

    .sitemap a, sitemap a:visited {
    color: #000000;
	text-decoration:underline;
}

    .sitemap a:hover, sitemap a:link, sitemap a:active {
	color: #607485;
	text-decoration:none;
}

	ul#sitemap {
	padding-left:15px;
	margin-top:5px;
	margin-bottom:0;
	padding-bottom:0;
}
