body
{
    background-color: #004600;    
    overflow:auto;
}

#Zentrierhilfe, #Hintergrund_unten, #Hintergrund_oben
{
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0px;
    margin: -278px 0px 0px -478px; 
    height: 556px;
    width: 100%;
    overflow:visible;
    
    background: url("/css/Bilder/Hintergrund-3-Slices-Mitte.jpg");
    background-repeat:no-repeat;
    z-index:3;

}

#Hintergrund_unten
{   height: 278px;
    margin-top: 277px;
    background: url("/css/Bilder/Hintergrund-3-Slices-Unten.jpg");
    z-index:1;
    }
    
#Hintergrund_oben
{   height: 278px;
    margin-top: -556px;
    background: url("/css/Bilder/Hintergrund-3-Slices-Oben.jpg");
    z-index:1;
}

#Inhalt {
	position:absolute;
	left:343px;
	top:7px;
	width:590px;
	height:565px;
	z-index:1;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
}

#Logo
{
	position:absolute;
	left:3px;
	top:-20px;
	width:250px;
	height:80px;
	z-index:0;
}

#Logo a
{
text-decoration:none;
color:#eeecdf;
}


p, h1, h2, p, td
{
    margin: 0px;
    padding: 0px;
    color: #EEECDF;
    text-align: left;
    font: normal 12px/19px Verdana, Arial, Helvetica, sans-serif;
    vertical-align: top;
}

h1
{
    font-weight: bold;
    color: #EEECDF;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 19px;
}

a
{   text-decoration:none;
    color:#d0cb35;
}

a:hover{
color:#FF0000;
}

.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;
}

.Drucken
{
    position: absolute;
    top: -13px;
    width: 30px;
    height: 20px;
    z-index: 10;
    left: 900px;
}

.TitelMitGalerie
{
	position:absolute;
	top:10px;
	left:0px;
	width:535px;
	height:35px;
	padding:8px 20px 0px;
	margin:0px;
	overflow:hidden;
	z-index:2;
}

.TextMitGalerie, .TextMitFlash 
{
	position:absolute;
	/*top:102px; wird höher gestellt das Titel ausgblendet wird*/
	top:20px;
	left:0px;
	width:531px;
	height:446px;
	padding:42px 20px 10px;
	margin:0px;
	overflow:auto;
	z-index:1;
	visibility: visible;
}

.TextMitFlash
{
	height:178px;
	width:530px;
}

.TextOhneGalerieOhneTitel /* Ohne Titel, z.B. fuer Einstiegsflash */
{
	position:absolute;
	visibility:visible;
	top:20px;
	left:20px;
	width:550px;	
	height:auto;
	padding:0px;
	margin:0px;
	z-index:1;
	overflow:hidden;
}

.Flash
{
	position:absolute;
	visibility:visible;
	bottom:50px;
	left:20px;
	width:550px;	
	height:250px;
	padding:0px;
	margin:0px;
	z-index:1;
	overflow:hidden;
}

.Galerie
{
	position:absolute;
	left:20px;
	bottom:50px;
	width:100%;
	height:70px;
	padding:0px;
	margin:0px;
	z-index:2;
	visibility:visible;
	overflow:hidden;
}

.Galerie img
{   
    padding: 0px 2px 0px 0px;
    margin: 0px;
    border: none;
    height:70px;
    width:77px;
}

#ctl00_BildGross
{
visibility:hidden;
}


/* Google Suchfeld */
#cse form.gsc-search-box
{
width:400px;
}

#cse .gs-snippet
{
color:#eeecdf;
}
#cse a
{
color:#d0cb35;
}

#cse .gs-no-results-result .gs-snippet
{
background-color:Transparent;
}

#cse input.gsc-input
{
    border: 1px solid #FFFFFF;
    border-right: none;
    padding: 2px;
    background-color: transparent !important;
    color: #eeecdf;
    font-size: 12px;
    background-image: none !important;
    background-repeat: no-repeat;
    height: 15px;
    background-attachment: fixed;
}

#cse input.gsc-search-button
{
    border: 1px solid #FFFFFF;
    border-left:none;
    margin-left:-3px;
    color: #eeecdf;
    font-size: 12px;
    line-height:10px;
    background-color:#16581A !important;
   /* background-image: url('/css/Bilder/suchen.gif');
    background-repeat: no-repeat;
     background-position: 2px;*/
    height:21px;
    /*width:30px;*/
}

#cse div.gsc-clear-button
{background-image: url('/css/Bilder/ergebnisse-loeschen.gif');
 background-repeat: no-repeat;
}




#cse .gsc-branding-text
{
color:#eeecdf !important;
}



@media print{
#Inhalt, #TitelMitGalerie, #TextMitGalerie, #Logo
 {
	position:static;
	height:auto;
	width:auto;
	left:0px;
	/*top:0px;
	
	z-index:10;
	overflow:visible;*/
}

}