#notiz {
	position: absolute;
	width: 250px;
	height: 298px;
	top: 77px;
	left: -194px;
	background-image:url(../images/notizzettel.png);
	background-repeat: no-repeat;
	z-index:0;
}
#notiz_eng {
	position: absolute;
	width: 250px;
	height: 299px;
	top: 77px;
	left: -194px;
	background-image:url(../images/notizzettel_eng.png);
	background-repeat: no-repeat;
	z-index:0;
}
#link {
	position: absolute;
	width: 127px;
	height: 53px;
	left: -78px;
	top: 282px;
}
#link_eng {
	position: absolute;
	width: 104px;
	height: 44px;
	left: -55px;
	top: 284px;
}
body, p {
	font-size: 11px;
	line-height: 18px;
	font-family: Verdana, Times, serif;
	color: #3d3731;
	background-color:#FFFFFF;
	
}

a {
	color: #3d3731 ;
	text-decoration:none;
}
a:hover {
	color: #3d3731 ;
	text-decoration: underline;
}

h1 {
	color: #006600;
	font-size: 26px;
	line-height: 1em;
	font-family: Times, "Times New Roman", serif;
	font-weight: 500;

	border-left: 5px solid  #999999;

	margin-top: 1.2em;
	margin-left: -20px;
	padding: 0 0 0 15px;
	
	background: transparent url(/images/1px_e49a68.png) no-repeat 15px 0.95em;
}
.gtc {
	color: #006600;
	font-size: 32px;
	line-height: 1em;
	font-family:  Verdana, Times, serif;
	font-weight: 800;



}
.gtc_kl {
	color: #333333;
	font-size: 10px;
	line-height: 1.8em;
	font-family:  Verdana, Times, serif;
	font-weight: 500;
	padding-left:50px;
}

h2 {
	color: #006600;
	font-size: 18px;

	font-family: Times, "Times New Roman", serif;
	font-weight: 500;

	border-left: 5px solid  #999999;	

	margin-top: 1.5em;
	margin-left: -20px;
	padding: 0 0 0 15px;
	
	background: transparent url(/images/1px_e49a68.png) no-repeat 15px 0.94em;
}
	#sidebar h2 {
		margin-top: 1em;
		margin-bottom: 0;
		margin-left: -15px;
		padding: 0 0 0 10px;
	
		background: transparent url(/images/1px_e49a68_2.png) no-repeat 10px 0.94em;
	}
	
		#sidebar1 h2 {
		margin-top: 1em;
		margin-bottom: 0;
		margin-left: -15px;
		padding: 0 0 0 10px;
	
		background: transparent url(/images/1px_e49a68_2.png) no-repeat 10px 0.94em;
	}
	h1 a, h2 a {
		text-decoration: none;
		color: #dd8142;
	}

ul li {
	margin-top: 0.5em;
}

img.align, .promote img {
	display: block;
	padding: 2px;
	border: 1px solid #eeebdf;
	margin: 0 5px;
}
img.right {
	float: right;
	margin-right: 0;
}
img.left {
	float: left;
	margin-left: 0;
}

/* colors used in multiple places */
.index_bg{ 		
background-image:url(../images/nav_bg.png);
background-repeat: no-repeat;
background-position:bottom; 
}


/* hover backgrounds for main nav 
#nav .index_bg  { background: #ffffff url(../images/nav_bg_over.png); }
*/

/* commoners */
.clear {
	clear: both;
	height: 1px;
	/*overflow: none; */
}

* html .iesucks {
	display: none;
	background-color: white;
}

/* layout */
body {
margin:0px;

}

.layout_center {
	width: 800px;
	margin: 0 auto;
	position: relative;

}

#header {
	position: relative;
	background-image:url(../images/globe_.png);
	background-repeat:no-repeat;
	height:200px;
	z-index: 1;
}
	#logo {
		position: relative;
		width: 280px;
		height: 50px;
		top: 25px;
		left: 160px;
		
		
	}
	#nav {
	position: relative;
	float: right;
	margin-top: 33px;
	height: 40px;

	}

		#nav div { /* nav squares */
	float: left;
	text-align:center;
	width: 110px;
	height: 24px; /* plus the large amount of padding */
	margin-left: 0px;
	padding-left: 6px;
	padding-top: 20px;
	cursor: pointer;
	text-decoration: none;
	color: #666666;
		}
		#nav div a {
			text-decoration: none;
			color: #666666  ;
		}
		#nav div:hover {
			text-decoration: none;
			color: #006600  ;
			border-bottom:#006600 1px solid;
		}
			#nav div a:hover {
			text-decoration: none;
			color: #006600  ;
			
		}
		#nav div.active {
			padding-top: 40px;
			border-top: none;
			color: #006600  ;
			font-weight: bold;
			
		}
			#nav div.active a {
			color: #006600  ;
			}
			
	#minor_nav {
	position: absolute;
	top: 5px;
	right: 1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	width: 225px;
	}
		#minor_nav a {
			text-decoration: none;
			color: #999999;
		}
		#minor_nav a:hover {
			text-decoration: underline;
		}

#background_objects {
	position: absolute;
	top: 1px;
	left: 0px;
	height: 500px;
	width: 100%;
}

