@charset "UTF-8";
html, body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	height: 100%;
}

/*----------------------------------------------------------------------------------------*/


.thrColFixHdr #container { 
	height: auto;
	min-height: 100%;
	background: #ffffff;
	margin: 0 auto -50px auto;
	background-image: url(../bilder/standard/hintergrund.jpg);
	background-repeat: repeat-y;
	background-position: center;
} 

/*----------------------------------------------------------------------------------------Head*/


.thrColFixHdr #header { 
	height: 350px;
	padding: 0;
	margin: 0;
	background-image: url(../bilder/standard/head_hintergrund.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.thrColFixHdr #header #head{ 
	width: 980px;
	height: 350px;
	margin: 0 auto;
	padding: 0;
}
.thrColFixHdr #header #head #head_oben{ 
	width: 980px;
	height: 340px;
	margin: 0;
	padding: 0;
}
.thrColFixHdr #header #head #head_oben #service{ 
	width: 260px;
	height: 340px;
	float: left;
	margin: 0;
	padding: 0;
}
.thrColFixHdr #header #head #head_oben #service #sprache{ 
	width: 260px;
	height: 45px;
	border: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.thrColFixHdr #header #head #head_oben #service #shops{ 
	width: 260px;
	height: 295px;
	margin: 0;
	padding: 0;
	background-image: url(../bilder/standard/shops_hintergrund.jpg);
	background-repeat: no-repeat;
}
.thrColFixHdr #header #head #head_oben #ci{ 
	width: 720px;
	height: 340px;
	float: right;
	margin: 0;
	padding: 0;
}
.thrColFixHdr #header #head #head_oben #ci #image{ 
	width: 720px;
	height: 270px;
	margin: 0;
	padding: 0;
	background-color: #000066;
}
.thrColFixHdr #header #head #head_oben #ci #navi{ 
	width: 720px;
	height: 70px;
	margin: 0;
	padding: 0;
	background-image: url(../bilder/standard/navi_hintergrund.jpg);
	background-repeat: repeat-x;
}
#navi ul {  
     margin: 0;  
     padding: 0;  
     border: 0;  
     font-size: 12px;  
     background: transparent;
	 list-style: none;
}
.thrColFixHdr #header #head #head_unten{ 
	width: 980px;
	height: 10px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../bilder/standard/head_unten.jpg);
	background-repeat: no-repeat;
}
#logo { 
	padding: 0 0 0 175px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	z-index: 20;
}
.logo_a {
	border: none;
	text-decoration: none;
	outline: none;
}
#veranstaltungen { 
	padding: 0 0 0 545px;
	margin: 0 auto;
	position: absolute;
	top: 220px;
	z-index: 20;
}
#veranstaltungen img a {
	border: none;
	text-decoration: none;
}
#gutschein { 
	padding: 0 0 0 545px;
	margin: 0 auto;
	position: absolute;
	top: 170px;
	z-index: 20;
}
#gutschein img a {
	border: none;
	text-decoration: none;
}
.tooltip {
	display: none;
	background: transparent url(../bilder/standard/black_arrow.png);
	background-repeat: no-repeat;
	font-size: 12px;
	height: 60px;
	width: 155px;
	padding: 12px 10px 25px 20px;
	color: #000066;	
}

.shops { 
	padding: 0;
	margin: 0;
	border: none;
}
.sprache_en { 
	padding: 0;
	margin: 0;
	border: none;
	float: left;
}
.sprache_de { 
	padding: 0;
	margin: 0;
	border: none;
	float: right;
}

/*----------------------------------------------------------------------------------------*/

.thrColFixHdr #main { 
	width: 980px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../bilder/standard/main_hintergrund.jpg);
	background-repeat: no-repeat;
} 

/*----------------------------------------------------------------------------------------SubNavi*/

