body
{
margin: 0;
padding: 0;
background: #7C0038;
color: #000;
font-size: 100.01%;
}

/* aeusserer Container */

#aussen
{
margin: 0;
padding: 0;
max-width: 77em;
min-width: 60em;
font: 82% Verdana, Lucida, sans-serif;
}

/* Links */

a:link, a:visited
{
color: #7c0038;
text-decoration:none;
}

a:hover
{
color: #fff;
text-decoration: underline;
background-color:#7C0038;
}

/* Schriften */

div, p, ul, ol, dl, th, td, input, select
{
font-size: 1em;
}

pre, tt, code
{
font: 1em Courier, monospace;
}

h1, h2, h3

{
position: relative;
}

h1, h2
{
font-family:  Georgia, "New Century Schoolbook", Times, "Times New Roman", serif;
font-weight: normal;
}

h1
{
margin-top: 0;
font-size: 1.6em;
line-height: 1.2em;
}

h2
{
font-size: 1.4em;
line-height: 1.2em;
border-bottom: 1px solid #ccc;
}

h3, h4, h5, h6
{
font: bold 1em Verdana, Lucida, sans-serif;
}

ul
{
list-style-type: square;
}

/* Logo */

#logo
{
position: absolute;
left: 0px;
top: 0px;
z-index:5;
}

/* Platzhalter neben und hinter dem Logo */

#banner
{
height: 80px;
margin: 0 0 0 20px;
}

/* Arbeitsbereich */

#blatt
{
height: auto;
margin: 0 0 0 20px;
padding: 0 16px 0 0;
background: #c0c0c0;
}

/* logischer Pfad zur aktuellen Seite (breadcrumb trail) */

#pfad
{
position: relative;
margin: 0 0 0 15.4em;
padding: 5px 20px;
background: #c0c0c0;
font-size: 0.85em;
/* border-top: 1px solid #7c0038;
border-right: 1px solid #7c0038;*/
border-left: 1px solid #7c0038;
border-bottom: 1px solid #7c0038;
}

html>body #pfad
{
margin: 0 0 0 15.3em;
}

#pfad-wide
{
position: relative;
margin: 0 0 0 16px;
padding: 5px 20px;
background: #ddd;
font-size: 0.85em;
border-top: 1px solid #008c4f;
border-right: 1px solid #008c4f;
border-left: 1px solid #008c4f;

}

/* Navigationsbox */

#navbox
{
position: absolute;
left: 20px;
width: 14.5em;
font-size: 0.9em;
background: #c0c0c0;
}

#navbox a:hover
{
text-decoration: none;
}

#navbox table
{
border-top: 1px solid #7c0038;
border-bottom: 1px solid #7c0038;
border-left: 1px solid #7c0038;
}

/* Navigationsbox-Eintr�ge (Listenform)*/

#navbox dl
{
margin: 0;
padding: 0;
border-bottom: 1px solid #7c0038;
}

#navbox dt
{
margin: 0;
padding: 0;
border-top: 1px solid #7c0038;
font-weight: bold;
}

#navbox dt a
{
display: block;
border-left: 4px solid #ccc;
padding: 4px 4px 4px 6px;
}

#navbox dt a:hover
{
border-left: 4px solid #7c0038;
}

#navbox dd
{
margin: 0;
padding: 0;
border-top: 1px solid #ccc;
font-size: 0.9em;
}

#navbox dd a
{
display: block;
border-left: 4px solid #ccc;
padding: 4px 4px 4px 6px;
}

#navbox dd a:hover
{
border-left: 4px solid #7c0038;
}

/* zus�tzliche Navigationsbox-Eintr�ge */

#navbox dl.extra
{
margin: 20px 0 0 0;
padding: 0;
color: #000000;
border: none;
}

#navbox dl.extra dt
{
margin: 0;
padding: 0 4px 8px 10px;
background: none;
font-weight: bold;
border: none;
}

#navbox dl.extra dd
{
margin: 0;
padding: 0 4px 4px 10px;
background: none;
font-size: 0.9em;
border: none;
}

#navbox dl.extra a
{
display: inline;
padding: 0;
background: none;
border: none;
color:#000;
}

#navbox dl.extra a:hover
{
border: none;
text-decoration: underline;
color:#000;
}


/* Inhalt */

#inhalt
{
margin: 0 0 0 13em;
padding: 20px;
color: #000;
background: #eee;
border-right: 1px solid #7c0038;
border-bottom: 1px solid #7c0038;
border-left: 1px solid #7c0038;

min-height:400px;
height:auto !important;
height:400px;
}

