body, html, form {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	height: 100%;
}

body,td,th {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
}
.stage {
	height: 100%;
	min-width: 1100px;
	min-height: 720px;
	/*max-width: 1200px;
	max-height: 1000px;*/
	background-color: #FFFFFF;
	position: relative;
}

.stage .lang  {
	position: absolute;
	font-size: 0.8em;
	z-index: 1000;
	left: 20px;
	bottom: 10px;
	width: 150px;
}
.stage .lang a {
	color: #333333;
	text-decoration: none;
}
.stage .lang a:hover {
	text-decoration: underline;
}
.stage .right_panel {
	float: right;
	height: 100%;
	width: 280px;
	background-image: url(images/site/winter_2010.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: 55;
	position: relative;
}
.stage .thumb_panel {
	height: 100%;
	text-align: left;
	z-index: 99;
	right: 0px;
	top: 0px;
}
.stage .main_panel {
	height: 120px;
	background-image: url(images/site/midden_onder_1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 450px;
	position: absolute;
	left: 350px;
	bottom: 0px;
	z-index: 50;
}
.stage .left_under {
	position: absolute;
	z-index: 50;
	height: 167px;
	width: 328px;
	left: 0px;
	bottom: 0px;
	background-image: url(images/site/left_under_1.png);
	background-position: left top;
}
.main_text {
	position: absolute;
	height: 100%;
	width: 100%;
	color: #233D76;
	font-size: 0.8em;
	line-height: 1.5em;
}
.main_text  .mytext_right {
	margin-right: 325px;
	height: 100%;
}
.main_text .mytext_left {
	padding-left: 225px;
	height: 100%;
}

.mytext_center{
		padding-left: 225px;
	height: 100%;
	padding-top: 300px;
	
	}

.main_text #mytextarea {
	height: 100%;
}
.main_text .mytext_top {
	height: 135px;
}
.main_text .mytext {
	/*height: 400px;*/
	overflow: auto;
	Overflow-x:hidden;
	min-width: 500px;
	min-height: 400px;
	max-height: 60%;
	max-width: 700px;
	z-index: 99;
	padding-right: 20px;
}
.main_text .mytext a {
	color: #233D76;
	text-decoration: underline;
}
.main_text .mytext a:hover {
	text-decoration: none;
}

.content_title {
	font-size: 11pt; 
	font-weight: bold;
}

.content {
	font-size: 9pt;
}