@CHARSET "ISO-8859-1";

body.Site {
    color: black; background-color: #2f395a;
    /* font-family: Helvetica,Arial,sans-serif; */
    width: 100%;
    margin: 0; padding: 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }


div#Kopf {
    clear: both;
    height: 200px;
    margin: 0; padding: 0px;
    /* background-image: url(../images/general/backgroundTop.png); */
    /* border: 1px solid silver; */
  }

div#KopfImage {
    float: left;
    margin: 10; padding: 0px;
    /* border: 1px solid silver; */
	
	/* Schatten-Effekt */
	box-shadow: 			7px 7px 5px #888;
	-o-box-shadow:			7px 7px 5px #888;
	-moz-box-shadow:		7px 7px 5px #888;
	-webkit-box-shadow:		7px 7px 5px #888;
}

div #KopfImageGlow {
	float: left;
	box-shadow: 			0px 0px 20px #fffff1;
	-o-box-shadow:			0px 0px 20px #fffff1;
	-moz-box-shadow:		0px 0px 20px #fffff1;
	-webkit-box-shadow:		0px 0px 20px #fffff1;
}

div#KopfTitel {
    float: left;
    margin: 0; padding: 20px;
    /* border: 1px solid silver; */
  }

div#KopfLogo {
	
    float: right;
    margin: 0; padding: 20px;
    /* border: 1px solid silver; */
  }

/* obere Menü */
div#PrimaerMenuTop {
	
    float: left;
    font-size: 0.83em;
    width: 410px;
    height: 85px;
    background-image: url(../images/menu/menubackground4.png);
    margin: 0; padding-top: 5px;
    text-align: left;
    /*
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    */
  }

div#PrimaerMenuLeft {
	
    /*clear: both;*/
    font-size: 1.2em;
    width: 270px;
    height: 300px;
	background-image: url(../images/menu/menubackgroundLeft1.png);
	background-repeat: no-repeat;
    margin-top: 10px; padding-left: 0px;
    text-align: left;
    line-height: 40px;
    
    /*
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    */
  }

div#Seite {
	/*clear: both;*/
	background-color: #FFFFFF;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 990px;
    padding: 0px;
    /* border: 2px ridge silver; */
  }
div#Inhalt {
	clear: both;
	width: 100%;
	
  }
  
div#InhaltLinks {
	float: left;
	width: 270px;
	min-width: 270px;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0;      /* standardkonforme horizontale Zentrierung */
    padding: 0;
  }
  
div#InhaltMitte {
	float: left;
	width: 690px;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0px;      	 /* standardkonforme horizontale Zentrierung */
    padding-top: 15px;
    padding-bottom: 0px;

    padding-left: 10px;
    padding-right: 10px;
  }

div#links {
	float: left;
	width: 500px;
	vertical-align: top;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    padding: 0px;
  }

div#rechts {
	float: right;
	vertical-align: top;
	width: 180px; 
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    padding: 0;
  }


/* Fusszeile */
div#Fuss {
    clear: both;
    height: 25px;
    font-size: 0.7em;
    font-weight: bold;
    margin: 0; padding-top: 5px;
    padding-bottom: 0px;
    text-align: center;
    background-color: #374a73;
    background-image: url(../images/general/balken1.png);
    /* border-top: 1px solid silver; */
  }
  
/* KopfBalken */
div#KopfBalken {
    clear: both;
    height: 25px;
    font-size: 0.7em;
    font-weight: bold;
    margin: 0; padding-top: 5px;
    text-align: center;
    background-color: #374a73;
    background-image: url(../images/general/balken2.png);
    /* border-top: 1px solid silver; */
  }

/* untere Menü */  
    
  	a:link.SekundaerMenuUnten { color: #535353; text-decoration:none; font-family: Helvetica; }
	a:visited.SekundaerMenuUnten { color: #535353; text-decoration:none; font-family: Helvetica; }
	a:hover.SekundaerMenuUnten { color: #000000; text-decoration:none; font-family: Helvetica; }
	a:active.SekundaerMenuUnten { color: #535353; text-decoration:none; font-family: Helvetica; }


/* linke Menü */
	a.PrimaerMenuLinks:link { color: #535353; text-decoration:none; }
	a.PrimaerMenuLinks:visited { color: #535353; text-decoration:none; }
	a.PrimaerMenuLinks:hover { color: #000000; text-decoration:none; }
	a.PrimaerMenuLinks:active { color: #535353; text-decoration:none; }

	a.PrimaerMenuLinksShop:link { color: #FF0000; text-decoration:none; }
	a.PrimaerMenuLinksShop:visited { color: #FF0000; text-decoration:none; }
	a.PrimaerMenuLinksShop:hover { color: #000000; text-decoration:none; }
	a.PrimaerMenuLinksShop:active { color: #535353; text-decoration:none; }


/* Admin - Grundeinstellungen Form-Style */
.GrundDescription {
	text-align:left;
	width: 350px;
	min-width: 350px;
}

.GrundInput {
	width: 400px;
}