body {
	height: 100%;
	/*background-color: #B7CBDB;*/
	background-color: #FFF0CC;
}

div#frame {
	height: 600px;
	width: 800px;
	/*margin-top: -300px;*/
	margin-left: -400px;
	/*top: 50%;*/
	left: 50%;
	position: absolute;
}
div#menuunder {
	position: absolute;
	width: 800px;
	height: 40px;
	left: 0px;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	color: #000000;
	z-index: 50;
	background-color: #000000;
}
div#menu {
	position: absolute;
	width: 800px;
	height: 40px;
	left: 0px;
	top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	z-index: 100;
}
div#menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
div#menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div#menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
div#content {
	position: absolute;
	left: 0px;
	top: 50px;
	height: 550px;
	width: 800px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-style: normal;
	color: #FFFFFF;
	margin-bottom: 0.1em;
	margin-top: 0em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #FFFFFF;
	margin-top: 0em;
	margin-bottom: 0.25em;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	line-height: 140%;
	margin-top: 0px;
}
a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h3 {
	font-size: 18px;
	color: #FFFFFF;
	font-style: normal;
	margin-top: 0em;
	margin-bottom: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
}
.transp {
	filter: Alpha(Opacity=30);
	-moz-opacity:0.3;
	opacity: 0.3;
	-khtml-opacity: 0.3;
}
.text_area {
	padding-right: 15px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
ul {
	list-style-type: circle;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.text_bla {
	color: #003399;
}
.text_grabla {
	color: #003366;
}
.transp50 {
	filter: Alpha(Opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
}
.minitext {
	font-size: 8px;
}