#inhalt-wide
{
margin: 0 0 0 16px;
padding: 20px;
color: #333;
background: #fff;
border-right: 1px solid #008c4f;
border-bottom: 1px solid #008c4f;
border-left: 1px solid #008c4f;
}

/* 1. Spalte des Inhaltes */

#spalte1
{
margin: 0;
padding: 0 20px 0 0;
vertical-align: top;
min-width: 50%;
max-width: 70%;
}

#spalte1 a:link, #spalte1 a:visited
{
text-decoration: underline;
}

#spalte1 h2 a:link, #spalte1 h2 a:visited
{
text-decoration: none;
}

#spalte1 h3, #spalte1 p,
#spalte1 ul, #spalte1 ol, #spalte1 dl,
#spalte1 td
{
line-height: 1.4em;
}

#spalte1 h2
{
margin-top: 1.5em;
border-bottom: 1px solid #ccc;
}

/* Bildershow auf der Homepage */
/*
#spalte1 div.bildshow
{
margin: 0;
padding: 0 0 5px 0;
font-size: 0.9em;
background: #fff;
text-align: center;
}

#spalte1 div.bildshow img
{
margin: 0 0 5px 0;
padding: 10px;
border: 1px solid #ccc;
background: #fff;
}

#spalte1 div.bildshow a
{
text-decoration: none;
}
*/
/* aktuelle Stories auf der Homepage (teaser = Lockartikel) */
/*
#spalte1 div.teaser
{
margin: 0;
padding: 0;
font-size: 0.9em;
}

#spalte1 div.teaser h2
{
font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
}

#spalte1 div.teaser img
{
padding: 0px 16px 8px 0;
float: left;
}
*/
/* 2. Spalte des Inhaltes (zus�tzliche Infos) */
/*
#spalte2
{
margin: 0;
padding: 0;
vertical-align: top;
min-width: 30%;
max-width: 50%;
}

#spalte2 dl
{
margin: 0 0 10px 0;
padding: 0;
border: 1px solid #7c0038;
}

#spalte2 dt
{
margin: 0;
padding: 4px 10px 4px 10px;
background: #ddd;
font-weight: bold;
font-size: 0.9em;
white-space: nowrap;
border-bottom: 1px solid #ccc;
}

#spalte2 dd
{
margin: 0;
padding: 4px 10px 4px 10px;
font-size: 0.85em;
background: #fff;
}
*/
/* Fuss der Seite; Copyright, Impressum etc. */

#fuss
{
margin: 0 0 0 15.3em;
padding: 8px 20px;
font-size: 0.85em;
}

#fuss-wide
{
margin: 0 0 0 16px;
padding: 8px 20px;
font-size: 0.85em;
}

/* Hervorhebungen */

.highlight
{
background: #ddd;
border: 1px solid #ccc;
}

/* Schriftgr��en */

.sehrgross
{
font-size: 1.4em;
}

.gross
{
font-size: 1.2em;
}

.kleiner
{
font-size: 0.9em;
}

.klein
{
font-size: 0.85em;
}

/* diverse Klassen zur Formatierung des Inhaltes */

.back /*F�r jede Art von "Back To Top"-Link*/
{
text-align:right;
font-size:smaller;
}


li /* formatierung f�r z.B. Ver�ffentlichungen */
{ font-size: 0.85em; }

.fleft
{
float: left;
}

.fright
{
float: right;
}

.indent /* Einzug links */
{
margin-left: 20px;
}

.center /* zentriert */
{
text-align: center;
}

.right /* rechtsb�ndig */
{
text-align: right;
}

.hide /* nicht anzeigen */
{
display: none;
}

.noscreen /* in der Bildschirmansicht nicht anzeigen */
{
display: none;
}

.dummy /* wird ben�tigt f�r korrekten Seitenfluss nach Float-Elementen */
{
clear: both;
}

.kasten
{
border: 1px solid #ccc;
background: #ddd;
padding: 3px;
}

.newskasten
{
border: 1px solid #ccc;
background: #ddd;
padding: 3px;
font-weight:bold;
color:#7c0038;
text-align:center
}


table.gitter
{
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
margin: 0;
padding: 0;
}

table.gitter td
{
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
margin: 0;
padding: 3px;
}

table.gitter th
{
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background: #ddd;
margin: 0;
padding: 3px;
text-align: left;
}

table.einfach
{
border: 1px solid #ccc;
margin: 0;
padding: 0;
}

table.einfach td
{
margin: 0;
padding: 3px;
}

table.einfach th
{
background: #ddd;
border-bottom: #ccc;
margin: 0;
padding: 3px;
text-align: left;
}

/*Lightbox Dinge */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../Bilder/System/lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../Bilder/System/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../Bilder/System/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

 html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

 html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	