body {
		margin: 0px;
		background-color: #D7E4ED;
}

#content {
	width: 795px;
	height: 601px;
	position: absolute;
	left: 50%; 
	top: 50%;
	margin-left: -398px; 
	margin-top: -300px;
	background-image: url('../images/bg_full.jpg');
	/* DEBUG 
	background-color: #7788ff; */
}

#header_content {
	width: 795px;
	height: 185px;
	float: left;
	/* DEBUG
	background-color: #1e1e1e; */
}

#footer_content {
	width: 795px;
	height: 74px;
	float: left;
	/* DEBUG
	background-color: #dedede;  */
}

#menu_content {
	width: 166px;
	height: 182px;
	float: left;
	margin-top: 60px;
	padding-left: 53px;
	/* DEBUG
	background-color: #ff7788; */
}

#dyn_content {
	width: 387px;
	height: 320px;
	float: left;
	font-family: Arial;
	font-size: 11pt;
	text-align: justify;
	overflow: hidden;
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 5px;
	/* DEBUG 
	background-color: #77ff88; */
}

th {
	background-color: #C27950;
	color: #FFEFC1;
	font-family: Arial;
	font-size: 10pt;
	border: 1px solid #000000;
	text-align: center;
}

td {
	background-color: #EEEEEE;
	color: #C27950;
	font-family: Arial;
	font-size: 10pt;
	border: 1px solid #000000;
	text-align: left;
	vertical-align: top;
}

.info_td {
	border: 0px;
	background-color: #ffffff;
	color: #000000;
}

.mnu_title {
	height: 15px;
	color: #1C68B3;
	padding-bottom: 5px;
	margin-bottom: 2px;
	border-bottom: 1px solid #95C6EF;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

.mnu_content {
	width: 387px;
	height: 296px;
	overflow: auto;
	text-align: justify;
	padding-right: 4px;
	position: relative;
}

.mnu_content_full {
	width: 387px;
	height: 320px;
	overflow: auto;
	padding-left: 2px;
	padding-right: 2px;
}

.highlight_normal {
	font-size: 16px;
}

.highlight_medium {
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
}

.highlight_medium_intext {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
}

ul {
	margin-top: 2px;
	margin-bottom: 2px;
}


#rightside_content {
	width: 143px;
	height: 331px;
	float: left;
	margin-top: 9px;
	padding-left: 7px;
	/* DEBUG
	background-color: #ff0088;*/
}

.flagdiv {
	float: right;
	width: 87px;
	margin-top: 137px;
	padding-right: 24px;
}

/* Mailsender CSS */

/* FORM STUFFS */
.formdiv {
	width: 300px;
	height: 175px;
	background-color: #EEEEEE;
	margin: 0 auto 0 auto;
}

.form_row {
	text-align: center;
	height: 25px;
}

.form_row_text-area {
	text-align: center;
	height: 100px;
	background-color: #ff0000;
}

#sendmsg {
	width: 300px;
	height: 175px;
	background-color: #EEEEEE;
	border: 1px solid #000000;
	padding: 3px;
	margin: 0 auto 0 auto;
}

.sendmsg_label {
	float: left;
	width: 130px;
	text-align: left;
	font-family: verdana;
	font-size: 10pt;
	color: #C27950
}

.sendmsg_inputfield {
	width: 130px;
	float: left;
	padding: 0px;
	margin: 0px;
}

.sendmsg_input {
	border: 1px solid #BDBDBD;
	width: 160px;
	float: left;
	padding: 0px;
	margin: 0px;
}

.sendmsg_textarea {
	border: 1px solid #BDBDBD;
	width: 160px;
	height: 100px;
	float: left;
	padding: 0px;
	margin: 0px;
}

.submitbtn {
	margin: 0 auto 0 auto;
	width: 50px;
	height: 20px;
}

/* EOF FORM STUFFS */

/* DIV STYLES */

.warning {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-family: verdana;
	font-size: 10pt;
	color: #ff0000;
}

.success {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-family: verdana;
	font-size: 10pt;
	color: #0DAB09;
}

.clearer {
	height: 0px;
	clear: both;
	overflow: hidden;
}
/* EOF - Mailsender CSS */

.stdimage {
	border: 0px;
}

.img_w_desc_container {
	text-align: center;
}

.just_info {
	font-size: 8pt;
}