#background_bar	{
	position: relative;
	margin-top: 0px;
	background-image:url(../images/top.png);
	background-repeat:repeat-x;	
	width: 100%;
	height: 200px;
	z-index: 1000;
}
/*
#background_bar_light {
	position: relative;
	margin-top: 1px;
	
	width: 100%;
	height: 8px;

	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
	
	overflow: hidden;
	z-index: 2;
}
*/
	#background_bar_bot {
		height: 1px;
		overflow: hidden;
		background-color: #333333;
	}



	#background_bar_gradient_bot {
		position: relative;
		width: 100%;
		height: 150px;
		background-image:url(../images/footer.png);
		background-repeat:repeat-x;
		border-top:#333333 1px solid;
	}




/* body layout / design (incl. sidebar) */
#body {
	position: relative;
	border-bottom: 1px solid #eeebdf;	
	background-image:url(../images/left.png);
	background-repeat:repeat-y;
	background-position:left;
	
	z-index: 25;
}
	#content {
		position: relative;
		float: right;
		width: 550px;
		min-height:500px;
		padding-left: 20px;
		padding-right: 30px;
		padding-bottom: 0;
		margin-top:-50px;
		z-index: 20;
		font-size:11px;
	}


	#sidebar1 {
	/*float: left;*/
	width: 161px;
	padding-left: 0px;
	margin-top: 0px;
	position: absolute;
	left: -240px;
	top: 51px;
		
	
	}
	#sidebar1.home {
		margin-top: 0px;
	}
		
		#sidebar1 ul {
			list-style: none outside;
			margin: 0;
			padding: 0;
			
		}
			#sidebar1 ul li {
			
				display: block;
				padding-top: 0px;
				padding-bottom: 0px;
				padding-right:0px;
				height: 30px;
				border-bottom: 1px solid  #cccccc;
				text-align:right;
				
				margin-left: 0;
				margin-top: 10px;
				
				color: #787878;
			}
				#sidebar1 li a {
					color: #787878;
					text-decoration: none;
					font-size:10px;
				}
				#sidebar1 li:hover {
					color: #006600;
					text-decoration: none;
					border-bottom: 1px solid  #006600;
				}
				#sidebar1 li a:hover {
					text-decoration: none;
					color: #006600;
				}
	#sidebar1 ul.events li {
		height: auto;
		padding-bottom: 3px;
	}

	#sidebar {
		float: left;
		width: 110px;
		padding-left: 10px;
		margin-top: 0px;
	}
	#sidebar.home {
		margin-top: 0px;
	}
		
		#sidebar ul {
			list-style: none outside;
			margin: 0;
			padding: 0;
		}
			#sidebar ul li {
				display: block;
				padding-top: 5px;
				padding-bottom: 5px;
				padding-right:0px;
				height: 15px;
				border-bottom: 1px solid  #cccccc;
				text-align:right;
				
				margin-left: 0;
				margin-top: 10px;
				
				color: #787878;
			}
				#sidebar li a {
					color: #787878;
					text-decoration: none;
				}
				#sidebar li:hover {
					color: #006600;
					text-decoration: none;
					border-bottom: 1px solid  #006600;
				}
				#sidebar li a:hover {
					text-decoration: none;
					color: #006600;
				}
	#sidebar ul.events li {
		height: auto;
		padding-bottom: 3px;
	}
#footer_menu {
	padding-top: 0.85em;
	text-align: left;
}
	#footer_menu ul {
		display: block;
	}
	#footer a {
		color: #333333;
		text-decoration:none;
	}
	#footer a:hover {
		color: #9a9686;
		text-decoration:none;
	}	
	#footer_menu ul li {
		margin: 0;
		padding: 1px 8px 1px 9px;
		list-style: none;
		display: inline;
		border-left: 1px solid #b1aea4;
	}
	#footer_menu ul li.first {
		border: none;
		padding-left: 0;
	}
#footer_text {
	margin-top: 30px;
	font-size:10px;
	color: #333333;
	text-align:center;
	
}

/* promote list */

div.promote {
	border-top:	1px solid #dd8142;
	border-bottom: 1px solid #eeebdf;
	padding: 5px 5px 5px 2px;
	background-color: #fbfaf8;
	margin-bottom: 12px;
}
	div.promote img {
		float: left;
		margin-right: 8px;
	}
	div.promote h3 {
		display: inline;
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
		border: none;
		background: none;
		font-weight: 500;
	}
		div.promote h3 a {
			color: #70607d;
			text-decoration: underline;
		}
	div.promote p {
		margin-top: 3px;
		font-size: 11px;
		line-height: 15px;
		margin-bottom: 0;
	}
	
/* promote list on home page */

div.promotehome {
	float: left;
	margin: 0 10px 10px 0;
}
div.promotehome img {
	padding: 2px;
	border: 1px solid #eeebdf;
}
	div.promotehome h3 {
		margin: 3px 3px;
		font-size: 14px;
		font-weight: 500;
	}

/* area attractions page */

div.attraction {
	float: left;
	width: 203px;
	height: 3.25em;
	padding: 5px 7px;
	border: 1px solid #eeebdf;
	margin: 0 10px 10px 0;
}
	div.attraction span {
		display: block;
	}
	.attraction .title {

	}
	.attraction .phone {
		display: none;
	}
	.attraction .address1 a {
		color: #999;
	}
	.attraction .address2 {
		display: none;
	}

input {
border: #ABABAB 1px dashed;
background-color:#FFFFFF;
}

.feedtext {
	font-size: 10px;
	font-weight: bold;
}

/*
#sitemap a {
text-decoration:none;
*/

