/* Allgemeines */
		body
		{
			margin: 0;
			padding: 0;
			font-size: 15px;
			font-family: georgia, times, "times new roman", serif;
			font-family: Arial, sans-serif;
			color: #000;
			background-color: #fff;
		}
		
		h1, h2, h3, h4, h5 {line-height: 1.2em;}
		
		a:link { color: #127; }
		a:visited { color: #999; }
		
		a:hover, a:active
		{
			color: #000;
		}
		
		#cleardiv
		{
			clear: both;
			height: 1em;
		}
		
/* Logo-Bereich */				

		div#logo
		{
			color: #333;
			background-color: #fff;
		}
		
		div#logo h1
		{
			margin: 0;
			padding: .3em 0 0.3em 1.5em;
			font-size: 1.8em;
			font-weight: normal;
		}
		
		div#logo h2
		{
			margin: 0;
			padding: .25em 0 .25em .5em;
			font-size: 1.5em;
			font-weight: normal;
		}
		
		div#bar
		{
			clear: both;
			border-top: 1px solid #a0f7ff;
			border-bottom: 1px solid #a0f7ff;
			height: 35px;
			background-image: url(greybar2.png);
			background-repeat: repeat-x;
			background-position: left;
			padding-left: 20px;
			line-height: 35px;
			font-size: 1.1em;
			font-weight: normal;
			color: #a0f7ff;
		}
		
		.barfloat
		{
			padding-right: 1em;
			float: right;
		}

		#bar a:link { text-decoration: none; color: #a0f7ff; }
		#bar a:visited { text-decoration: none; color: #a0f7ff; }
		
		#bar a:hover, a:active
		{
			color: #127;
		}
		
/* Navigationsleiste */

		
		#preload1 { /* Preload-Hack */
			background-image: url("nav_base2_new.png");
			background-repeat: no-repeat;
			background-position: -1000px -1000px;
		}
						
		div#container
		{
			background-image: url("nav_col_base_new.png");
			background-repeat: repeat-y;
		}
		
		div#container2
		{
			position: relative;
			background-image: url("berchtesgaden_bar.png");
			background-repeat: repeat-y;
			background-position: right;
		}
		
		#container2 a:link { text-decoration: none; color: #127; }
		#container2 a:visited { text-decoration: none; color: #127; }
		
		#container2 a:hover, a:active
		{
			color: #a0f7ff;
		}
		
		img#imgcontainer
		{
			position: absolute;
			bottom: 0px;
			right: 0px;
		}
		
		div#imgcontainer
		{
			position: absolute;
			background-image: url("berchtesgaden_bar2.png");
			background-repeat: no-repeat;
			width: 180;
			height: 315px;
			bottom: 0px;
			right: 0px;
		}
		
		div#navigation
		{
			float: left;
			font-size: 1.1em;
			width: 150px;
			padding-top: 2em;
		}
		
		div#navigation ul
		{
			list-style-type: none;
			padding: 0;
			margin: 0;
		}
		
		div#navigation ul li { margin-top: 4px; }
		
		#navigation ul li a
		{
			display: block;
			width: 135px;
			padding: 3px 5px 3px 20px;
			text-decoration: none;
			background-image: url("nav_base_new.png");
			background-repeat: repeat-y;
		}
		#navigation ul li a:link,#navigation ul li a:visited
		{
			color: #340;
		}
		
		#navigation ul li#myvisit a:link ,#navigation ul li#myvisit a:visited
		{
			color: #efb;
		}
		
		#navigation ul li a:hover
		{
			color: #efb;
			/*background-color: #ccc;*/
			background-image: url("nav_base2_new.png");
			background-repeat: repeat-y;
		}

/* Rechte Seitenleiste mit Platz für mehr. */
		
		div#more
		{
			float: right;
			width: 150px;
			height: 80ex;
			margin: 0;
			padding: 2em 10px 0 0;
			color: #127;
		}
		
		div#more h3
		{
			margin-top: 0;
			width: 160px;
			color: #127;
			padding: 3px 0 .2em 0;
			background-image: url("more_base_new.png");
			background-position: right;
			background-repeat: repeat-y;
		}

/* Hauptinhalte */
		
		div#content
		{
			margin-left: 190px;
			margin-right: 200px;
		}
		
		div#content h1
		{
			font-size: 3em;
			color: #127;
			margin: 0;
			padding-left: 0em;
			padding-top: 0.6em;
			font-weight: normal;
		}
				
		div#content h2
		{
			font-size: 2em;
			color: #127;
			margin: 0;
			padding-left: 0em;
			padding-top: 1em;
			font-weight: normal;
		}
		
		div#content { line-height: 150%; }
		
		div#content a:hover, div#content a:active {
			color: #127;
			text-decoration: underline;
		}
		
		.tabtime {vertical-align: top;padding-left: 2em;padding-right: 2em;}
		.tabtime span {font-weight: bold;}
		.contentcenter {text-align: center;}
		.tabbreak {padding-top: 2em; padding-bottom: 2em;}
		
/* Fußleiste */
		
		div#footer
		{
			clear: both;
			padding: .5em 1em;
			border-top: 1px solid #555;
			text-align: right;
			background-color: #aaa;
		}
		
		div#footer ul
		{
			padding: 0;
			margin: 0;
			list-style-type: none;
		}
		
		div#footer li
		{
			display: inline;
			margin-right: 1em;
		}
		
		#footer ul li a { text-decoration: none; color: #333; }

		#footer ul li a:hover
		{
			background-color: #aaa;
			color: #000;
			text-decoration: underline;
		}

		p#DecoLink{
			font-weight: bold;
			font-size: 2em;
		}
		
		p#DecoLink span {font-size: 1.3em;color: #127;}
		
		div.impressumlabel {
		width: 150px;
		margin: 1em 0 2em 0;
		height: 3em;
		display: inline;
		float: left;
		}
		
		div.impressumperson {
		margin: 1em 0 2em 0;
		float: left;
		}