.thrColFixHdr #subNavi {
	float: left;
	width: 235px;
	min-height: 300px;
	background-color: #000066;
	padding: 26px 25px 35px 0;
	margin: 0;
	color: #fffffe;
	z-index: 80;
}
.subTabelle {
	display: table;
	border-collapse: collapse;
	width: 235px;
}
.subTabelleTD {
	display: table-cell;
	color: #fffffe;
	font-size: 12px;
	text-align: right;
	padding: 2px 10px 2px 0;
}
.subTabelleLinie {
	display: table-cell;
	padding: 0 0 5px 0;
	text-align: left;
}
.subTabelle a:link {
	display: block;
	color: #fffffe;
	text-decoration: none;
}
.subTabelle a:visited {
	color: #fffffe;
}
.subTabelle a:hover {
	color: #ee7722;
}
.orange
{
	color: #ee7722;
}


/*---------------------------------------------------------------------------------------- Marginalspalte*/


.thrColFixHdr #marginal {
	float: right;
	width: 250px;
	padding: 5px 0 15px 0;
	margin: 0;
	color: #333333;
	text-align: left;
}
#box {
	width: auto;
	min-height: 60px;
	margin-top: 10px;
	padding: 20px 12px 20px 20px;
	background-image: url(../bilder/standard/box_hintergrund.jpg);
	background-repeat: no-repeat;
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	-khtml-border-radius: 3px; /* Konqueror */
	border-radius: 3px; /* CSS3 */
}
.thrColFixHdr #marginal h1 {
	height: auto;
	color: #fffffe;
	font-size: 12px;
	padding: 5px 25px 6px 10px;
	margin: 0 0 5px 0;
	background-image: url(../bilder/standard/titel_hintergrund_h1.png);
	background-repeat: no-repeat;
}
.thrColFixHdr #marginal h2 {
	height: auto;
	color: #fffffe;
	font-size: 12px;
	padding: 7px 25px 10px 10px;
	margin: 0 0 5px 0;
	background-image: url(../bilder/standard/titel_hintergrund_h2.png);
	background-repeat: no-repeat;
}
.marginalText {
	color: #333333;
	font-size: 11px;
	padding: 2px 10px 3px 0;
	margin: 0;
}
.marg_border {
	margin: 13px 0 13px 0;
	border-bottom: 1px dotted #ee7722;
	border-color: #991111;
}
.marginalBild {
	margin: 0 0 5px 0;
	width: 193px;
	height: auto;
	border: 1px solid #cccccc;
	padding: 2px;
}
.marginalBildlink {
	width: 193px;
	height: auto;
	margin: 0 0 5px 0;
	border: 1px solid #cccccc;
	padding: 2px;
}

