* {
	font-family: Arial,Helvetica,sans-serif;
	margin:0em;
	padding:0em;
	border:none;
}
body,#body {
	margin:auto auto;
	font-size:76%;
	background-color:#FFF;
	color:#024A94;
}
h1 {
	font-size:1.1em;
}
a:link,a:visited {
	color:#00F;
}
#container {
	width:784px;
	margin:auto auto;
}

/* Top row 1 */
#top1 {
	overflow:hidden;
	width:784px;
}
#top1 #logo {
	float:left;
}
#top1 #de_DE {
	margin-top:1em;
	margin-right:1em;
	float:right;
}
#top1 #en_EN {
	margin-top:1em;
	margin-right:1em;
	float:right;
}
#top1 #fr_FR {
	margin-top:1em;
	margin-right:1em;
	float:right;
}

/* Top row 2 */
#top2 {
	overflow:hidden;
	width:784px;
	height:28px;
	background-color:#024A94;
	background-image:url('../images/top_hr.jpg');
	background-repeat:no-repeat;
}

/* Menu */
#menu {
	width:140px;
	border-top:1px solid #CCC;
	background-color:#0055A6;
	min-height:550px;
	float:left;
	overflow:hidden;
}
* html #menu {
	height:550px;
}
#menu ul {
	background-image:url('../images/menu_bg_n.jpg');
	background-repeat:repeat-y;
	background-color:#0055A6;
}
#menu ul li {
	color:#FFF;
	border-bottom:1px solid #CCC;
	padding-top:3px;
	padding-left:6px;
	padding-bottom:3px;
}
#menu ul li:hover {
	background-image:url('../images/menu_bg_h.jpg');
	background-color:#497DB8;
}
#menu ul li#selected {
	background-image:url('../images/menu_bg_s.jpg');
	background-repeat:no-repeat;
	background-color:#497DB8;
}
#menu a:link, #menu a:visited {
	color:#FFF;
	text-decoration:none;
}
#menu #menulogo {
	margin-top:200px;
}
#menu form div {
	overflow:hidden:
	margin:5px;
}
#menu form input {
	border:1px solid #000;
	margin-left:5px;
	margin-top:5px;
	padding-left:5px;
	padding-right:5px;
	float:left;
}

/* Content with head */
#content {
	width:644px;
	border-top:1px solid #CCC;
	background-image:url('../images/content_bg.gif');
	background-repeat:no-repeat;
	background-position:440px 340px;
	float:left;
}
* html #content {
	height:550px;
}
#content #contenthead {
	height:110px;
	background-image:url('../images/contenthead_bg.jpg');
	background-repeat:repeat-y;
	background-position:left;
	background-color:#6295CE;
	overflow:hidden;
}
#content #contenthead #image {
	height:109px;
	width:315px;
	background-position:-1px -1px;
	float:left;
}
#content #contenthead #flash {
	width:329px;
	height:109px;
	float:right;
}
#content #text {
	width:643px;
	min-height:440px;
	border-right:1px solid #0055A6;
	float:left;
}
#content #text #textblock {
	padding-top:40px;
	padding-left:20px;
	padding-right:20px;
}
#content #text #textblock #colleft {
	width:290px;
	margin-right:20px;
	overflow:hidden;
	float:left;
}
#content #text #textblock #colright {
	width:290px;
	overflow:hidden;
	float:left;
}
#content p, #content h1, #content h2, #content ul {
	margin-bottom:1em;
}
#content .bigger {
	font-size:1.2em;
}
#content ul {
	margin-left:32px;
}
#content a:link,#content a:visited {
	text-decoration:none;
	color:#999;
}
#content a:hover {
	text-decoration:underline;
}
#content table td {
	padding:2px;
}
#content .clear {
	clear:both;
}
#bottom {
	padding:20px;
	padding-left:160px;
	clear:both;
}
#bottomtext {
	text-align:center;
	border-top:1px solid #0055A6;
}
#bottomtext img {
	margin-right:1em;
}

/* Main BG container menu and content */
#mainbgcontainer {
	float:left;
	background-image:url('/images/main_bg.jpg');
	background-repeat:repeat-y;
}

