html, body {
	margin:0;
	padding:0;
	height:100%;
	
}

a{
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
}

html{
	overflow: -moz-scrollbars-vertical;
}

#logo, #headlines, #nav, #log, #content, #main, #star{
	position:absolute;
}

#berggasthof{
	position:relative;
	width:880px;
	padding:0 0 0 80px;
}

#logo{
	top:38px;
}

#headlines{
	top:78px;
	background-image:url(../images/headlines.png);
	width:695px;
	height:102px;
}

#nav{
	z-index:99;
	left:575px;
	top:177px;
	width:200px;
}

.mtext, .mtitle{
	color: #666666;
}
.mtext{
	margin: 4px 2px 10px 2px;
	line-height:16px
}
.mtitle{
	margin: 2px;
	color: #cc9966;
	font-weight: bold;
}

#nav ul{
	padding:0;
	margin:0;
	list-style:none;
}

#nav ul li{
	padding:0;
	margin:0;
}

#log{
	right:0px;
	top:85px;
	width:136px;
	background-color:pink;
}

#content{
	top:185px;
	width:450px;
}

#main{
	position:absolute;
	top:90px;
	z-index:99;
}
/*
#main a{
	font-size:40px !important;
	font-family:league-gothic-1,league-gothic-2;
	z-index:99;
	width:695px;
}
*/
#star{
	z-index:100;
	top:20px;
	right:150px;
}