@charset "UTF-8";

@media all
{

	html * { font-size: 100.01% }


	/* Alle Regler nach links */
	* { margin:0; padding: 0 }
	option { padding-left: 0.4em }
	* html body * { overflow:visible }
	* html iframe, * html frame { overflow:auto }
	* html frameset { overflow:hidden }
/*
	html { height: 100% }
*/
	body {
/*
		min-height: 101%;
*/
		color: #000;
		background: #fff;
		text-align: left;
	}

  /* Kein Rahmen fuer <fieldset> und <img> Elemente */
  fieldset, img { border: 0 solid}

  /* Standardwerte fuer Listen und Zitate */
  ul, ol, dl { margin: 0 0 1em 1em }
  li { margin-left: 1.5em; line-height: 1.5em; }

  dt { font-weight: bold; }
  dd { margin: 0 0 1em 2em; }

  blockquote, cite { margin: 0 0 1em 1.5em; font-size: 0.93em; width: auto;}


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


/*
	#header { 
		position:relative 
	}
*/

	#topnav {
		position:absolute;
		top: 6px;
		right: 6px;
		text-align: right; /* Opera */
	}

  #nav { clear:both; width: auto }
  #main { clear:both; width: auto }

}




	/*------------------------------------------------------------------------------------------------------*/
	/*  HIER BEGINNT DIE INDIVIDUALISIERUNG DER CSS-DATEN FUER DIESE SITE                                   */
	/*------------------------------------------------------------------------------------------------------*/



	body
	{
		padding: 0px 0;
		background-color: #4b4841;
		font-family: Lucida, Times, Verdana, Helvetica, sans-serif;
    	font-size: 75.00%; 
    	color: #333;  
	}

	h1,h2,h3,h4,h5,h6 { 
		font-family: Lucida, Times, Verdana, Helvetica, sans-serif;
		font-weight:bold; 
		color:#4b4841;
		margin: 0 0 0.25em 0; 
	}

	h1 { font-size: 200% }                        /* 24px */
	h2 { font-size: 200%; color:#364e6c}          /* 24px */
	h3 { font-size: 150% }                        /* 18px */
	h4 { font-size: 133.33% }                     /* 16px */
	h5 { font-size: 116.67% }                     /* 14px */
	h6 { font-size: 116.67%; font-style:italic }  /* 14px */

	p
	{
		color:#4b4841;
		line-height: 1.5em;
		margin: 0 0 1em 0;
	}


	ul, ol, dl, li
	{
		line-height: 0.5em;
		margin: 0;
	}


	ul { list-style: none outside; }




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

	a
	{
		color: #80390A;
		text-decoration: none;
	}
	a:focus,
	a:hover,
	a:active {color:#80390A; text-decoration:underline;}
	
	#topnav a { color: #999; font-weight: normal; background:transparent; text-decoration:none; }
	#topnav a:focus, 
	#topnav a:hover,
	#topnav a:active { text-decoration:underline; background-color: transparent;}
	
	#footer a { color: #999; background:transparent; font-weight: bold;}
	#footer a:focus, 
	#footer a:hover,
	#footer a:active {color: #4D87C7; background-color: transparent; text-decoration:underline;}

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

	#nav-main {
/*
		display:inline;
*/
/*
		background: #dde2e9 url("images/shiny_buttons/background.gif") repeat-x center right;
		border-top: 1px #333 solid;
		border-bottom: 1px #333 solid;
*/
		line-height: 0px;
	}

	#nav-main ul {
/*
		float:left;
*/
			/* Bugfix: IE - Doubled Float Margin Bug */
/*
		display:inline;
*/
		margin: 0;
		padding: 0;
	}

	#nav-main ul li
	{
		/*
			float: left;
	*/
		/* Bugfix: IE - Doubled Float Margin Bug */
/*
					display:inline;
*/
	
		margin-left: 25px;
		padding: 0;
		font-size: 0.5em;
	}

	#nav-main ul li a,
	#nav-main ul li strong {
		display:block;
		width: auto;
		font-size: 1em;
		font-weight: bold;
		background: transparent;
		text-decoration: none;
		color: #364e6c;
		margin: 0;
		padding: 0.5em 0.8em 0.5em 0.8em;
	}


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


	#site
	{
		width: 900px;
		margin: 0 auto 0 auto;
		background-image: url(/images/site-background.jpg);
		background-repeat: repeat-y;
	}

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

	#nav
	{
		width: 250px;
		margin: 0;
		float: left;
/*
	  	background-color: #D1D6E1;
*/
	}


	#nav-header
	{
		width: 225px;
		margin: 0 0 0 25px;
		height: 127px;
		background-image: url(/images/colleft-header.jpg);
		background-repeat: no-repeat;
	}


	#nav-space
	{
		width: 225px;
		margin: 0 0 0 25px;
		height: 49px;
		background-image: url(/images/colleft-space.jpg);
		background-repeat: no-repeat;
	}


	#nav-monster-inaktiv
	{
		width: 225px;
		margin: 0 0 0 25px;
		height: 57px;
		display: block;
		background-image: url(/images/nav-monster-inaktiv.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
	}


	#nav-monster a
	{
		width: 225px;
		margin: 0 0 0 25px;
		height: 57px;
		display: block;
		background-image: url(/images/nav-monster.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
	}


	#nav-monster a:focus,
	#nav-monster a:hover,
	#nav-monster a:active
	{
		background-image: url(/images/nav-monster.jpg);
		background-repeat: no-repeat;
		background-position: -230px 0;
	}


	#nav-monster-current a
	{
		width: 225px;
		margin: 0 0 0 25px;
		height: 57px;
		display: block;
		background-image: url(/images/nav-monster.jpg);
		background-repeat: no-repeat;
		background-position: -230px 0;
	}


	#nav-divider1
	{
		width: 225px;
		margin: 0 0 0 25px;
		height: 8px;
		display: block;
		font-size:1px;
		line-height:1px;
		background-image: url(/images/nav-divider1.jpg);
		background-repeat: no-repeat;
	}


	#nav-buecher-inaktiv
	{
		width: 225px;
		margin: 0 0 0 25px;
		height: 57px;
		display: block;
		background-image: url(/images/nav-buecher-inaktiv.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
	}


	#nav-buecher a
	{
		width: 225px;
		margin: 0 0 0 25px;
		height: 57px;
		display: block;
		background-image: url(/images/nav-buecher.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
	}


	#nav-buecher a:focus,
	#nav-buecher a:hover,
	#nav-buecher a:active
	{
		background-image: url(/images/nav-buecher.jpg);
		background-repeat: no-repeat;
		background-position: -230px 0;
	}


	#nav-buecher-current a
	{
		width: 225px;
		margin: 0 0 0 25px;
		height: 57px;
		display: block;
		background-image: url(/images/nav-buecher.jpg);
		background-repeat: no-repeat;
		background-position: -230px 0;
	}


	#nav-divider2
	{
		width: 225px;
		margin: 0 0 0 25px;
		height: 8px;
		display: block;
		font-size:1px;
		line-height:1px;
		background-image: url(/images/nav-divider2.jpg);
		background-repeat: no-repeat;
	}


	#nav-show-inaktiv
	{
		width: 225px;
		margin: 0 0 0 25px;
		height: 57px;
		display: block;
		background-image: url(/images/nav-show-inaktiv.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
	}


	#nav-show a
	{
		width: 225px;
		margin: 0 0 0 25px;
		height: 57px;
		display: block;
		background-image: url(/images/nav-show.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
	}


	#nav-show a:focus,
	#nav-show a:hover,
	#nav-show a:active
	{
		background-image: url(/images/nav-show.jpg);
		background-repeat: no-repeat;
		background-position: -230px 0;
	}


	#nav-show-current a
	{
		width: 225px;
		margin: 0 0 0 25px;
		height: 57px;
		display: block;
		background-image: url(/images/nav-show.jpg);
		background-repeat: no-repeat;
		background-position: -230px 0;
	}


	#nav-divider3
	{
		width: 225px;
		margin: 0 0 0 25px;
		height: 8px;
		display: block;
		font-size:1px;
		line-height:1px;
		background-image: url(/images/nav-divider3.jpg);
		background-repeat: no-repeat;
	}


	#nav-news-inaktiv
	{
		width: 225px;
		margin: 0 0 0 25px;
		height: 57px;
		display: block;
		background-image: url(/images/nav-news-inaktiv.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
	}


	#nav-news a
	{
		width: 225px;
		margin: 0 0 0 25px;
		height: 57px;
		display: block;
		background-image: url(/images/nav-news.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
	}


	#nav-news a:focus,
	#nav-news a:hover,
	#nav-news a:active
	{
		background-image: url(/images/nav-news.jpg);
		background-repeat: no-repeat;
		background-position: -230px 0;
	}


	#nav-news-current a
	{
		width: 225px;
		margin: 0 0 0 25px;
		height: 57px;
		display: block;
		background-image: url(/images/nav-news.jpg);
		background-repeat: no-repeat;
		background-position: -230px 0;
	}


	#nav-divider4
	{
		width: 225px;
		margin: 0 0 0 25px;
		height: 8px;
		display: block;
		font-size:1px;
		line-height:1px;
		background-image: url(/images/nav-divider4.jpg);
		background-repeat: no-repeat;
	}


	#nav-shop-inaktiv
	{
		width: 225px;
		margin: 0 0 0 25px;
		height: 57px;
		display: block;
		background-image: url(/images/nav-shop-inaktiv.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
	}


	#nav-shop a
	{
		width: 225px;
		margin: 0 0 0 25px;
		height: 57px;
		display: block;
		background-image: url(/images/nav-shop.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
	}


	#nav-shop a:focus,
	#nav-shop a:hover,
	#nav-shop a:active
	{
		background-image: url(/images/nav-shop.jpg);
		background-repeat: no-repeat;
		background-position: -230px 0;
	}


	#nav-shop-current a
	{
		width: 225px;
		margin: 0 0 0 25px;
		height: 57px;
		display: block;
		background-image: url(/images/nav-shop.jpg);
		background-repeat: no-repeat;
		background-position: -230px 0;
	}


	#nav-divider5
	{
		width: 225px;
		margin: 0 0 0 25px;
		height: 8px;
		display: block;
		font-size:1px;
		line-height:1px;
		background-image: url(/images/nav-divider5.jpg);
		background-repeat: no-repeat;
	}


	#nav-forscher-inaktiv
	{
		width: 225px;
		margin: 0 0 0 25px;
		height: 57px;
		display: block;
		background-image: url(/images/nav-forscher-inaktiv.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
	}


	#nav-forscher a
	{
		width: 225px;
		margin: 0 0 0 25px;
		height: 57px;
		display: block;
		background-image: url(/images/nav-forscher.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
	}


	#nav-forscher a:focus,
	#nav-forscher a:hover,
	#nav-forscher a:active
	{
		background-image: url(/images/nav-forscher.jpg);
		background-repeat: no-repeat;
		background-position: -230px 0;
	}


	#nav-forscher-current a
	{
		width: 225px;
		margin: 0 0 0 25px;
		height: 57px;
		display: block;
		background-image: url(/images/nav-forscher.jpg);
		background-repeat: no-repeat;
		background-position: -230px 0;
	}


	#nav-divider6
	{
		width: 225px;
		margin: 0 0 0 25px;
		height: 8px;
		display: block;
		font-size:1px;
		line-height:1px;
		background-image: url(/images/nav-divider6.jpg);
		background-repeat: no-repeat;
	}


	#nav-kontakt-inaktiv
	{
		width: 225px;
		margin: 0 0 0 25px;
		height: 57px;
		display: block;
		background-image: url(/images/nav-kontakt-inaktiv.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
	}


	#nav-kontakt a
	{
		width: 225px;
		margin: 0 0 0 25px;
		height: 57px;
		display: block;
		background-image: url(/images/nav-kontakt.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
	}


	#nav-kontakt a:focus,
	#nav-kontakt a:hover,
	#nav-kontakt a:active
	{
		background-image: url(/images/nav-kontakt.jpg);
		background-repeat: no-repeat;
		background-position: -230px 0;
	}


	#nav-kontakt-current a
	{
		width: 225px;
		margin: 0 0 0 25px;
		height: 57px;
		display: block;
		background-image: url(/images/nav-kontakt.jpg);
		background-repeat: no-repeat;
		background-position: -230px 0;
	}


	#nav-divider7
	{
		width: 225px;
		margin: 0 0 0 25px;
		height: 8px;
		display: block;
		font-size:1px;
		line-height:1px;
		background-image: url(/images/nav-divider7.jpg);
		background-repeat: no-repeat;
	}

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

	#linkliste
	{
		margin-top: 0px;
		display: block;
	}


	#link-cmoser a
	{
		width: 225px;
		margin: 0 0 0 25px;
		height: 20px;
		display: block;
		background-image: url(/images/link-cmoser.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
	}


	#link-cmoser a:focus,
	#link-cmoser a:hover,
	#link-cmoser a:active
	{
		background-image: url(/images/link-cmoser.jpg);
		background-repeat: no-repeat;
		background-position: -225px 0;
	}


	#link-sonnervallee a
	{
		width: 225px;
		margin: 0 0 0 25px;
		height: 20px;
		display: block;
		background-image: url(/images/link-sonnervallee.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
	}


	#link-sonnervallee a:focus,
	#link-sonnervallee a:hover,
	#link-sonnervallee a:active
	{
		background-image: url(/images/link-sonnervallee.jpg);
		background-repeat: no-repeat;
		background-position: -225px 0;
	}


	#link-carlsen a
	{
		width: 225px;
		margin: 0 0 0 25px;
		height: 20px;
		display: block;
		background-image: url(/images/link-carlsen.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
	}


	#link-carlsen a:focus,
	#link-carlsen a:hover,
	#link-carlsen a:active
	{
		background-image: url(/images/link-carlsen.jpg);
		background-repeat: no-repeat;
		background-position: -225px 0;
	}


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


	#content
	{
		width: 650px;
		margin: 0;
		float: right;
		background-image: url(/images/titel-mda.jpg);
		background-repeat: no-repeat;
/*
	  	background-color: #D1D6E1;
*/
	}


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


	#home-text
	{
		width: 512px;
		margin: 280px 0 0 56px;
		height: 190px;
		background-image: url(/images/home-text.jpg);
		background-repeat: no-repeat;
	}


	#home-illu
	{
		width: 512px;
		margin: 30px 0 0 56px;
		height: 245px;
		background-image: url(/images/home-illu.jpg);
		background-repeat: no-repeat;
	}


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


	#monster-header-illu
	{
		width: 512px;
		margin: 252px 0 0 56px;
		height: 199px;
		background-image: url(/images/monster-header-illu.jpg);
		background-repeat: no-repeat;
	}


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

	
	
	#monster-149-neu
	{
		width: 512px;
		margin: 0 0 0 56px;
		height: 441px;
		background-image: url(/images/monster-149-neu.jpg);
		background-repeat: no-repeat;
	}


	#monster-149
	{
		width: 512px;
		margin: 0 0 0 56px;
		height: 441px;
		background-image: url(/images/monster-149.jpg);
		background-repeat: no-repeat;
	}

/*---------------------*/
	#monster-148-neu
	{
		width: 512px;
		margin: 0 0 0 56px;
		height: 519px;
		background-image: url(/images/monster-148-neu.jpg);
		background-repeat: no-repeat;
	}


	#monster-148
	{
		width: 512px;
		margin: 0 0 0 56px;
		height: 519px;
		background-image: url(/images/monster-148.jpg);
		background-repeat: no-repeat;
	}

/*---------------------*/
	#monster-148-150-neu
	{
		width: 512px;
		margin: 0 0 0 56px;
		height: 519px;
		background-image: url(/images/monster-148-150-neu.jpg);
		background-repeat: no-repeat;
	}


	#monster-148-150
	{
		width: 512px;
		margin: 0 0 0 56px;
		height: 519px;
		background-image: url(/images/monster-148-150.jpg);
		background-repeat: no-repeat;
	}

/*---------------------*/
	#monster-147-neu
	{
		width: 512px;
		margin: 0 0 0 56px;
		height: 504px;
		background-image: url(/images/monster-147-neu.jpg);
		background-repeat: no-repeat;
	}


	#monster-147
	{
		width: 512px;
		margin: 0 0 0 56px;
		height: 504px;
		background-image: url(/images/monster-147.jpg);
		background-repeat: no-repeat;
	}

/*---------------------*/
	#monster-146-neu
	{
		width: 512px;
		margin: 0 0 0 56px;
		height: 506px;
		background-image: url(/images/monster-146-neu.jpg);
		background-repeat: no-repeat;
	}


	#monster-146
	{
		width: 512px;
		margin: 0 0 0 56px;
		height: 506px;
		background-image: url(/images/monster-146.jpg);
		background-repeat: no-repeat;
	}

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

/*
------------------------------------------------------------------------------------------------------
	BUECHER - MONSTER
------------------------------------------------------------------------------------------------------
*/

	.top-distance
	{
		width:512px;
		height:280px;
		display:block;
	}


	#buecher-monster1-illu1
	{
		width: 512px;
		margin: 7px 0 0 56px;
		height: 190px;
		background-image: url(/images/buecher-monster1-illu1.jpg);
		background-repeat: no-repeat;
	}


	#buecher-monster1-illu2
	{
		width: 338px;
		margin: 0 0 0 56px;
		height: 24px;
		float: left;
		background-image: url(/images/buecher-monster1-illu2.jpg);
		background-repeat: no-repeat;
	}


	#buecher-monster1-illu3
	{
		width: 100px;
		margin: 0;
		height: 24px;
		float: left;
		background-image: url(/images/buecher-monster1-illu3.jpg);
		background-repeat: no-repeat;
	}

	#buecher-monster1-illu-spacer
	{
		width: 512px;
		margin: 0 0 0 56px;
		height: 22px;
		clear: both;
		background-image: url(/images/buecher-illu-spacer.jpg);
		background-repeat: no-repeat;
	}


	#buecher-monster1-text
	{
		width: 512px;
		margin: 0 0 0 56px;
		height: 286px;
		background-image: url(/images/buecher-monster1-text.jpg);
		background-repeat: no-repeat;
	}


	#buecher-monster1-shop-space
	{
		width: 433px;
		margin: 0 0 0 56px;
		height: 30px;
		float: left;
		background-image: url(/images/buecher-btn-shop-space.jpg);
		background-repeat: no-repeat;
	}


	#buecher-monster1-btn-shop
	{
		width: 79px;
		margin: 0;
		height: 30px;
		float: left;
		background-image: url(/images/buecher-btn-shop.jpg);
		background-repeat: no-repeat;
	}


	#buecher-monster1-btn-shop a,
	#buecher-monster1-btn-shop a:focus,
	#buecher-monster1-btn-shop a:hover,
	#buecher-monster1-btn-shop a:active
	{
		width: 79px;
		margin: 0;
		height: 30px;
		display: block;
		background-image: url(/images/buecher-btn-shop.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
	}


	#buecher-monster1-footer
	{
		width: 512px;
		margin: 0 0 0 56px;
		height: 22px;
		clear: both;
		background-image: url(/images/buecher-illu-spacer.jpg);
		background-repeat: no-repeat;
	}


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


	#buecher-monster1-innen-illu1
	{
		width: 527px;
		margin: 280px 0 0 51px;
		height: 438px;
		background-image: url(/images/buecher-monster1-innen-illu1.jpg);
		background-repeat: no-repeat;
	}


	#buecher-monster1-innen-illu2
	{
		width: 527px;
		margin: 280px 0 0 51px;
		height: 438px;
		background-image: url(/images/buecher-monster1-innen-illu2.jpg);
		background-repeat: no-repeat;
	}


	#buecher-monster1-innen-illu3
	{
		width: 527px;
		margin: 280px 0 0 51px;
		height: 438px;
		background-image: url(/images/buecher-monster1-innen-illu3.jpg);
		background-repeat: no-repeat;
	}


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


	#buecher-monster2-illu1
	{
		width: 512px;
		margin: 0 0 0 56px;
		height: 190px;
		background-image: url(/images/buecher-monster2-illu1.jpg);
		background-repeat: no-repeat;
	}


	#buecher-monster2-illu2
	{
		width: 338px;
		margin: 0 0 0 56px;
		height: 24px;
		float: left;
		background-image: url(/images/buecher-monster2-illu2.jpg);
		background-repeat: no-repeat;
	}


	#buecher-monster2-illu3
	{
		width: 100px;
		margin: 0;
		height: 24px;
		float: left;
		background-image: url(/images/buecher-monster2-illu3.jpg);
		background-repeat: no-repeat;
	}

	#buecher-monster2-illu-spacer
	{
		width: 512px;
		margin: 0 0 0 56px;
		height: 22px;
		clear: both;
		background-image: url(/images/buecher-illu-spacer.jpg);
		background-repeat: no-repeat;
	}


	#buecher-monster2-text
	{
		width: 512px;
		margin: 0 0 0 56px;
		height: 285px;
		background-image: url(/images/buecher-monster2-text.jpg);
		background-repeat: no-repeat;
	}


	#buecher-monster2-shop-space
	{
		width: 433px;
		margin: 0 0 0 56px;
		height: 30px;
		float: left;
		background-image: url(/images/buecher-btn-shop-space.jpg);
		background-repeat: no-repeat;
	}


	#buecher-monster2-btn-shop
	{
		width: 79px;
		margin: 0;
		height: 30px;
		float: left;
		background-image: url(/images/buecher-btn-shop.jpg);
		background-repeat: no-repeat;
	}


	#buecher-monster2-btn-shop a,
	#buecher-monster2-btn-shop a:focus,
	#buecher-monster2-btn-shop a:hover,
	#buecher-monster2-btn-shop a:active
	{
		width: 79px;
		margin: 0;
		height: 30px;
		display: block;
		background-image: url(/images/buecher-btn-shop.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
	}


	#buecher-monster2-footer
	{
		width: 512px;
		margin: 0 0 0 56px;
		height: 22px;
		clear: both;
		background-image: url(/images/buecher-illu-spacer.jpg);
		background-repeat: no-repeat;
	}


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


	#buecher-monster2-innen-illu1
	{
		width: 527px;
		margin: 280px 0 0 51px;
		height: 438px;
		background-image: url(/images/buecher-monster2-innen-illu1.jpg);
		background-repeat: no-repeat;
	}


	#buecher-monster2-innen-illu2
	{
		width: 527px;
		margin: 280px 0 0 51px;
		height: 438px;
		background-image: url(/images/buecher-monster2-innen-illu2.jpg);
		background-repeat: no-repeat;
	}


	#buecher-monster2-innen-illu3
	{
		width: 527px;
		margin: 280px 0 0 51px;
		height: 438px;
		background-image: url(/images/buecher-monster2-innen-illu3.jpg);
		background-repeat: no-repeat;
	}


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


	#buecher-monster3-illu1
	{
		width: 512px;
		margin: 0 0 0 56px;
		height: 190px;
		background-image: url(/images/buecher-monster3-illu1.jpg);
		background-repeat: no-repeat;
	}


	#buecher-monster3-illu2
	{
		width: 338px;
		margin: 0 0 0 56px;
		height: 24px;
		float: left;
		background-image: url(/images/buecher-monster3-illu2.jpg);
		background-repeat: no-repeat;
	}


	#buecher-monster3-illu3
	{
		width: 100px;
		margin: 0;
		height: 24px;
		float: left;
		background-image: url(/images/buecher-monster3-illu3.jpg);
		background-repeat: no-repeat;
	}

	#buecher-monster3-illu-spacer
	{
		width: 512px;
		margin: 0 0 0 56px;
		height: 22px;
		clear: both;
		background-image: url(/images/buecher-illu-spacer.jpg);
		background-repeat: no-repeat;
	}


	#buecher-monster3-text
	{
		width: 512px;
		margin: 0 0 0 56px;
		height: 355px;
		background-image: url(/images/buecher-monster3-text.jpg);
		background-repeat: no-repeat;
	}


	#buecher-monster3-shop-space
	{
		width: 433px;
		margin: 0 0 0 56px;
		height: 30px;
		float: left;
		background-image: url(/images/buecher-btn-shop-space.jpg);
		background-repeat: no-repeat;
	}


	#buecher-monster3-btn-shop
	{
		width: 79px;
		margin: 0;
		height: 30px;
		float: left;
		background-image: url(/images/buecher-btn-shop.jpg);
		background-repeat: no-repeat;
	}


	#buecher-monster3-btn-shop a,
	#buecher-monster3-btn-shop a:focus,
	#buecher-monster3-btn-shop a:hover,
	#buecher-monster3-btn-shop a:active
	{
		width: 79px;
		margin: 0;
		height: 30px;
		display: block;
		background-image: url(/images/buecher-btn-shop.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
	}


	#buecher-monster3-footer
	{
		width: 512px;
		margin: 0 0 0 56px;
		height: 22px;
		clear: both;
		background-image: url(/images/buecher-illu-spacer.jpg);
		background-repeat: no-repeat;
	}


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


	#buecher-monster3-innen-illu1
	{
		width: 527px;
		margin: 280px 0 0 51px;
		height: 438px;
		background-image: url(/images/buecher-monster3-innen-illu1.jpg);
		background-repeat: no-repeat;
	}


	#buecher-monster3-innen-illu2
	{
		width: 527px;
		margin: 280px 0 0 51px;
		height: 438px;
		background-image: url(/images/buecher-monster3-innen-illu2.jpg);
		background-repeat: no-repeat;
	}


	#buecher-monster3-innen-illu3
	{
		width: 527px;
		margin: 280px 0 0 51px;
		height: 438px;
		background-image: url(/images/buecher-monster3-innen-illu3.jpg);
		background-repeat: no-repeat;
	}


	#buecher-monster3-innen-illu4
	{
		width: 527px;
		margin: 280px 0 0 51px;
		height: 438px;
		background-image: url(/images/buecher-monster3-innen-illu4.jpg);
		background-repeat: no-repeat;
	}


/*
------------------------------------------------------------------------------------------------------
	BUECHER - FREUD
------------------------------------------------------------------------------------------------------
*/


	#buecher-freud1-illu1
	{
		width: 512px;
		margin: 7px 0 0 56px;
		height: 190px;
		background-image: url(/images/buecher-freud1-illu1.jpg);
		background-repeat: no-repeat;
	}


	#buecher-freud1-illu2
	{
		width: 338px;
		margin: 0 0 0 56px;
		height: 24px;
		float: left;
		background-image: url(/images/buecher-freud1-illu2.jpg);
		background-repeat: no-repeat;
	}


	#buecher-freud1-illu3
	{
		width: 100px;
		margin: 0;
		height: 24px;
		float: left;
		background-image: url(/images/buecher-freud1-illu3.jpg);
		background-repeat: no-repeat;
	}

	#buecher-freud1-illu-spacer
	{
		width: 512px;
		margin: 0 0 0 56px;
		height: 22px;
		clear: both;
		background-image: url(/images/buecher-illu-spacer.jpg);
		background-repeat: no-repeat;
	}


	#buecher-freud1-text
	{
		width: 512px;
		margin: 0 0 0 56px;
		height: 385px;
		background-image: url(/images/buecher-freud1-text.jpg);
		background-repeat: no-repeat;
	}


	#buecher-freud1-shop-space
	{
		width: 433px;
		margin: 0 0 0 56px;
		height: 30px;
		float: left;
		background-image: url(/images/buecher-btn-shop-space.jpg);
		background-repeat: no-repeat;
	}


	#buecher-freud1-btn-shop
	{
		width: 79px;
		margin: 0;
		height: 30px;
		float: left;
		background-image: url(/images/buecher-btn-shop.jpg);
		background-repeat: no-repeat;
	}


	#buecher-freud1-btn-shop a,
	#buecher-freud1-btn-shop a:focus,
	#buecher-freud1-btn-shop a:hover,
	#buecher-freud1-btn-shop a:active
	{
		width: 79px;
		margin: 0;
		height: 30px;
		display: block;
		background-image: url(/images/buecher-btn-shop.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
	}


	#buecher-freud1-footer
	{
		width: 512px;
		margin: 0 0 0 56px;
		height: 22px;
		clear: both;
		background-image: url(/images/buecher-illu-spacer.jpg);
		background-repeat: no-repeat;
	}


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


	#buecher-freud1-innen-illu1
	{
		width: 527px;
		margin: 280px 0 0 51px;
		height: 438px;
		background-image: url(/images/buecher-freud1-innen-illu1.jpg);
		background-repeat: no-repeat;
	}


	#buecher-freud1-innen-illu2
	{
		width: 527px;
		margin: 280px 0 0 51px;
		height: 438px;
		background-image: url(/images/buecher-freud1-innen-illu2.jpg);
		background-repeat: no-repeat;
	}


	#buecher-freud1-innen-illu3
	{
		width: 527px;
		margin: 280px 0 0 51px;
		height: 438px;
		background-image: url(/images/buecher-freud1-innen-illu3.jpg);
		background-repeat: no-repeat;
	}


/*
------------------------------------------------------------------------------------------------------
	BUECHER - GOETHE
------------------------------------------------------------------------------------------------------
*/


	#buecher-goethe1-illu1
	{
		width: 512px;
		margin: 7px 0 0 56px;
		height: 190px;
		background-image: url(/images/buecher-goethe1-illu1.jpg);
		background-repeat: no-repeat;
	}


	#buecher-goethe1-illu2
	{
		width: 338px;
		margin: 0 0 0 56px;
		height: 24px;
		float: left;
		background-image: url(/images/buecher-goethe1-illu2.jpg);
		background-repeat: no-repeat;
	}


	#buecher-goethe1-illu3
	{
		width: 100px;
		margin: 0;
		height: 24px;
		float: left;
		background-image: url(/images/buecher-goethe1-illu3.jpg);
		background-repeat: no-repeat;
	}

	#buecher-goethe1-illu-spacer
	{
		width: 512px;
		margin: 0 0 0 56px;
		height: 22px;
		clear: both;
		background-image: url(/images/buecher-illu-spacer.jpg);
		background-repeat: no-repeat;
	}


	#buecher-goethe1-text
	{
		width: 512px;
		margin: 0 0 0 56px;
		height: 365px;
		background-image: url(/images/buecher-goethe1-text.jpg);
		background-repeat: no-repeat;
	}


	#buecher-goethe1-shop-space
	{
		width: 433px;
		margin: 0 0 0 56px;
		height: 30px;
		float: left;
		background-image: url(/images/buecher-btn-shop-space.jpg);
		background-repeat: no-repeat;
	}


	#buecher-goethe1-btn-shop
	{
		width: 79px;
		margin: 0;
		height: 30px;
		float: left;
		background-image: url(/images/buecher-btn-shop.jpg);
		background-repeat: no-repeat;
	}


	#buecher-goethe1-btn-shop a,
	#buecher-goethe1-btn-shop a:focus,
	#buecher-goethe1-btn-shop a:hover,
	#buecher-goethe1-btn-shop a:active
	{
		width: 79px;
		margin: 0;
		height: 30px;
		display: block;
		background-image: url(/images/buecher-btn-shop.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
	}


	#buecher-goethe1-footer
	{
		width: 512px;
		margin: 0 0 0 56px;
		height: 22px;
		clear: both;
		background-image: url(/images/buecher-illu-spacer.jpg);
		background-repeat: no-repeat;
	}


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


	#buecher-goethe1-innen-illu1
	{
		width: 527px;
		margin: 280px 0 0 51px;
		height: 438px;
		background-image: url(/images/buecher-goethe1-innen-illu1.jpg);
		background-repeat: no-repeat;
	}


	#buecher-goethe1-innen-illu2
	{
		width: 527px;
		margin: 280px 0 0 51px;
		height: 438px;
		background-image: url(/images/buecher-goethe1-innen-illu2.jpg);
		background-repeat: no-repeat;
	}


	#buecher-goethe1-innen-illu3
	{
		width: 527px;
		margin: 280px 0 0 51px;
		height: 438px;
		background-image: url(/images/buecher-goethe1-innen-illu3.jpg);
		background-repeat: no-repeat;
	}


/*
------------------------------------------------------------------------------------------------------
	BUECHER - ALLGEMEINE BUTTONS
------------------------------------------------------------------------------------------------------
*/


	#buecher-btn-mehrbilder
	{
		width: 74px;
		margin: 0;
		height: 24px;
		float: left;
		background-image: url(/images/buecher-btn-mehrbilder.jpg);
		background-repeat: no-repeat;
	}


	#buecher-btn-mehrbilder a,
	#buecher-btn-mehrbilder a:focus,
	#buecher-btn-mehrbilder a:hover,
	#buecher-btn-mehrbilder a:active
	{
		width: 74px;
		margin: 0;
		height: 24px;
		display: block;
		background-image: url(/images/buecher-btn-mehrbilder.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
	}


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


	#buecher-btn-artikel-links
	{
		width: 100px;
		margin: 0 0 0 56px;
		height: 30px;
		float: left;
		background-image: url(/images/buecher-btn-artikel-links.jpg);
		background-repeat: no-repeat;
	}


	#buecher-btn-artikel-links a,
	#buecher-btn-artikel-links a:focus,
	#buecher-btn-artikel-links a:hover,
	#buecher-btn-artikel-links a:active
	{
		width: 100px;
		margin: 0;
		height: 30px;
		display: block;
		background-image: url(/images/buecher-btn-artikel-links.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
	}


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


	#buecher-btn-prev-links
	{
		width: 100px;
		margin: 0 0 0 56px;
		height: 30px;
		float: left;
		background-image: url(/images/buecher-btn-prev-links.jpg);
		background-repeat: no-repeat;
	}


	#buecher-btn-prev-links a,
	#buecher-btn-prev-links a:focus,
	#buecher-btn-prev-links a:hover,
	#buecher-btn-prev-links a:active
	{
		width: 100px;
		margin: 0;
		height: 30px;
		display: block;
		background-image: url(/images/buecher-btn-prev-links.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
	}


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


	#buecher-btn-space
	{
		width: 312px;
		margin: 0;
		height: 30px;
		float: left;
		background-image: url(/images/buecher-btn-space.jpg);
		background-repeat: no-repeat;
	}


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


	#buecher-btn-artikel-rechts
	{
		width: 100px;
		margin: 0;
		height: 30px;
		float: left;
		background-image: url(/images/buecher-btn-artikel-rechts.jpg);
		background-repeat: no-repeat;
	}


	#buecher-btn-artikel-rechts a,
	#buecher-btn-artikel-rechts a:focus,
	#buecher-btn-artikel-rechts a:hover,
	#buecher-btn-artikel-rechts a:active
	{
		width: 100px;
		margin: 0;
		height: 30px;
		display: block;
		background-image: url(/images/buecher-btn-artikel-rechts.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
	}


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


	#buecher-btn-next-rechts
	{
		width: 100px;
		margin: 0;
		height: 30px;
		float: left;
		background-image: url(/images/buecher-btn-next-rechts.jpg);
		background-repeat: no-repeat;
	}


	#buecher-btn-next-rechts a,
	#buecher-btn-next-rechts a:focus,
	#buecher-btn-next-rechts a:hover,
	#buecher-btn-next-rechts a:active
	{
		width: 100px;
		margin: 0;
		height: 30px;
		display: block;
		background-image: url(/images/buecher-btn-next-rechts.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
	}


/*
------------------------------------------------------------------------------------------------------
	SHOW
------------------------------------------------------------------------------------------------------
*/


	#show-foto-text
	{
		width: 512px;
		margin: 280px 0 0 56px;
		height: 611px;
		background-image: url(/images/show-foto-text.jpg);
		background-repeat: no-repeat;
	}


	#show-foto
	{
		width: 512px;
		margin: 280px 0 20px 56px;
		height: 233px;
/*
		background-image: url(/images/show-foto.jpg);
		background-repeat: no-repeat;
*/
	}


	#show-plakat-illu
	{
		width: 512px;
		margin: 280px 0 20px 56px;
		height: 467px;
		background-image: url(/images/show-plakat-illu1.jpg);
		background-repeat: no-repeat;
	}


	#show-plakat-text
	{
		width: 512px;
		margin: 0 0 0 56px;
		height: 221px;
		background-image: url(/images/show-plakat-text1.jpg);
		background-repeat: no-repeat;
	}


	#show-text
	{
		width: 512px;
		margin: 0 0 0 56px;
		height: 348px;
		background-image: url(/images/show-text.jpg);
		background-repeat: no-repeat;
	}


	#show-linkline-spacer
	{
		width: 383px;
		margin: 0 0 0 56px;
		height: 30px;
		float: left;
		background-image: url(/images/show-linkline-spacer.jpg);
		background-repeat: no-repeat;
	}


	#show-linkline-termine
	{
		width: 68px;
		margin: 0;
		height: 30px;
		float: left;
		background-image: url(/images/show-linkline-termine.jpg);
		background-repeat: no-repeat;
	}


	#show-linkline-termine a,
	#show-linkline-termine a:focus,
	#show-linkline-termine a:hover,
	#show-linkline-termine a:active
	{
		width: 68px;
		margin: 0;
		height: 30px;
		display: block;
		background-image: url(/images/show-linkline-termine.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
	}


	#show-linkline-booking
	{
		width: 61px;
		margin: 0;
		height: 30px;
		float: left;
		background-image: url(/images/show-linkline-booking.jpg);
		background-repeat: no-repeat;
	}


	#show-linkline-booking a,
	#show-linkline-booking a:focus,
	#show-linkline-booking a:hover,
	#show-linkline-booking a:active
	{
		width: 61px;
		margin: 0;
		height: 30px;
		display: block;
		background-image: url(/images/show-linkline-booking.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
	}


/*
------------------------------------------------------------------------------------------------------
	NEWS UND TERMINE
------------------------------------------------------------------------------------------------------
*/


	#news-content
	{
		width: 512px;
		margin: 280px 0 0 56px;
	}

	#news-content p
	{
		font-size: 20 px;
		line-height: 1.4 em;
	}

	.news-divider-small
	{
		width: 512px;
		margin: 6px 0 10px 0;
		height: 1px;
		display: block;
		background-image: url(/images/news-divider-small.jpg);
		background-repeat: no-repeat;
	}

	.news-divider-large
	{
		width: 512px;
		margin: 16px 0 26px 0;
		height: 7px;
		display: block;
		background-image: url(/images/news-divider-large.jpg);
		background-repeat: no-repeat;
	}

/*
------------------------------------------------------------------------------------------------------
	FORSCHER
------------------------------------------------------------------------------------------------------
*/


	#forscher-text
	{
		width: 512px;
		margin: 280px 0 0 56px;
		height: 365px;
		background-image: url(/images/forscher-text.jpg);
		background-repeat: no-repeat;
	}


/*
------------------------------------------------------------------------------------------------------
	KONTAKT
------------------------------------------------------------------------------------------------------
*/


	#kontakt-mailzeile
	{
		width: 512px;
		margin: 280px 0 0 56px;
		height: 25px;
		background-image: url(/images/kontakt-mailzeile.jpg);
		background-repeat: no-repeat;
	}


	#kontakt-impressum-text
	{
		width: 512px;
		margin: 0 0 0 56px;
		height: 234px;
		background-image: url(/images/kontakt-impressum-text.jpg);
		background-repeat: no-repeat;
	}


	#kontakt-impressum-formular
	{
		width: 512px;
		margin: 0 0 0 56px;
	}


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


	.block
	{
		margin-bottom: 28px;
	}

	#colbreak
	{
		clear: both;
		display: block;
		margin:0 auto 0 auto;
		width: 900px;
		height: 1px;
	}




  /* (de) Absicherung fuer die Positionierung von #footer */
	#footer
	{
/*
		clear: both;
		display: block;
		background-image: url(/images/site-footer.jpg);
		background-repeat: no-repeat;
		background-color: #4b4840;
*/
		clear: both;
		display: block;
		margin:0 auto 0 auto;
		width: 900px;
		height: 120px;
	}

	#footer p
	{
		padding: 4px 0 0 10px;
		color: #fff;
	}


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




