html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 12px;
	background-color: #97A072;
}

/* ### LAYOUT-STUFF ### */

#main {
	position: relative;
	height: 600px;
	width: 848px;
	margin: 0px auto 0px auto;
}

#box_logo {
	position: relative;
	height: 135px;
	width: 177px;
	top: 0px;
	bottom: 0px;
	background-image: url(images/bg_logo.jpg);
	background-repeat: no-repeat;
}

#box_header {
	height: 135px;
	width: 662px;
	left: 182px;
	top: 0px;
	position: absolute;
	background-color: #D9D1CA;
	background-image: url(images/bg_header.gif);
	background-repeat: no-repeat;
}

#box_menue {
	position: absolute;
	height: 457px;
	width: 177px;
	left: 0px;
	top: 141px;
	background-color: #D9D1CA;
	background-image: url(images/bg_menue.gif);
	background-repeat: no-repeat;
}

#box_content {
	background-color: #D9D1CA;
	position: absolute;
	height: 457px;
	width: 662px;
	left: 182px;
	top: 141px;
	background-image: url(images/bg_content.gif);
	background-repeat: no-repeat;
}

#masterdiv {
	position: absolute;
	height: 292px;
	width: 170px;
	top: 10px;
	left: 1px;
}

#logos {
	position: absolute;
	height: 112px;
	width: 157px;
	top: 333px;
	left: 9px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B14E49;
}

/*  *** NAVIGATION *** */

.menutitle {
	cursor: pointer;
	width: 170px;
	margin: 0px;
}

.submenu {
	margin-left: 15px;
	text-decoration: none;
	line-height: 12px;
	margin-bottom: 10px;
}

/* ### LINKS ### */

.menutitle a {
	display: block;
	color: #B14E49;
	text-decoration: none;
	padding: 4px 0px 4px 10px;
	font-weight: bold;
	letter-spacing: 1px;
}

.menutitle a:hover, .menutitle a:active {
	font-weight: bold;
	background-color: #C1BAB4;
	color: #FFFFFF;
}

.submenu a {
	display: block;
	color: #B14E49;
	text-decoration: none;
	padding: 0px;
	margin: 0px 0px -8px 0px;
}

.submenu a:hover, .submenu a:active {
	color: #B14E49;
	font-weight: normal;
	text-decoration: underline;
}
iframe {
	position: absolute;
	left: 1px;
	top: 1px;
}

