html {
    overflow: auto;
}
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;
	min-width: 1054px;
}

#container {
    text-align: left;
    width:1054px;
    margin-left: auto;
    margin-right: auto;
}
#intro {
    position:relative;
    top:-716px;
    left:25px;
    text-align: left;
    width:1054px;
    margin-left: auto;
    margin-right: auto;
}
#leftContainer {
	float:left;
	width: 585px;
	height: 574px;
}
#rightContainer {
	float:right;
	width: 419px;
	height: 574px;
}
#leftTopContainer {
	width: 419px;
	height: 574px;
}
#leftBottomContainer {
	width: 100%;
	height: 200px;
	background-color:#014B94;
}
#rightTopContainer {
	width: 100%;
	height: 208px;

}
#rightBottomContainer {

}
#topContainer {
	width:100%;
	height:285px;
}
#flashContainer {
	width:800px;
	height:65px;
}
#bottomContainer {
	width:100%;
	height:275px;
	background-color:#014B94;
}
#leftTop {
	width:400px;
	height:54px;
	text-align:right;
	float:left;
}
#rightTop {
	/*height:41px;*/
	float:right;
}
#holderSubContent {
	width:100%;
	height:108px;
	/*
	background-color:#FFFF99;
	*/
}
#holderDetail {
	
}
#divDetail {
	height:168px;
	margin-top:5px;
	overflow:auto;
}
#leftTextContainer {
	background-color:#9BB8D6;
	margin-left:50px;
	height:170px;
	width:350px;
}
#divMenu {
    width:100%;
    background-color:#014B94;
}
#divMenu a {
    text-decoration:none;
    color:#FFFFFF;
    font-size:12px;
}
#divMenu a:hover {
    color:#789FC6;
}
.imgPfeil {
    position:absolute;
    left:100px;
    top:0;
}