#marginal a:link
{
	font-size: 11px;
	font-weight: bold;
	color: #ee7722;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
#marginal a:visited
{
	font-size: 11px;
	font-weight: bold;
	color: #ee7722;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
#marginal a:hover
{
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

/*----------------------------------------------------------------------------------------Main Content*/


.thrColFixHdr #mainContent { 
	margin: 0 253px 0 260px;
	padding: 21px 20px 20px 20px;
	text-align: left;
}
.thrColFixHdr #mainContent h1 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	color: #000066;
	border-bottom: 1px dotted #ee7722;
	text-shadow: #999 1px 1px 4px;
}
.thrColFixHdr #mainContent h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	color: #000066;
	border-bottom: 1px dotted #ee7722;
	text-shadow: #999 1px 1px 4px;
}
.subheadline_main {
	font-size: 13px;
	color: #000066;
	margin: 2px 0 12px 0;
	padding: 0;
}
#box_social {
	width: auto;
	margin: 0 0 0 33px;
	padding: 10px 10px 10px 0;
}
#box_insidertip {
	width: auto;
	min-height: 70px;
	margin-top: 10px;
	padding: 20px;
	background-image: url(../bilder/standard/box_hintergrund_insider.jpg);
	background-repeat: repeat-x;
	background-color: #fffffe;
	border: 1px solid #d7d7d7;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	-khtml-border-radius: 3px; /* Konqueror */
	border-radius: 3px; /* CSS3 */
}
#box_insidertip h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	color: #000066;
	border-bottom: 1px dotted #ee7722;
}
#cont {
	width: auto;
	height: auto;
	margin: 0 0 14px 0;
}
.cont_head {
	margin: 0 0 8px 0;
	color: #000066;
	font-size: 15px;
}
.cont_borderB {
	margin: 10px 0 12px 0;
	border-bottom: 1px dotted #ee7722;
}
.cont_borderC
{
	margin: -20px 10px 12px 0;
	border-bottom: 1px dotted #ee7722;
}
.bild_gutschein {
	padding: 0;
	margin: 0 -10px 5px 2px;
	float: right;
	border: none;
	width: 250px;
	height: 133px;
}
.bild_tipp {
	padding: 0;
	margin: -14px 15px 5px -16px;
	float: left;
	border: none;
	width: 50px;
	height: 50px;
}
.cont_img {
	float: left;
	width: 200px;
	height: auto;
	margin: 3px 20px 10px 0;
	padding: 4px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
}
.cont_img_klein {
	float: left;
	width: 180px;
	height: auto;
	margin: 0 8px 10px 0;
	padding: 4px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
}
.cont_imgL { /*bilder zu den Rubriken*/
	float: left;
	margin: 0 20px 5px 0;
	padding: 4px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
}
.cont_img_icon { /*Icons, PDF, Logos*/
	float: left;
	width:  auto;
	height: auto;
	margin: 0 5px 0 0;
}
.cont_img_ohne {  /*bilder ohne rahmen*/
	float: left;
	width: 150px;
	height: auto;
	padding: 0;
	margin: 0 15px 0 0;
	border: none;
}
.cont_imgBreit /*breite Bilder*/
{
	margin: 2px 0 10px 0;
	padding: 4px;
	width: 410px;
	height: auto;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
}
.karte {
	margin: 0;
	padding: 4px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
}
.text_chronik{
	color: #333333;
	font-size: 12px;
	padding: 10px 10px 10px 10px;
	margin: 0;
}
.text_chronik_orange{
	color: #ee7722;
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	margin: 0 10px 0 0;
}
.chronik_img {
	width: 140px;
	height: auto;
	margin: 0 5px 5px 0;
	padding: 4px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
}
#triggers_chronik {
	margin-top: 1px;
	text-align: left;
}
#triggers_chronik img {
	width: 132px;
	height: auto;
	margin: 0 5px 5px 0;
	padding: 4px 4px 12px 4px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
	cursor: pointer;
}
.mengentext {
	color: #333333;
	font-size: 12px;
	padding: 0;
	margin: 0 0 5px 0;
}
.mengentext_leer {
	color: #333333;
	font-size: 12px;
	padding: 0;
	margin: 1px 0 25px 0;
}
.mengentext_tabelle {
	color: #333333;
	font-size: 11px;
	padding: 0;
	margin: 10px 0 10px 0;
}
.bild_impressum
{
	float: left;
	width: auto;
	height: auto;
	margin: 0 15px 30px 0;
}
.bild_download
{
	float: left;
	margin: 0 15px 5px 0;
	padding: 4px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
}
.bild_download_ohne
{
	float: left;
	margin: 0 15px 5px 0;
	padding: 4px;
	background-color: #ffffff;
	border: none;
}
.wichtig {
	visibility: hidden;
}
#mailform {
	height: auto;
	padding: 0;
	margin: 10px 0 0 0;
}
.mailtitel {
	display: block;
	max-width: 400px;
	height: auto;
	color: #333333;
	font-size: 12px;
	padding: 0;
	margin: 10px 0 0 0;
}

/*----------------------------------------------------------------------------------------Main ContentBreit*/


