/* CSS Document */

body {	background-color: #CDE7EC;
	background-attachment: fixed;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333399;
}

div#img_obj{
	border: 1px solid #5000A0;
	margin: 5px;
         width: 500;
         height: 500;
         position: relative;
         top: 0px;
         left: 0px;
         z-index: 10;
	background-color: #FFFFFF;
        	filter:alpha(opacity=0);
	opacity:0.00;
 }

div#main2 {
	width: 103%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	filter:alpha(opacity=80);
	-moz-opacity:0.90;
	z-index: 1;
	background-image: url(framebg.png);
}
a {	font-size:xx-small;text-decoration:none; text-transform: uppercase;}
a#line {	color:#ffffff; text-decoration:none; font-size:xx-small;}
a:hover {text-decoration:underline overline;}
a#container_mehr {color: #FFFFFF;}

/* Unsichtbare Ebene, die später mit Inhalt gefüllt wird */
.container_hidden {
	display: none;
	height: 0px;
	width: 0px;
}

/* Schaltfläche zum Einschalten der Details */
.container_mehr{
	background-color: #0F6C98;
	border: solid 1px #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 10px;
  	vertical-align: middle;
	text-align: center;
   	padding: 1px;
     	height: 15px;
    	width: 130px;
    	position: absolute;/*   */
	top: 0px;
	right: 0px;
	z-Index: 15;
}
/* Darstellung der Detailansicht - überlagertes Detail-Informations-Fenster */
.container_list_detail{
	background-image: url(framebg1.gif);
         border: solid 1px #5000A0;
	padding: 5px;
	overflow: auto;
	margin: 5px;
	position: absolute;
	top: 5px;
	width: auto;
	height: auto;
	z-index: 30;
	clear: both;
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
}
/* Bilderdarstellung in der List- und Übersichtsbox - Normalansicht */
div.container_list_detail img{
	border: 1px solid #5000A0;
	margin: 5px;
 }

fieldset {
        border: 4px groove #FF0000;
}
legend {
        font-family: "Times New Roman", Times, serif;
        font-size: 16px;
        font-style: italic;
        color: #CC3300;
}
button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #FFFF00;
        background-color: #990000;
        border: 5px ridge #FF0000;