@charset "UTF-8";

@media screen
{


body{
	color: #00389A;
}

#page_margins {
	border:0 solid #888899;
	margin:0 auto;
	/*
	max-width:80em;
	min-width:740px;
	*/
	width: 820px;
	height: 600px;
}
/* IE 6 */
* html #page_margins { width: 820px; }

#page {
	background: #FFFFFF none repeat scroll 0 0;
	border: 0px solid #FFFFFF;
}

#header {
	background: #fff url(img/header_bg.gif) repeat-x scroll 0 0;
	color:#FFFFFF;
	height:90px;
	border-bottom: 0px solid yellow;
}

#header img.headImg1 {
	font-size: 208%;
	left: 0px;
	position: absolute;
	top: 0px;
}

#header #banner {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
}
#nav{
	visibility: hidden;
	height: 0px;
	width: 0px;
}
#main {
	border-top: 0px solid yellow;
	padding: 0px 0 10px 0;
}

#teaser {
	background:#FFF none repeat scroll 0 0;
	color:#00389A;
	margin:0;
	padding:0;
}

#teaser .rootline a:hover {
	background:transparent none repeat scroll 0 0;
}
#teaser .rootline a {
	color:#1E6289;
	text-decoration:underline;
}

#col1 {
	width:50%;
}
#col3 {
	margin-left: 0;
}
/* IE 6*/
* html #col3 { margin-left: 0; }

#footer {
	background: #fff none repeat scroll 0 0;
	border-top: 2px solid #00389A;
	color: #666666;
	padding: 15px;
}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:focus,
#footer a:hover,
#footer a:active
{
    font-size: 1.2em;
	color: #8B1028;
	text-decoration: none;
}

#footer ul.footerMenu{
	list-style-type: none;
}
#footer ul.footerMenu li{
	float: left;
}

#footer div.pagebrowser{
    border: 0px solid red;
	float: right;
	margin-top: -15px;
}
/* IE 7 */
*+html #footer div.pagebrowser{
	margin-top: 0px;
}
/* IE 6 */
* html #footer div.pagebrowser{
	margin-top: 0px;
}

input.felogin-submit{
	width: auto !important;
	margin-left: 395px !important;
}
input.felogout-submit{
	width: auto !important;
	margin-left: 150px !important;
}
input.feloginpass-submit{
	width: auto !important;
	margin-left: 344px !important;
}
input.csc-mailform-submit{
	width: auto !important;
	margin-left: 346px !important;
}

/* FCE */
.subcolumns{
	padding: 40px 70px 0px 40px;
	margin: 0px 0px 0px -10px;
	background: #fff url(img/background_content.png) no-repeat;
	height: 370px;
}
/* FCE left content */
.c50l{
	border: 0px solid green;
	width: 200px;
}
.subcl{
	padding: 0;
}
/* FCE right content */
.c50r{
	border: 0px solid red;
	width: 480px;
	margin-right: 105px;
}
.subcr{
	height: 245px;
	border: 0px solid red;
	overflow: auto;
}

ul.contentMenu{
	list-style-type: none;
	margin: 0 0 0 35%;
	border: 0px solid red;
}



} /*  EO @media screen */

