/*** NORMALIZE STYLES ***/
	html,body,div,span,
	applet,object,iframe,
	h1,h2,h3,h4,h5,h6,p,blockquote,pre,
	a,abbr,acronym,address,big,cite,code,
	del,dfn,em,font,img,ins,kbd,q,s,samp,
	small,strike,strong,sub,sup,tt,var,
	dd,dl,dt,li,ol,ul,
	fieldset,form,label,legend,
	table,caption,tbody,tfoot,thead,tr,th,td {
		margin: 0;
		padding: 0;
		border: 0;
		font-weight: normal;
		font-style: normal;
		font-size: 100%;
		line-height: 1;
		text-align: left;
	}
	
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	ol,ul {
		list-style: none;
	}
	
	q:before,q:after,
	blockquote:before,blockquote:after {
		content: "";
	}
	
	a {
		text-decoration: none;
	}
/*** END NORMALIZE STYLES ***/


/*** BODY SETUP ***/
	html {
		text-align: center;
	}
	
	body {
		background: #eae7d3 url(../img/bg.png) 0 0 repeat-x;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 100%;
		position: relative;
		width: 660px;
		text-align: left;
		margin: 9px auto;
		padding-bottom: 60px;
		color: #333;
	}

	#branding {
		padding: 0 0 74px 0;
	}
/*** END BODY SETUP ***/


/*** GENERAL STYLES ***/
	hr,
	.hidden {
		display: none;
	}
	
	strong {
		font-weight: bold;
	}
	
	.clear {
		clear: both;
	}
/*** END GENERAL STYLES ***/


/*** LOGO ***/
	h1 {
		position: absolute;
		left: -115px;
		background: transparent url(../img/andechs-trans.png) 0 0 no-repeat;
		width: 248px;
		height: 225px;
		text-indent: -9999px;
		overflow: hidden;
		z-index: 30;
	}
/*** END LOGO ***/


/*** NAVIGATION ***/
	/** Main Navigation **/
		#nav-container {
			width: 660px;
			height: 329px;
			background: transparent url(../img/panel-trans.png) 0 0 no-repeat;
			padding: 5px 0 0 0;
			position: relative;
			z-index: 20;
			margin: 0 auto;
			text-align: center;
			overflow: visible;
		}
		
		#nav-container img.visual{
			position: absolute;
			left: -30px;
			top: 34px;
		}
		
		ul#nav {
			position: absolute;
			left: 111px;
			top: 23px;
		}
		
		ul#nav li {
			float: left;
			padding: 0 0 0 13px;
		}
		
		ul#nav li a {
			color: #fff;
			font-size: 0.75em;
			letter-spacing: -0.08em;
			float: left;
			text-transform: uppercase;
			padding: 0 7px 0 0;
		}
		
		ul#nav li.active {
			background: transparent url(../img/nav-bullet.png) 6px 60% no-repeat;
		}
		
		ul#nav li.active a {
			background: transparent url(../img/nav-bullet.png) right 60% no-repeat;
		}
	/** END Main Navigation **/


	/** Supplementary Navigation **/
		ul#nav-sup {
			position: absolute;
			right: 1px;
			top: 0;
		}
		
		ul#nav-sup li {
			display: inline;
			border-left: 1px solid #004b93;
			padding-left: 6px;
			margin-left: 2px;
			font-size: 0.6em;
			line-height: 0.6em
		}
		
		ul#nav-sup li:first-child {
			border-left: 0;
			padding-left: 0;
			margin-left: 0;
		}
		
		ul#nav-sup li a {
			color: #004b93;
		}
		
		ul#nav-sup li.active a {
			cursor: default;
			font-weight: bold;
		}
	/** END Supplementary Navigation **/
/*** END NAVIGATION ***/


/*** CONTENT ***/
	#content {
		font-size: 0.8em;
		background: #fff;
		color: #333;
		margin-top: -15px;
		padding: 64px 120px 1px 120px;
	}
	
	#content * {
		line-height: 140%;
	}
	
	#content div.indent {
		margin-left: 50px;
	}
	
	#content h2 {
		margin-bottom: 20px;
		color: #004b93;
		font-size: 1.2em;
		font-weight: bold;
	}
	
	#content h3 {
		/*margin-bottom: 10px;*/
		color: #004b93;
		font-size: 1em;
		font-weight: bold;
	}
	
	#content h3.modest {
		color: #333;
		font-size: 1em;
		font-weight: normal;
	}
	
	#content p {
		margin-bottom: 20px;
	}
	
	#content p.slogan {
		color: #004b93;
	}
	
	#content .right{
		text-align: right;
		display: block;
	}
	
	#content ul.premises li {
		padding: 0 0 10px 0;
		border-bottom: 1px solid #d9d2ad;
		margin: 0 0 20px 0;
	}
	
	#content ul.premises li img {
		border: 1px solid #d9d2ad;
		position:absolute;
	}
	
	#content .description {
		margin: 0 0 0 148px;
		min-height: 78px;
	}
	
	#content .headline {
		padding-top: 20px;
	}
	
	#content dl dt {
		float: left;
		clear: both;
		width: 149px;
	}
	
	#content dl dd {
		width: 123px;
		float: left;
	}
	
	ul.bullets {
		list-style-type: disc;
		list-style-image: url(../img/list-bullet.png);
		margin: 0 0 20px 14px;
	}
	
	table#events{
		border-collapse: collapse;
	}
	
	table#events tbody th,
	table#events tbody td {
		border-top: 1px solid #CFC79C;
		border-bottom: 1px solid #CFC79C;
		padding: 10px 0;
	}
	
	table#events th {
		width: 120px;
		padding-right: 20px;
		vertical-align: top;
		font-weight: bold;
		color: #004B93;
	}
	
	table#events h3 {
		margin-bottom: 10px;
	}
	
	#img-hopfen {
		margin: 0 -76px 0 auto;
	}
	
	#map {
		border: 1px solid #D9D2AD;
		padding: 15px;
		margin-bottom: 5px;
	}
		
	
/*** END CONTENT ***/


/*** FOOTER ***/
	#site-info {
		background: #fff url(../img/box-bg.png) 0 0 repeat-x;
		width: 658px;
		height: 33px;
		margin: 50px 0 0 -119px;
		padding: 8px 0 7px;
	}
	
	#site-info p {
		margin-bottom: 0;
		text-align: center;
		font-size: 0.85em;
	}
/*** END FOOTER ***/

