
/* ----- html styles ----- */
html, body
{
	height: 100%;
	margin: 0; padding: 0;
}

body
{
	background-color: #99ccff;
	color: #191919;
	font-family: Verdana;
	font-size: 12px;
}

/* ----- main boxes ----- */
div#container
{
	width: 1029px;
	height: 700px;
	padding: 10px;
	margin: 0 auto;
}

div#header
{
	width: 100%;
	height: 180px;
}

div#header_menue
{
	width: 100%; height: 25px; background-color: #ff9900;
	color: #ffffff;
	font-size: 12px;
}

div#header_menue .noborder_white
{
	padding: 0;
	margin: 0;
	border: 0;
	background-color: white;
}

div#header_menue a,
div#header_menue a:visited,
div#header_menue a:active,
div#header_menue a:hover
{
	color: #ffffff;
}
div#header_menue a:hover
{
	color: #003366;
}

div#header_banner
{
	width: 849px; height: 68px; float: left;
	overflow: hidden;
}

div#header_image
{
	width: 180px; height: 155px; float: right;
}

div#header_logo
{
	width: 252px; height: 87px; background-color: #003366; float: left;
}

div#header_empty_space
{
	width: 225px; height: 87px; background-color: #336699; float: left;
}

div#header_title
{
	width: 372px;
	height: 87px;
	font-weight: bold;
	background-color: #6699cc; /* #75abd7; */
	float: right;
	color: #ffffff;
	text-align: left;
}

div#header_title .text
{
	padding-left: 20px;
	text-align: left;
}

div#middle
{
	width: 100%;
	height: 496px;
	background-color: #ffffff;
}


div#middle_menue
{
	width: 252px;
	height: 100%;
	float: left;
	font-weight: bold;
	font-size: 11px;
}

div#middle_menue .menue_href_main a,
div#middle_menue .menue_href_main a:visited,
div#middle_menue .menue_href_main a:active,
div#middle_menue .menue_href_main a:hover
{
	color: #ff9900;
}
div#middle_menue .menue_href_main a:hover
{
	color: #ff6600;
}

div#middle_menue .menue_href_sub
{
	padding: 0;
	margin: 0;
}

div#middle_menue .menue_href_sub a,
div#middle_menue .menue_href_sub a:visited
{
	color: #6699cc;
}
div#middle_menue .menue_href_sub a:hover,
div#middle_menue .menue_href_sub a:active,
div#middle_menue .menue_href_sub .hover
{
	color: #336699;
}

/** only on start site
*/
.menue_href_main_start a,
.menue_href_main_start a:visited,
.menue_href_main_start a:active,
.menue_href_main_start a:hover
{
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
}
.menue_href_main_start a:hover
{
	color: #6699cc;
}

div#middle_picture
{
	width: 225px;
	height: 100%;
	float: left;
}

div#middle_content
{
	font-size: 11px;
	color: #336699;
	text-align: justify;
	overflow: auto;
	width: 372px;
	height: 100%;
	float: left;
	line-height: 1.8em;
}

div#middle_content ul
{
	padding: 15px;
	margin: 0;
}

div#middle_content .pr_box
{
	border-top: 2px solid #f6e3c5;
	margin-bottom: 20px;
}

div#middle_content .pr_title
{
	text-align: left;
	margin-bottom: 10px;
}
div#middle_content .pr_title .date
{
	background-color: #f6e3c5;
}

div#middle_content .pr_text_short
{
}
div#middle_content .pr_text
{
}

.country_chooser,
.country_chooser a,
.country_chooser a:visited,
.country_chooser a:active,
.country_chooser a:hover
{
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}

.country_chooser a:hover
{
	color: #6699cc;
}

div#middle_interesting
{
	width: 180px;
	height: 100%;
	float: right;

	overflow: hidden;
	color: #ffffff;
}

div#middle_interesting .portal
{
	width: 100%;
	border-bottom: 1px solid #f6e3c5;
	padding-bottom: 5px;
}

div#middle_interesting .portal:hover
div#middle_interesting .news:hover
{
	cursor: pointer;
}

div#middle_interesting .portal_text
{
	font-size: 10px;
}

div#middle_interesting .news
{
	overflow: hidden;
	padding: 5px;
	width: 100%;
	height: 74px;
	font-size: 10px;
}
div#middle_interesting .news_title
{
	color: #336699;
}
div#middle_interesting .news_text
{
	color: #000000;
}

div#footer
{
	width: 100%;
	height: 23px;
	font-size: 11px;
	color: #ffffff;
}

div#footer a,
div#footer a:visited,
div#footer a:active,
div#footer a:hover
{
	color: #ffffff;
}

div#footer_space_color1
{
	width: 252px; height: 100%; background-color: #003366; float: left;
}

div#footer_space_color2
{
	width: 225px; height: 100%; background-color: #336699; float: left;
}

div#footer_space_color3
{
	width: 372px;
	height: 100%;
	vertical-align: middle;
	background-color: #6699cc;
	float: left;
	text-align: center;
}

div#footer_space_color4
{
	width: 180px; height: 100%; background-color: #6699cc; float: right;
}

/* text formating */
h4
{
	margin: 0;
	padding: 0;
	font-weight: bold;
}
/* global tags */
a
{
	text-decoration: none;
}

img, table
{
	padding: 0;
	margin: 0;
	border: 0;
}