BODY 
{
	font-family: Times, serif;
	font-size: 13px; 
	font-weight: normal;
	text-align: center;
	margin-top: 0px;
}

td, p {
	font-family: Times, serif;
	font-size: 13px; 
	font-weight: normal;
}

hr {
	height: 1px;
}

.black {
	color: #000000;
}

.gray {
	color: #7f7f7f;
}

.line_gray { 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7f7f7f;
}

.line_black { 	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottmom-color: #000000; 
}

h1 {
	font-size: 14px;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
}

h2 {
	font-size: 14px;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
}

.Title {
	font-size: 14px;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
}

.br_Navig {
	line-height: 50px;
	
}

NavigList {
	line-height: 50px;
	height: 50px;
}

img { border: 0px; }

.error {
	font-weight: bold;
	color: #cc3333;
}

/* Div Classes */
/* Bilder Bild-Navig */
.BildNavig {
   /* top: 0px;
	left: 0px; */
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

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

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

.BildNavig_3 {
	float: right;
}

img.passive {
	opacity:0.5;
	filter:alpha(opacity=50);
}

img.passive:Hover {
 	opacity: 1;
	filter: alpha(opacity=100);
}

img.active {
	opacity: 1;
	filter: alpha(opacity=100);
}

.NavigTitle {
	height: 22px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7f7f7f;
	margin-bottom: 5px;
}

.SiteNavigButtons {
	float: left;
	margin-right: -4px;
	overflow: visible;
}


/*Bilder Main Content */
.BildContent {
	width: 397px;
	height: 320px;
	overflow: hidden;
	margin-bottom: 10px;
}

.BildCover {
	width: 397px;
	margin-bottom: 10px;
}

.BildRahmen {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}
/*
.TextContent {
	width: 350px;
	margin-top: 10px;
}
*/
/*Aktuelles rechts oben */
.aktuell {
  float: left;
  width: 140px;
  height: 90px;
  margin-right: 8px;
  padding-top: 10px;
}

.aktuellDatum {
	padding-left: 4px;
	margin-bottom: 4px;
}

.scroll-pane {
				width: 300px;
				float: left;
				padding: 0;
		}	

.clear {
	clear: left;
	clear: right;
}

.spacer10 { height: 10px; }
.spacer15 { height: 15px; }
.spacer20 { height: 20px; }