.thrColFixHdr #mainContentBreit { 
	margin: 0 20px 0 260px;
	padding: 21px 0 20px 20px;
	text-align: left;
}
.thrColFixHdr #mainContentBreit h1 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	color: #000066;
	border-bottom: 1px dotted #ee7722;
	text-shadow: #999 1px 1px 4px;
}
.thrColFixHdr #mainContentBreit h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	color: #000066;
	border-bottom: 1px dotted #ee7722;
	text-shadow: #999 1px 1px 4px;
}

/*----------------------------------------------------------------------------------------Main Content LINK*/

.cont_link
{
	display: block;
	margin: 0;
	padding: 5px 0 0 0;
	height: 35px;
	font-size: 12px;
	font-weight: bold;
	color: #fffffe;
	text-decoration: none;
}
.cont_link a:link
{
	display: block;
	max-width: 400px;
	padding: 5px 0 0 10px;
	height: 31px;
	color: #fffffe;
	text-decoration: none;
	background-image: url(../bilder/standard/link.jpg);
	background-repeat: no-repeat;
}
.cont_link a:visited
{
	display: block;
	max-width: 400px;
	padding: 5px 0 0 10px;
	height: 31px;
	color: #fffffe;
	text-decoration: none;
	background-image: url(../bilder/standard/link.jpg);
	background-repeat: no-repeat;
}
.cont_link a:hover
{
	display: block;
	max-width: 400px;
	padding: 5px 0 0 10px;
	height: 31px;
	text-decoration: none;
	color: #fffffe;
	background-image: url(../bilder/standard/link_hover.jpg);
	background-repeat: no-repeat;
}

/*----------------------------------------------------------------------------------------Main Content LINK ohne Hintergrund*/

.cont_link_ohne
{
	margin: 0;
	padding: 0 0 5px 0;
	height: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #ee7722;
	text-decoration: none;
	border: none;
}
.cont_link_ohne a:link
{
	padding: 0;
	height: 15px;
	color: #ee7722;
	text-decoration: none;
	border: none;
}
.cont_link_ohne a:visited
{
	padding: 0;
	height: 15px;
	color: #ee7722;
	text-decoration: none;
	border: none;
}
.cont_link_ohne a:hover
{
	padding: 0;
	height: 15px;
	text-decoration: none;
	color: #000066;
	border: none;
}


/*----------------------------------------------------------------------------------------Main Content LINK Rahmen*/

.cont_link_rahmen
{
	margin: 0;
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #ee7722;
	text-decoration: none;
	border: none;
}
.cont_link_rahmen a:link
{
	padding: 5px 13px 5px 10px;
	color: #fffffe;
	text-decoration: none;
	border: 1px solid #d55500;
	background-color: #ee6600;
	background-image: url(../bilder/standard/link_rahmen.jpg);
	background-repeat: repeat-x;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	-khtml-border-radius: 3px; /* Konqueror */
	border-radius: 3px; /* CSS3 */
}
.cont_link_rahmen a:visited
{
	padding: 5px 13px 5px 10px;
	color: #fffffe;
	text-decoration: none;
	border: 1px solid #d55500;
	background-color: #ee6600;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	-khtml-border-radius: 3px; /* Konqueror */
	border-radius: 3px; /* CSS3 */
}
.cont_link_rahmen a:hover
{
	padding: 5px 13px 5px 10px;
	text-decoration: none;
	color: #fffffe;
	border: 1px solid #d55500;
	background-color: #d55500;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	-khtml-border-radius: 3px; /* Konqueror */
	border-radius: 3px; /* CSS3 */
	
	-moz-box-shadow: 1px 2px 3px #999;
	-webkit-box-shadow: 1px 2px 3px #999;
	box-shadow: 1px 2px 3px #999;
}


/*----------------------------------------------------------------------------------------Fuss*/


