body {
	font: 100% Trebuchet MS, Arial, Helvetica, sans-serif;
	background: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-image:url(../images/bg.jpg);
	background-attachment:fixed;	
}
img{border:0;}
p{margin:0 0 15px 0; padding:0; line-height:140%;}

.oneColFixCtr #container {
	width: 1017px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height:900px;
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.floatleft{float:left;}
.w-01{width:440px;}
.w-02{width:20px;}
.w-03{width:154px;}
		
h1{
	color:#0062ab;
	font-size:25px;
	line-height:100%;
	font-weight:normal;
	padding:0;
	margin:0 0 20px 0;
	}
h2{
	color:#0062ab;
	font-size:14px;
	line-height:140%;
	padding:0;
	margin:0;
	}
h3{
	font-size:14px;
	line-height:140%;
	padding:0;
	margin:0 0 15px 0;
	}
	
a{
	color:#d02026;
	text-decoration:underline;
	}
a:hover{
	color:#770206;
	background-color:#f3c9cb;
	}
	
.header a:hover{
	background-color:transparent;
	}

.langnav a{
	color:#FFFFFF;
	margin-left:40px;
	}
.langnav a:hover{
	color:#d02026;
	background-color:transparent;
	}
.langnav-x{
	padding-left:23px;
	padding-right:8px;
	}
.helpnav a{
	color:#FFFFFF;
	margin:0 8px 0 8px;
	text-decoration:none;
	}
.helpnav a:hover, .helpnav a.active{
	color:#d02026;
	background-color:transparent;
	}


.header{
	position:relative;
	top:10px;
	left:0;
	padding:0px 0 20px 0;
	background-image:url(../images/linie-lang.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	}
.header-rightcol{
	position:absolute;
	top:0;
	left:357px;
	width:635px;
	text-align:right;
	}
.langnav{
	height:140px;
	color:#FFFFFF;
	font-size:17px;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	}
.helpnav{
	font-size:18px;
	color:#FFFFFF;
	height:24px;
	margin-right:-8px;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	}
.midsection{
	padding:15px 0 30px 10px;
	background-image:url(../images/linie-lang.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	}


.navigation{
	width:245px;
	padding:4px 0 0 5px;
	margin:0;
	float:left;
	}

.navigation ul{
	padding:0;
	margin:0;
	list-style:none;
	font-family:Trebuchet MS, Georgia;
	font-size:20px;
	}
.navigation ul li{
	padding:0 0 4px 5px;
	margin:0;
	list-style:none;
	background-image:url(../images/linie-nav.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	}	
.navigation ul li a{
	padding:12px 0 8px 0;
	color:#FFFFFF;
	margin:0;
	display:block;
	height:30px;
	text-decoration:none;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	}	
.navigation ul li a:hover, .navigation ul li a.current{
	text-decoration:none;
	color:#d02026;	
	background-color:transparent;
	background-image:url(../images/nav-arrow.gif);
	background-position:right;
	background-repeat:no-repeat;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	}		
	
.content{
	width:757px;
	padding:0;
	margin:0;
	float:left;
	}
.content-inlay{
	width:730px;
	padding-top:8px;
	}
.content-inlay-top{
	width:730px;
	height:11px;
	}
.content-inlay-left{
	width:13px;
	float:left;
	vertical-align:top;
	}
.content-inlay-middle{
	width:617px;
	font-size:14px;
	padding:40px 20px 0 70px;
	float:left;
	background-image:url(../images/bg-content.gif);
	background-position:top left;
	background-repeat:no-repeat;
	vertical-align:top;
	min-height:767px;
	height:auto !important;
	height:767px;
	background-color:#efefef;
	}
.content-txt{
	width:440px;
	padding-bottom:24px;
	}
.content-img{
	width:617px;
	color:#999999;
	font-size:12px;
	padding-bottom:16px;
	}
.content-img div{
	float:right;
	width:155px;
	}
.content-logos{
	width:617px;
	padding-bottom:24px;
	}
.content-logos img{
	margin:0 10px 10px 0;
	}
.content-logos a:hover{
	background-color:transparent;
	}
/*.caption{
	float:left;
	width:150px;
	}
*/
.content-inlay-right{
	width:10px;
	float:left;
	vertical-align:top;
	}
.mainpic{
	background-image:url(../images/mainpic.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:732px;
	height:375px;
	padding:24px 0px 0px 25px;
	text-align:left;
	}
.maintxt{
	color:#FFFFFF;
	padding:0 20px 0 22px ;
	font-size:22px;
	height:105px;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	}	



.footer{
	padding:0px 25px 4px 0px;
	background-image:url(../images/linie-lang.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	font-size:22px;
	color:#FFFFFF;
	}
.footer div.cop{
	font-size:40px;
	line-height:28px;
	padding:0;
	float:right;
	height:30px;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	}
.footer div.txt{
	font-size:22px;
	float:right;
	padding:0px 0 0 10px;
	height:40px;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	}

.footer div.txt a{
	color:#FFFFFF;
	text-decoration:none;
	background-color:transparent;
	}
.footer div.txt a:hover{
	color:#d02026;
	background-color:transparent;
	}



































