html, body { height:100%; }

body {
	margin:0px;
	padding:0px 0px 0px 0px;
 	background-image:url(../images/graphics/bg_main.gif);
	height:100%;
	overflow:-moz-scrollbars-vertical;	
	}

img {
	border:none;
	}
	
#keyVisual_top {
	background-image:url(../images/graphics/bg_top.gif);	
	background-repeat:repeat-x;
	}
	
#topMenue {
	border-left:1px solid #1f2f87;
	height:23px;
	background-image:url(../images/graphics/bg_topMenue.gif);	
	background-repeat:repeat-x;	
	}
	
.menueItem{
	height:20px;
	border-right:1px solid #13539E;
	border-left:1px solid #C0E4FE;
	text-align:center;
	padding-bottom:3px;
	}
	
a.topMenue:link, a.topMenue:visited, a.topMenue:active {
	color:#ffffff;
	text-transform:uppercase;
	font-size:10px;
	font-family:Verdana;
	font-weight:bold;
	text-decoration:none;
	}
	
a.topMenue:hover {
	color:#06154A;
	text-transform:uppercase;
	font-size:10px;
	font-family:Verdana;
	font-weight:bold;
	text-decoration:none;
	}

#display {
	background-color:#ffffff;
	height:830px;
	vertical-align:top;}
	
#content {
	padding:0px 35px 30px 10px;
	vertical-align:top;
	}
	
#rightBoxAdress {
	background-color:#7a6fab;
	padding:10px 10px 15px 20px;
	border-right:1px dotted #ffffff;
	border-bottom:1px dotted #ffffff;
	border-top:1px dotted #ffffff;
	}
	
#rightBoxInfo {
	background-color:#a9a1ca;
	padding:10px 10px 15px 20px;
	border-right:1px dotted #ffffff;
	border-bottom:1px dotted #ffffff;
	}
	
#rightBoxAnimation {
	background-color:#c3bcdb;
	padding:20px 15px 20px 15px;
	border-right:1px dotted #ffffff;
	border-bottom:1px dotted #ffffff;
	}	

#boxes {
	padding-top:20px;
	}
	
.boxes {
	color:#000000;
	line-height:18px;
	}
	
#keyvisual {
	margin-bottom:20px;
	}
	
#bottomBar {
	position:fixed;
	bottom:0px;
	background-color:#1c2c79;
	height:20px;
	width:800px;
	text-align:left;
	padding:0px 0px 0px 0px;
	}