.thrColFixHdr #footer { 
	width: 100%; /* neu*/
	height: 50px;
	position: fixed;
	bottom: 0; /* neu*/
	padding: 0;
	z-index: 11;
}
.thrColFixHdr #footer #foot { 
	width: 980px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../bilder/standard/foot_hintergrund.jpg);
	background-repeat: no-repeat;
}
.thrColFixHdr #footer #foot #foot_links{ 
	width: 400px;
	height: auto;
	margin: 0;
	float: left;
	padding: 17px 0 0 280px;
	text-align: left;
}
.thrColFixHdr #footer #foot #foot_social{ 
	width: 230px;
	height: auto;
	float: right;
	margin: 0;
	padding: 0;
	text-align: left;
}
.social_icon
{
	width: 32px;
	height: 32px;
	padding: 9px 3px 0 0;
	margin: 0;
	border: none;
	text-decoration: none;
}

/*----------------------------------------------------------------------------------------*/

.clearfloat {
	clear: both;
    height: 50px;
}

/*----------------------------------------------------------------------------------------Fuss Links*/

.footlink a {
	font-size: 10px;
	text-align: left;
	padding: 0 10px 0 6px;
	border-right: 1px solid #fffffe;
}
.footlink a:link {
	color: #fffffe;
	text-decoration: none;
}
.footlink a:visited {
	color: #fffffe;
	text-decoration: none;
}
.footlink a:hover {
	color: #ee7722;
	text-decoration: none;
}
.footlink a:active {
	text-decoration: none;
	color: #ee7722;
}

/*----------------------------------------------------------------------------------------Main Navi DE*/
ul.cssmenu {
	list-style: none;
	padding: 0;
}
.displace {
	position: absolute;
	left: -9000px;
}
ul.cssmenu li {
	float: left;
}
ul.cssmenu li a {
	display: block;
	background: url(../bilder/standard/navi.jpg);
	height: 70px;
}

/*	Normal Links*/
ul.cssmenu li.mueritzfischer a {
	background-position: 0px 0px;
	width: 109px;
	height: 70px;
}
ul.cssmenu li.manufaktur a {
	background-position: -109px 0px;
	width: 95px;
	height: 70px;
}
ul.cssmenu li.angeln a {
	background-position: -204px 0px;
	width: 68px;
	height: 70px;
}
ul.cssmenu li.urlaub a {
	background-position: -272px 0px;
	width: 168px;
	height: 70px;
}
ul.cssmenu li.fischerhof a {
	background-position: -440px 0px;
	width: 141px;
	height: 70px;
}
ul.cssmenu li.tipps a {
	background-position: -581px 0px;
	width: 119px;
	height: 70px;
}

/*	Hover Links*/
ul.cssmenu li.mueritzfischer a:hover {
	background-position: -0px -70px;
}
ul.cssmenu li.manufaktur a:hover {
	background-position: -109px -70px;
}
ul.cssmenu li.angeln a:hover {
	background-position: -204px -70px;
}
ul.cssmenu li.urlaub a:hover {
	background-position: -272px -70px;
}
ul.cssmenu li.fischerhof a:hover {
	background-position: -440px -70px;
}
ul.cssmenu li.tipps a:hover {
	background-position: -581px -70px;
}

/*	Selected/Active Links*/
ul.cssmenu li.mueritzfischer a.selected {
	background-position: -0px -70px;
}
ul.cssmenu li.manufaktur a.selected {
	background-position: -109px -70px;
}
ul.cssmenu li.angeln a.selected {
	background-position: -204px -70px;
}
ul.cssmenu li.urlaub a.selected {
	background-position: -272px -70px;
}
ul.cssmenu li.fischerhof a.selected {
	background-position: -440px -70px;
}
ul.cssmenu li.tipps a.selected {
	background-position: -581px -70px;
}

/*----------------------------------------------------------------------------------------Main Navi EN*/

