/* -------- Aussehen von HTML-Elementen ----------------------------------------------------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #F5F5F5;
	padding-left: 10px;
	
	SCROLLBAR-FACE-COLOR: #6AB5FF;
	SCROLLBAR-SHADOW-COLOR:  #6AB5FF;
	SCROLLBAR-3DLIGHT-COLOR:  #6AB5FF;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
	SCROLLBAR-BASE-COLOR: #6AB5FF;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

td{
	background-color: transparent !important;
}

a{
	color: #0056B2;
	font-weight: bold;
	text-decoration: none;
}
/*
a:visited{
}
a:active{
}
a:hover{
	text-decoration: underline;
}
*/

img {
	border: 0px;
}


/* -------- Spaltenformatierungen -------------------------------------------------------------------------------------- */

.seitenspaltel {
	background: #E6E6E6 !important;
	border: 1px solid black;
	width: 160px;
	padding-top: 19px !important;
}

.seitenspalter {
	background: #E6E6E6 !important;
	border: 1px solid black;
	width: 160px;
	padding-top: 15px !important;
}

.inhalt {
	width: 500px;
	background: white !important;
	padding: 22px 40px 10px 40px !important;
	border: 1px solid black;
	text-align: justify;
}

.titel {
	border-right: 1px solid black;
}

.linieh {
	background: #6AB5FF !important;
	border: 1px solid black !important;
	height: 5px !important;
}

.liniev {
	background: #9E9E9E !important;
	border: 1px solid black !important;
	height: 5px !important;
	width: 5px;
}


/* -------- Aussehen von Klassenobjekten ------------------------------------------------------------------------------------ */
.haupttabelle {
	width: 922px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

.haupttabelle td {
/* border: 1px solid green;  */
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #F5F5F5;
}

/* -------- Meldungen --------------------------- */
.meldung_ganz_titel {
	font-weight: bold;
	font-size: 14px;
	color: #0056B2;
	background-color: #6AB5FF;
	width: 480px;
	padding: 2px 10px 2px 10px;
	margin: 5px 5px 0px 0px;
	border: 1px solid black;
}

.meldung_ganz {
	width: 480px;
	padding: 5px 10px 10px 5px;
	margin: 5px 5px 20px 0px;
}

.meldung_titel {
	font-weight: bold;
	color: #0056B2;
	background-color: #6AB5FF;;
	width: 480px;
	padding: 2px 10px 2px 10px;
	margin: 5px 5px 0px 0px;
	border: 1px solid black;
}

.meldung {
	color: black;
	width: 480px;
	padding: 10px 10px 10px 10px;
	margin: 0px 5px 10px 0px;
	border: 1px solid black;
	border-top: 0px;
}

.mehrlink{
	text-align: right;
	margin: 5px 0px 0px 5px;
}

/* -------- Hotlinks --------------------------- */

.hotlink_titel {
	background: #CFCFCF;
	margin: 10px 2px 0px 2px;
	padding: 1px 1px 1px 5px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	
	border: 1px solid #676767;
	
}

.hotlink {
	background: white;
	margin: 0px 2px 2px 2px;
	padding: 5px 3px 5px 5px;
	
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	
	border-left: 1px solid #676767;
	border-right: 1px solid #676767;
	border-bottom: 1px solid #676767;
}

/* --- Navilinks --------------------------- */
ul#navilink{
	margin: 0px;
	padding: 0px;
}

ul#navilink li{
	list-style: none;
	background: #CFCFCF;
	width: 135px;
	border: 1px solid black;
	margin: 6px 0px 0px 10px;
	padding: 0px;
}

ul#navilink li a {
	display:block;
	font: 13px arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: black;
	padding: 1px 1px 1px 5px;
}
* html ul#navilink li a {  /* Breitenangaben nur fuer IE */
    width: 100%;
}

ul#navilink li a:hover {
	color: #0056B2;
	background: #6AB5FF;;
}

ul#navilink li#aktuelle_seite{
	color: #0056B2;
	background: #6AB5FF;;
	font: 13px arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 1px 1px 5px;
	width: 129px;
}
* html ul#navilink li#aktuelle_seite {  /* Breitenangaben nur fuer IE */
    width: 135px;
}


ul#navilink li#navisublink {
	list-style: none;
	background: white;
	width: 115px;
	border: 1px solid black;
	margin: 1px 0px 0px 30px;
	padding: 0px;
}

ul#navilink li#navisublink a{
	display:block;
	font: 12px arial, helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: black;			
}
* html ul#navilink li#navisublink a {  /* Breitenangaben nur fuer IE */
    width: 100%;
}

ul#navilink li#navisublink a:hover {
	color: #0056B2;
	background: #6AB5FF;
}

ul#navilink li#aktuelle_subseite{
	color: #0056B2;
	background: #6AB5FF;;
	font: 12px arial, helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	padding: 1px 1px 1px 5px;
	margin: 1px 0px 0px 30px;
	width: 109px;
}
* html ul#navilink li#aktuelle_subseite {  /* Breitenangaben nur fuer IE */
    width: 115px;
}


/* Alles ab hier ist für multimediadateien *****************************************************************************************************/
/* Alles ab hier ist für multimediadateien *****************************************************************************************************/
/* Alles ab hier ist für multimediadateien *****************************************************************************************************/
/* Alles ab hier ist für multimediadateien *****************************************************************************************************/

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}


#breadcrumbs {
	color: #6D98DE;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	margin: 0 0 8px 8px;
}

#breadcrumbs a, #breadcrumbs a:visited, #breadcrumbs a:link, #breadcrumbs a:active {
	color: #6D98DE;
	text-decoration:none;
}

#breadcrumbs a:hover {
	text-decoration:underline;
}

#listingcontainer {
	background-image:url(bg.gif);
	padding: 10px;
	background-color:#FFFFFF;
}

#listingheader {
	color: #000000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
}

#listingheader a, #listingheader a:active, #listingheader a:visited, #listingheader a:link {
	text-decoration: none;
	color: #000000;
}

#listingheader a:hover {
	text-decoration: underline;
	color: #000000;
}


#headerfile {
	text-align:left;
	float: left;
	width: 300px; 
}

#headersize {
	text-align:right;
	width: 75px;
	float: left;
}

#listing {
	border: 1px solid #0056B2;
}

#listing a {
	display:block;
	padding: 2px 5px 2px 5px;
	font-size:11px;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	width:480px;
	text-align:right;
	
}

#listing a:hover {
	background-color:#C8C8C8;
}

#listing a img {
	float:left;
	margin-right: 4px;
}



#listing a strong {
	width: 270px;
	float:left;
	text-align:left;
}

#listing a em {
	float: left;
	width: 75px;
	text-align:right;
	}

#listing a span {
	position: absolute;
	margin-left: -151px;
	margin-top: -2px;
}

#listing a span img {
	width: 150px;
	background-color:#CCCCCC;
	visibility: hidden;	
}

#listing a:hover span img {
	border: 1px solid #666666;
	visibility: visible;
}

#copy {
	width: 600px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:x-small;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
}

#copy a {
	text-decoration: underline;
	color: #666666;
}

.b {
	background-color: #6AB5FF;
	
}

.w {
	background-color:#FFFFFF;
}

.mod {
	float:right;
}

.size {
	float:right;
}