body
{
    background-position: 0px 135px;
    background-color: #F6F6F0;
    background-image: url('Bilder/blume.gif');
    background-repeat: no-repeat;
    background-attachment:scroll;
}

p, h1, h2, p, td, a
{
    margin: 0px;
    padding: 0px;
    color: #3e3e24;
    text-align: left;
    font: normal 13px/15px Arial, Helvetica, sans-serif;
    letter-spacing: 0.03em;
}

h1
{
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
}

.kleiner
{font: normal 11px/15px Verdana, Arial, Helvetica, sans-serif;}

ul
{
	list-style-type:square;
	margin:0px 0px 0px 15px;
	padding:0px 0px 0px 5px;
	font: normal 12px/19px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#Inhalt {
	position:absolute;
	left:180px;
	top:150px;
	width:800px;
	height:auto;
	z-index:1;
	overflow:visible;
	margin: 0px;
	padding: 0px;
}

#Inhalt td
{
    padding-right: 4px;
    vertical-align: top;
}

/* Formate für die Galerie */
.galerie
{   
    empty-cells:hide; /*AB IE8 werden leere Zellen nicht angezeigt */
}
table.galerie td
{
    padding: 0px !important;
    width: 19% !important;
    margin: 0px;
    border-width: 5px;
    border-color: #F6F6F0;
    color: White;
   background-color: #3e3e24;
    border-right-style: solid;
    empty-cells: hide;
}

table.galerie td p
{
    color:White;
    padding:10px 8px;
}

table.galerie td img
{   position: static;
    border-width: 5px;
    border-color: #F6F6F0;
    z-index: 1;
    border-top-style: solid;
    cursor:pointer;
}

#BildDetailansicht
{  
    border: 4px solid #3e3e24 !important;
    
}

#DetailansichtAbblenden
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 840px;
    background-color: #F6F6F0;
    filter: alpha(opacity=90);
    opacity: 0.9;
    vertical-align: middle;
    text-align: center;
    visibility:hidden;
    z-index:2;
}

#Detailansicht
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 500px;
    width: 840px;
    vertical-align: middle;
    text-align: center;
    visibility:hidden;
    z-index:5;
    cursor:pointer;
}


/* Ende Formate Galerie */

#BalkenWeiss
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100px;
    z-index: -1;
    background-color: white;
}

#Logo
{
	position:absolute;
	left:20px;
	top:4px;
	width:250px;
	height:80px;
	z-index:1;
}

.Drucken
{
    position: absolute;
    left: 1000px;
    width: 30px;
    height: 20px;
    z-index: 10;
    top:98px;
}

@media print{
#Inhalt, #TitelMitGalerie, #TextMitGalerie, #Logo
 {
	position:static;
	height:auto;
	width:auto;
	left:0px;
	/*top:0px;
	
	z-index:10;
	overflow:visible;*/
}

}
