	html,
	body {
		height: 100%;
		padding: 0;
		margin: 0;
		background: url(../img/bg_klosterplatz.gif) repeat-x #8B857A;
		font-family: Verdana;
	}
	
	div#main {
		position: absolute;
		top: 0;
		left: 50%;
		margin: 0 0 0 -495px;
		width: 990px;
		height: 600px;
		background: #8B857A;
	}	
	div#content {
		border: 0;
		padding: 10px;
		margin: 0;
		width: 970px;
		height: 580px;
		background: #EDEAE1;
		font-size: 0.75em;
		overflow: auto;

	}
	div#content h2 {
		font-size: 1.4em;
		margin-top: 0;
	}
	div#content a {
		/*text-decoration: none;
		color: #E99A08;*/
		color: black;
	}



	div#metanav {
		position: absolute;
		width: 990px;
		top: 600px;
		left: 50%;
		margin: 0 0 0 -495px;
		border: 0;
		border-top: 2px solid #786A4B;
		font-size: 0.75em;
		color: #ccc;
	}
	div#metanav a {
		text-decoration: none;
		font-size: 1.1em;
		color: #ccc;
	}
	div#metanav a:hover {
		color: #fff;
	}
	div#metanav a.active {
		color: #fff;
		font-weight: bold;
	}
	div#metanav span.active {
		color: #fff;
	}

	div#metanav td.middle {
		text-align: center;
	}
	div#metanav td.left {
		text-align: left;
	}
	div#metanav td.right {
		text-align: right;
	}
	
		
	div#infolayer {
		position: absolute;
		top: 0;
		left: 50%;
		margin: 0 0 0 -495px;
		background-color: #ffffff;
		padding: 0;
		width: 990px;
		height: 600px;
	}	
	
	div#infolayer iframe {
		border: 0;
		width: 990px;
		height: 600px;
		padding: 0;
		margin: 0;
	}

	div#close {
		position: absolute;
		top: 10px;
		left: 955px;
	}
	
	div#welcome {
		position: absolute;
		left: 50%;
		margin: 60px 0 0 -330px;
		width: 700px;
		height: 100px;
		font-size: 0.75em;
	}	
	div#welcome h1 {
		visibility: hidden;
		height: 0;
	}
	div#welcome h2 {
		position: absolute;
		color: #FFFAE5;
		font-size: 1.8em;
		font-weight: normal;
	}
	div#language {
		position: absolute;
		top: 0;
		left: 50%;
		margin: 166px 0 0 -385px;
	}	

	.meta {
		visibility: hidden;
		height: 0;
	}

	div#xmas {
		position: absolute;
		top: 0;
		left: 50%;
		margin: 409px 0 0 -370px;
	}	
	div#xmas_msg {
		position: absolute;
		top: 0;
		left: 50%;
		margin: 590px 0 0 -355px;
		background: #FFFAE5;
		width: 410px;
		padding: 5px;
		border-bottom: 2px solid #666666;
		border-right: 2px solid #666666;
		display: none;
		font-size: 12px;
	}	

	div#campaign_overlay {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: black;
		opacity: 0.6;
		-moz-opacity: 0.6;
		filter: alpha(opacity=60);
	}
	div#campaign_overlay.hidden {
		display: none;
	}	
	
	div#campaign_big {
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		width: 1000px;
		/*height: 100%;*/
		margin: 0 0 0 -500px;
		background: url('../img/bt_close.gif') no-repeat top right #edeae1;
		float: left;
	}
	div#campaign_big img {
		float: left;
		margin: 100px 20px 0 40Px;
	}

	div#campaign_big div.text {
		float: right;
		width: 540px;
		margin-top: 00px;
		padding: 20px 40px 20px 0;
	}

	div#campaign_big h1 {
		color: #93846d;
		font-size: 1.2em;
		font-weight: normal;
		margin-bottom: 5px;
		margin-top: 20px;
	}
	div#campaign_big p {
		margin-top: 0;
		color: #000;
		font-size: 0.9em;
		font-weight: normal;
	}
	
	div#campaign_big.hidden {
		display: none;
	}	

	div#campaign_img {
		position: absolute;
		top: 0;
		left: 50%;
		margin: 475Px 0 0 -380px;
	}
	div#campaign_img.hidden {
		display: none;
	}	
	div#campaign_msg {
		position: absolute;
		top: 0;
		left: 50%;
		margin: 590px 0 0 -255px;
		background: #FFFAE5;
		width: 410px;
		padding: 5px;
		border-bottom: 2px solid #666666;
		border-right: 2px solid #666666;
		font-size: 12px;
		display: block;
	}
	div#campaign_msg a {
		color: #000;
	}	