ul.cssmenu_en {
	list-style: none;
	padding: 0;
}
.displace_en {
	position: absolute;
	left: -9000px;
}
ul.cssmenu_en li {
	float: left;
}
ul.cssmenu_en li a {
	display: block;
	background: url(../bilder/standard/navi_en.jpg);
	height: 70px;
}

/*	Normal Links*/
ul.cssmenu_en li.mueritzfischer_en a {
	background-position: 0px 0px;
	width: 109px;
	height: 70px;
}
ul.cssmenu_en li.manufaktur_en a {
	background-position: -109px 0px;
	width: 95px;
	height: 70px;
}
ul.cssmenu_en li.angeln_en a {
	background-position: -204px 0px;
	width: 68px;
	height: 70px;
}
ul.cssmenu_en li.urlaub_en a {
	background-position: -272px 0px;
	width: 168px;
	height: 70px;
}
ul.cssmenu_en li.fischerhof_en a {
	background-position: -440px 0px;
	width: 141px;
	height: 70px;
}
ul.cssmenu_en li.tipps_en a {
	background-position: -581px 0px;
	width: 119px;
	height: 70px;
}

/*	Hover Links*/
ul.cssmenu_en li.mueritzfischer_en a:hover {
	background-position: -0px -70px;
}
ul.cssmenu_en li.manufaktur_en a:hover {
	background-position: -109px -70px;
}
ul.cssmenu_en li.angeln_en a:hover {
	background-position: -204px -70px;
}
ul.cssmenu_en li.urlaub_en a:hover {
	background-position: -272px -70px;
}
ul.cssmenu_en li.fischerhof_en a:hover {
	background-position: -440px -70px;
}
ul.cssmenu_en li.tipps_en a:hover {
	background-position: -581px -70px;
}

/*	Selected/Active Links*/
ul.cssmenu_en li.mueritzfischer_en a.selected {
	background-position: -0px -70px;
}
ul.cssmenu_en li.manufaktur_en a.selected {
	background-position: -109px -70px;
}
ul.cssmenu_en li.angeln_en a.selected {
	background-position: -204px -70px;
}
ul.cssmenu_en li.urlaub_en a.selected {
	background-position: -272px -70px;
}
ul.cssmenu_en li.fischerhof_en a.selected {
	background-position: -440px -70px;
}
ul.cssmenu_en li.tipps_en a.selected {
	background-position: -581px -70px;
}


/*----------------------------------------------------------------------------------------wolke*/


div#wolke
{
	width: 215px;
	margin: 0 0 0 20px;
	text-align: justify;
}
div#wolke a:link
{	
	color: #333388;
	text-decoration: none;
	margin: 2px;
	padding: 0;
	display: inline;
	line-height: 30px;
	font-weight: normal;
}
div#wolke a:visited
{
	color: #333388;
	text-decoration: none;
	margin: 2px;
	padding: 0;
	display: inline;
	line-height: 30px;
	font-weight: normal;
}
div#wolke a:hover
{
	color: #fffffe;
	text-decoration: none;
	margin: 2px;
	padding: 0;
	display: inline;
	line-height: 30px;
	font-weight: normal;
}

