@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg_body.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#page {
	margin: 5px auto;
	width: 787px;
	height: 636px;

}
div#menubar {
	position: relative;
	float: left;
	width: 145px;
	height: 100%;
	background-repeat: no-repeat;
	background-image: url(images/bg_menu.jpg);
	padding-top: 20px;
	
	margin-right: 0 !important; /* Für moderne Browser */
    margin-right: -3px; /* Für IE */
}
div#head {
	position: relative;
	margin-left: 145px !important;
	margin-left: 142px;
	/*width: 642px; */
	height: 136px;
	background-image: url(images/bg_header.jpg);
}
div#nassfeldlogo {
	float: right;
	margin-top: 5px;
	height: 60px;
	width: 200px;
	background-image: url(images/logos/Nassfeld.gif);
	margin-left: 0 !important; /* Für moderne Browser */
    margin-left: -3px; /* Für IE */
}
a.menupoint {
	display: block;
	height: 16px;
	background-repeat: no-repeat;
	background-position: right;
	margin: 0 2px 0 0;
	padding: 0;
	cursor:pointer; /* Für IE */
}

/* Hintergrundgrafiken für die Menüpunkte */
#home {
	background-image: url(images/menu/home.png);
}
a#jenig {
	background-image: url(images/menu/jenig.png);
}
a#uk {
	background-image: url(images/menu/unterkuenfte.png);
}
a#sommer {
	background-image: url(images/menu/sommer.png);
}
a#winter {
	background-image: url(images/menu/winter.png);
}
a#ausflug {
	background-image: url(images/menu/ausflugsziele.png);
}
a#veranst {
	background-image: url(images/menu/veranstaltungen.png);
}
a#lage {
	background-image: url(images/menu/lage.png);
}
a#links {
	background-image: url(images/menu/links.png);
}
a#wirtschaft {
	background-image: url(images/menu/wirtschaft.png);
}
a#guestbook {
	background-image: url(images/menu/guestbook.png);
}
/* Hintergrundgrafiken ende */

div#menufoto {
	margin: 10px auto;
	background-image: url(images/menu/foto.jpg);
	width: 133px;
	height: 109px;
}
div#content {
	background-image:url(images/bg_content.png);
	text-align: center;
	margin-left: 145px !important;
	margin-left: 142px;
	height: 528px;
}
div#contentbottom {
	background-image:url(images/bg_kartenrand.jpg);
	margin-left: 145px !important;
	margin-left: 142px;
	width: 642px;
	height: 24px;
}
div#ktnLogo {
	position: absolute;
	bottom: 0;
	background-image:url(images/logos/kaernten1.jpg);
	margin: 10 auto;
	width: 122px;
	height: 51px;
}
div#newsContainer {
	width: 100%;
}
a#newsLink {
	background-image:url(images/menu/news.png);
}
div#news {
	width: 100%;
	height: 270px;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: center;
}

div#news a {
	color: #336699;
	text-decoration: none;
}
div#news a:hover {
	text-decoration: underline;
}

.clear {
	margin: 0;
	padding: 0;
	clear: both;
	visibility: hidden;
}
iframe#contentFrame {
	background-color: transparent;
	border: none;
	width: 592px;
	height: 100%;
	margin: 0 20px !important;
	margin:0 10px;
}