/* Standard-CSS fuer www.florianhuettner2.de */



html, body, div, p, h1, h2, h3, h4, ul, ol,
span, a, table, td, img, form, input, li
{
	margin: 0;
	padding: 0;
	border: none;
	font-family: "courier new", courier, monospace;
}

body
{
	font: 101%;
	/*color: #000;*/
	padding: 0 4px;
	background-color: white;
	background-image: url(/allg_bilder/raster-light.gif);
}

/* ALLGEMEIN GueLTIGE FORMATIERUNGEN */
table
{
	border: medium none;
	margin: 15px 25px;
	border-collapse: collapse;
	align: left;
	z-index: 0;
	text-align: left;
}

td { vertical-align: bottom; }
td img { margin: 5px; }
td p { padding: 6px 15px; }
p { padding: 0 20px; }

a, a:link, a:active, a:visited, a:focus
{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

a:hover
{
	color: #FF0000;
	border: none;
	text-decoration: none;
}

h1
{
	font: bold, 1.2em;
	letter-spacing: 1px;
}

h2
{
	font: bold, 1em/1em "courier new", courier, monospace;
	letter-spacing: 1px;
	line-height: 30px;
}

h3
{
	font: bold, 0.8em/0.8em "courier new", courier, monospace;
	letter-spacing: 1px;
	margin-left: 10px;
}

h4
{
	font: bold, 0.7em/0.7em "courier new", courier, monospace;
	letter-spacing: 1px;
	margin-left: 10px;
}

.leichtgrau { color: #eee; }
.schwarz { color: #000; }










/*.schwarz a, a:link, a:active, a:visited, a:focus {
   color: #000;
}*/

.gesperrt-5 { letter-spacing: 0.5em; }
.klein { font-size: 0.85em; }
.feist { font-weight: bold; }

.solopic
{
	margin: 0 0 20px 20px;
	border: 0;
}

.solopic img { margin: 0 20px 10px 0; }

.fliesstext { font-family: Verdana, sans-serif; }

/* SEKTIONSWEITE FORMATIERUNGEN */


#main
{
	padding: 30px;
	text-align: center;
	
}


.clear
{
	clear: both;
	line-height: 0;
}

.search
{
	position: absolute;
	right: 10px;
	top: 9px;
	/*float: right;
	margin: -5px 10px 0 0;*/
	font: normal .8em/1em verdana, arial, sans-serif;
	width: 14em;
	padding: 2px 2px 2px 4px;
	color: #000;
	background-color: #fff;
	border: 1px dotted #000;
}

/* WEITERE SEITEN */
/* navigation oben stu*/
/* style the outer div to give it width */
.menu
{
	font-size: 0.85em;
	padding: 0;
	width: 100%;
	background: #fff;
	border: 1px solid #000;
	margin: 5px 0 10px 0;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	height: 2em;
	background: transparent;
}

/* style the sub-level lists */
.menu ul ul { width: 10em; }

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li
{
	float: left;
	height: 2em;
	line-height: 2em;
	display: block;
}

/* style the sub level list items */
.menu ul ul li
{
	display: block;
	width: 15em;
	height: auto;
	line-height: 1em;
	background: #ddd;
}

/* style the links for the top level */
.menu a, .menu a:visited
{
	display: block;
	float: left;
	height: 100%;
	font-size: 1em;
	text-decoration: none;
	color: #000;
	padding: 0 1em 0 .8em;
	border-left: 1px solid #eee;
	border-right: 1px solid #000;
}

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited
{
	display: block;
	background: #fff;
	color: #000;
	height: 100%;
	width: 100%;
	line-height: 1em;
	padding: 0.5em 1em;
	border-bottom: 1px solid #000;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table
{
	border-collapse: collapse;
	padding: 0;
	margin: -1px;
	width: 0;
	height: 0;
	font-size: 1em;
	z-index: 1;
}

/* style the sub level 1 background */
.menu ul :hover a.sub1 { background: #447b7b; }

/* style the sub level 2 background */
.menu ul ul :hover a.sub2 { background: #447b7b; }

/* style the level hovers */
/* first */
* html .menu a:hover
{
	color: #fff;
	background: #00FF00;
	position: relative;
	z-index: 10;
}

.menu li:hover { position: relative; }

.menu :hover > a
{
	background: #00FF00;
	color: #fff;
}

/* second */
* html .menu ul ul a:hover
{
	background: #00FF00;
	color: #fff;
	position: relative;
	z-index: 20;
}

.menu ul ul li:hover { position: relative; }

.menu ul ul :hover > a
{
	background: #00FF00;
	color: #fff;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul
{
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 2em;
	left: 0;
	width: 14em;
}

/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul
{
	visibility: visible;
	height: auto;
	padding: 0 3em 3em 3em;
	background: transparent url(allg_bilder/blank.gif);
	left: -3em;
}

/* END navigation oben stu*/
/* themen-kopf */
.header-thema
{
	margin: 20px 0;
	line-height: 30px;
}

div#header-thema-linie
{
	margin: 20px 0;
	padding-left: 20px;
	/*line-height: 30px;*/
	border-top: 2px dashed #000;
	border-bottom: 2px dashed #000;
}

.header-thema h3 { padding-left: 20px; }

/* END themen-kopf */
/* textseite */
div#content-text
{
	font: 90% "courier new" monospace;
	margin: 0px 10px 10px 15px;
	width: 70%;
	padding: 10px;
	background-color: #fff;
}

div#content-text p
{
	line-height: 1.3em;
	/* padding: 10px;
   background-color: #fff*/
}

div#content-text h3, h4
{
	padding-left: 10px;
	/*background-color: #fff;*/
}

div#text-element
{
	font: 90% "courier new" monospace;
	margin: 0px 10px 10px 15px;
	width: 70%;
	padding: 10px;
	background-color: transparent;
	border: 2px dashed #FF0000;
}

/*.transpa {
   background-color: transparent;
   }*/

/* END textseite */
/* Publikationen-Editionen */
#publi-edi-kont
{
	font: 90% "courier new" monospace;
	padding: 10px;
	background-color: #dfdddd;
	border: 2px dashed #f09;
	margin: 30px 10px 20px 10px;
}

#publi-edi-kont p { padding: 5px 0; }

.publi
{
	padding: 5px;
}

.edi
{
	padding: 5px;
}

/* END Publikationen-Editionen */
/* Bildseite */
.mittig { text-align: center; }

.txt
{
	position: absolute;
	bottom: 6px;
	padding-left: 15px;
	margin: 10px;
	width: 300px;
	overflow: visible;
}

/* END Bildseite */
ul { margin-left: 20px; }

/*ul { list-style-type: none; } */
/* END Bildseite2 */
#thumbbox
{
	width: 90%;
	margin: 20px 1% 20px 0;
	padding: 0 4%;
	text-align: left;
}

#thumbbox img
{
	margin: 5px 5px;
	border: none;
}



/*  * * * * * LIGHTBOX * * * * *  */
#lightbox
{
	background-color: #eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}

#lightboxDetails
{
	font-size: 0.8em;
	padding-top: 0.4em;
}

#lightboxCaption { float: left; }
#keyboardMsg { float: right; }

#closeButton
{
	top: 5px;
	right: 5px;
}

#lightbox img
{
	border: none;
	clear: both;
}

#overlay img { border: none; }
#overlay { background-image: url(../2002/webg_hg/images/overlay.png); }

* html #overlay
{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../2002/webg_hg/images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
}