/*----------------------------------------------------------------------------------------schow intro*/
#nav {
	height: 105px;	
	width: 672px;
	position: relative;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #ee7722;
}
#nav ul {	
	width: 670px;
	margin: 0;
	padding: 0 0 0 15px;
}
#nav li {	
	border-right: 2px solid transparent;
	float: left;
	width: 105px;
	list-style-type: none;
	margin: 0;
}
#nav a {
	display: block;
	padding: 5px 5px 0 5px;
	position: relative;
	height: 100px;
	text-decoration: none;
}	
#nav a.current {
	background: url(../bilder/standard/down_large.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
#nav img {
	background-color: #fffffe;
	border: 1px solid #ccc;
	margin: 0;
	padding: 4px;		
	display: block;
	width: 85px;
	height: 85px;
}
/* panes */
#panes {
	width: 672px;
	min-height: 335px;
	margin: 0;
	padding: 0;
	position: relative; /* must be relative so the individual panes can be absolutely positioned */
}
#panes div { /* crossfading effect needs absolute positioning from the elements */
	display: none;		
	position: absolute;
	font-size: 12px;
	color: #444;
	width: 620px;
	margin: 20px;
}
.image1 {
	float: left;
	background-color: #fffffe;
	margin: 5px 20px 10px 0;	
	width: 150px;
	padding: 4px;
	border: 1px solid #ccc;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
}
.imgage2 {
	float: right;
	margin: 5px 0 10px 20px;	
	width: 240px;
	height: 240px;
	padding: 0;
	border: none;
}
#panes p {
	color: #333;
	font-size: 12px;
}
#panes .more {
	color: #333;
	font-size: 12px;
	color: #000066;
}
#panes h3 {
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	color: #000066;
}
.overlay {
	display: none;
	width: 400px;
	padding: 20px;
	background-color: #ddd;
}

/*----------------------------------------------------------------------------------------overlays and fotoshows*/


.apple_overlay {
	display: none;
	background-image: url(../bilder/standard/white.png);
	width: 500px;		
	padding: 40px;
}

.apple_overlay .close {
	background-image: url(../bilder/standard/close.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}
#overlay {
	background-image: url(../bilder/standard/white.png);
	height: 400px;
}
div.contentWrap {
	height: 400px;
	overflow-y: auto;
}
#triggers {
	margin-top: 10px;
	text-align: center;
}
#triggers img {
	background-color: #fffffe;
	padding: 2px;
	margin: 5px 0;
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}


/*----------------------------------------------------------------------------------------fotoshows*/


.items {	
	width: 10000em;	
	position: absolute;
	clear: both;
}
.navi {
	background-image: url(../bilder/standard/hori_large.png);
	width: 30px;
	height: 30px;
	float: left;
	margin-top: 55px;
}

.navi:hover  		{ background-position:-30px 0; }
.navi:active  		{ background-position:-60px 0; }
.next 				{ background-position: 0 -30px; }
.next:hover 		{ background-position:-30px -30px; }
.next:active 		{ background-position:-60px -30px; } 


.navi.disabled {
	visibility: hidden;		
}
#thumbnails {
	position: relative;
	overflow: hidden;	 	
	float: left;	
	width: 345px;	
	height: 120px;
	background: #ededed;
	border: 1px solid #cccccc;
	margin: 10px 4px 4px 4px;
	
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	-khtml-border-radius: 3px; /* Konqueror */
	border-radius: 3px; /* CSS3 */
}
#thumbnails .items div {
	margin: 20px 2px 20px 17px;
	float: left;
	padding: 2px;
	border: 1px solid #cccccc;
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}
#box_show {
	background-image: url(../bilder/standard/white.png);
	width: 540px;
	height: 455px;
	padding: 20px;
	position: absolute;
	display: none;
	border: none;
}
#box_show .close {
	background-image: url(../bilder/standard/close.png);
	background-repeat: no-repeat;
	position: absolute;
	cursor: pointer;
	height: 35px;
	width: 35px;
	text-decoration: none;
	right: 5px;
	top: 5px;
}
#images {	
	position: absolute;
	overflow: hidden;
	margin: 20px;
	width: 500px;
	height: 400px;	
}
#images .items div {
	float:left;
	width: 500px;
	height: 400px;
	margin: 0;
}
#images .items .info {
	float: none;
	background: #333;
	color: #fff;
	font-size: 13px;
	margin-top: 15px;
	padding: 5px 85px;
	height: 50px;
	display: none;
	width: 400px;
}
#images .items .info h3 {
	margin: 15px 0 5px 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
}
#box_show .navi {
	position: absolute;
	bottom: 33px;
	left: 50px;
}
#box_show .next {
	left: 500px;
}

