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

body {
	background-color: #A0A878;
}



#page {
	top:100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #A0A878;
	/*background-color: #e1deb1;*/
	background-color: #A0A878;
	height:350px;
	width:900px;
	/*border:4px groove #6b6e42;*/
	border:4px groove #e1deb1;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.trans {
	background:#ffffff;
	filter:alpha(opacity=30); /* Für IE */
	-moz-opacity:0.3; /* Für Gecko-Browser */
	opacity:0.3; /* Für Opera 9+ */
	position: absolute;
}

.innerFrame{
	position: absolute;
	/*	color: #856221;*/
	color: #4d3008;
	width: 584px;
	top:53px;
	left:317px;
	border: none;
	height: 200px;
}

#iFrameControl{
	position: absolute;
	/*	color: #856221;*/
	color: #4d3008;
	width: 43px;
	top:51px;
	left:855px;
	border: none;
	font-size:12px;
	visibility:hidden;
}


.imgContainer{
	position: absolute;
	
}

.textContainer, .rightTextContainer, .rightTextContainerExtras{
	position: absolute;
/*	color: #856221;*/
	color: #4d3008;
	width: 490px;
}

.rightTextContainer{
	top:40px;
	left:392px;
}

.rightTextContainerExtras{
	left: 230px; 
	top: 41px;
	width: 640px;
}


.rightTextContainer p, .rightTextContainerExtras p {
	font-size:13px;
	line-height:1.5em;
}
.rightTextContainer h1, .rightTextContainerExtras h1{
	padding-top:0px;
	border-top:0px;
	font-size:14px;
}

/***********   MAIN NAVIGATION *******/
#navigationBar{
	top: 277px;
	height: 45px;
	width: 800px;
	position: absolute;
	border:none;
	left: 10px;
}

.navEntry, .navEntrySelected{
	height: 45px;
	margin:0px;
	width:180px;
	overflow:visible;
	float:left;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.navEntry  a, .navEntrySelected a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #4d3008;
	cursor: pointer;
	height: 30px;
	display:block;
}

.navEntry  a{
	color: #4d3008;
}

.navEntry  a:hover {
	color: #4d3008;
	border-top: solid 1px #856221;
	border-right-style: none;
	border-bottom: solid 1px #856221;
	border-left-style: none;
	cursor:pointer;

}

.navEntrySelected a,.navEntry a:active {
	color: #4d3008;
	border-top: solid 1px #856221;
	border-right-style: none;
	border-bottom: solid 1px #856221;
	border-left-style: none;
	cursor:pointer;
}


/***********   SUB NAVIGATION *******/
#subNavigationBar{
	top: 328px;
	height: 30px;
	width: 100%;
	position: absolute;
	border:none;
	padding:0px;
	left: 0px;
}

.subNavEntry, .subNavEntrySelected, .subNavEntrySpecial{
	height: 100%;
	margin:0px;
	float:right;
	width:80px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.subNavEntrySpecial{
	font-weight: normal;
	
}

.subNavEntry  a, .subNavEntrySelected a, .subNavEntrySpecial a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4d3008;
	cursor: pointer;
}

.subNavEntry  a, .subNavEntrySpecial a{
	color: #4d3008;
}

.subNavEntry  a:hover, .subNavEntrySpecial  a:hover {
	color: #4d3008;
	border-top: solid 1px #856221;
	border-right-style: none;
	border-bottom: solid 1px #856221;
	border-left-style: none;
}

.subNavEntrySelected a{
	color: #4d3008;
	cursor: default;
}

/***********   Vertikale NAVIGATION *******/
#verticalNavigationBar{
	top: 64px;
	height: 300px;
	width: 450;
	position: absolute;
	border:none;
	padding:0px;
	left: 35px;
}

.verticalNavEntry, .verticalNavEntrySelected{
	height: 20px;
	color:#4d3008;
	margin:0px;
	width:450px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 15px;
	font-weight:bold;
}

.verticalNavEntrySpecial{
	font-weight: normal;
	
}

.verticalNavEntry  a, .verticalNavEntrySelected a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*color: #856221;*/
	color:#4d3008;
	cursor: pointer;
}

.verticalNavEntry  a{
	color: #4d3008;
}

.verticalNavEntry  a:hover{
	color:#4d3008;
	border-top: solid 1px #856221;
	border-right-style: none;
	border-bottom: solid 1px #856221;
	border-left-style: none;
}

.verticalNavEntrySelected a{
	color: #4d3008;
	cursor: default;
}
