


@media only screen and (min-width: 999px) {
/* ###################################################################### Anfang > 999px */
  

#sonne {
	display: block;
	position: fixed;
	left: -500px;
}

#rahmen {
	width: 994px;
	margin: 0 auto 0 auto;
	box-shadow: 
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px, rgba(0, 0, 0, 0.2) -2px 2px 2px;
	   -moz-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px, rgba(0, 0, 0, 0.2) -2px 2px 2px;
	        box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px, rgba(0, 0, 0, 0.2) -2px 2px 2px; 
}

div#einwurf,
nav#brotkrumen {
	display: block;
}

nav#brotkrumen {
	color: white;
}

nav#brotkrumen a {
	display: none;
}

div#einwurf {
	display: block;
	position: absolute;
	right: 32px;
	top: 60px;
}

div#kopfstreifen {
	height: 168px;
}

div#signet {
	width: 932px;
	padding: 32px;
}

div#signetchile {
	width: 932px;
	padding: 32px;
	padding-top: 15px;
}

nav#brotkrumen {
	padding: 20px 32px 0 32px;
}

div#inhalt {
	padding: 0px 32px 0 32px;
}

div#buehne {
	padding: 0 32px 0 32px;
	width: 928px;
	margin-bottom: 50px;
}

div#buehneklein {
	padding: 0 32px 32px 0px;
	width: 610px;
	margin-top: -2px;
}





/* Haupt-Navigation */


nav#haupt {
  z-index: 2500;
  position: absolute;
  background-color: #F0F0F0;
  border-top: 1px solid white;
  top: 159px;
  width: 994px;
}

nav#haupt ul {
  z-index: 2600;
}

nav#haupt>ul {
	height: 40px;
	margin: 0 16px 0 16px; 
}

nav#haupt ul li {
	position: relative;
	float: left;
	display: block;
	height: 40px;
	text-align: left;
	padding-right: 0px;
}

nav#haupt li a {
	padding: 14px 18px 8px 18px;
	display: block;
	position: relative;
	text-decoration: none;
	color: black;
	font-size: 14px;
	line-height: 14px;
	margin-left: 0px;
}

nav#haupt>ul>li>a:focus,
nav#haupt>ul>li>a:hover {
	background-color: white;
}

nav#haupt>ul>li:focus,
nav#haupt>ul>li:hover {
	background-color: white;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 1px 2px, rgba(0, 0, 0, 0.2) -2px 2px 2px;
	   -moz-box-shadow: rgba(0, 0, 0, 0.2) 2px 1px 2px, rgba(0, 0, 0, 0.2) -2px 2px 2px;
	        box-shadow: rgba(0, 0, 0, 0.2) 2px 1px 2px, rgba(0, 0, 0, 0.2) -2px 2px 2px; 
}


nav#haupt ul li ul {
	background-color: white;
	padding: 10px 0px 10px 0px;
	display: none;
	position: absolute;
	top: 40px;
	left: 0px;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px, rgba(0, 0, 0, 0.2) -2px 2px 2px;
	   -moz-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px, rgba(0, 0, 0, 0.2) -2px 2px 2px;
	        box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px, rgba(0, 0, 0, 0.2) -2px 2px 2px; 
}

nav#haupt ul li.rechts1 ul {
	left: 0px;
}

nav#haupt ul li.rechts2 ul {
	left: 0px;
}
/* Zum Testen
nav#haupt ul li.nav01 ul {
	display: block;
	background-color: #e62d4b;
	width: 300px;
}
*/

nav#haupt ul li.nav06 ul {
}


nav#haupt ul li:hover ul {
  height: auto;
	display: block;
	z-index: 9000;
	color: white;
}

nav#haupt ul li ul li {
	float: none;
	height: auto;
	white-space: nowrap;
	background-color: white;
}

nav#haupt ul li ul li:first-child {
	background-image: none;
}


nav#haupt ul li:hover ul li {
	float: none;
	display: block;
	width: auto;
}

nav#haupt ul li ul li a:focus,
nav#haupt ul li ul li a:hover,
nav#haupt ul li ul li a:active {
	text-decoration: underline;
}

nav#haupt ul li ul li a {
	padding: 5px 18px 5px 18px; 
	background-image: none;
	font-size: 12px;
	margin-left: 0px;
}




/* Spalten */

div.inhaltFluss {
	width: 610px;
	float: left;
	margin-right: 30px;
}

div.inhaltFluss .spalteA{
	width: 290px;
	float: left;
	margin-right: 30px;
}

div.inhaltFluss .spalteB{
	width: 290px;
	float: left;
}

div.inhaltSeite {
	width: 290px;
	float: right;
}



.teaserBildText img {
	width: 208px;
}

#linklisten div {	
	width: 218px;
	margin-right: 20px;
}

.einfuehrung {
  margin-top: 0em !important;
}



  
}/* #####################################################################   Ende > 999px */
