html {
	border: 0px;
	overflow:auto;
}

body {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow:hidden;
}

#container {
	margin-top: 0px;
	margin: auto;
	
	width: 959px;
	position: relative;
}

#content {
	position:relative;
	float:left;
	width: 100%;
}

#titlescreen {
	position:absolute;
	left:0px;
	top:183px;
	width: 100%;
	z-index: 20000;
	overflow: hidden;
	cursor: pointer;
}

#titlescreen1 {
	position:absolute;
	left:0px;
	top:183px;
	width: 233px;
	z-index: 5000;
	overflow: hidden;
	cursor: pointer;
	background-image: url(gfx/title_screen_bg_1.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#titlescreen2 {
	position:absolute;
	left:233px;
	top:183px;
	width: 242px;
	z-index: 5000;
	overflow: hidden;
	cursor: pointer;
	background-image: url(gfx/title_screen_bg_234.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#titlescreen3 {
	position:absolute;
	left:475px;
	top:183px;
	width: 242px;
	z-index: 5000;
	overflow: hidden;
	cursor: pointer;
	background-image: url(gfx/title_screen_bg_234.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#titlescreen4 {
	position:absolute;
	left:717px;
	top:183px;
	width: 242px;
	z-index: 5000;
	overflow: hidden;
	cursor: pointer;
	background-image: url(gfx/title_screen_bg_234.gif);
	background-repeat: repeat-y;
	background-position: left;
}

p {
	margin: 0px 0px 18px 0px;
	line-height: 18px;
}

a {
	color: #1d5dab;
}

img {
	border: none;
	margin-bottom: 18px;
}

.picturewithlink {
	margin-bottom: 2px;
}

.scrollcontent {
	position: absolute;
	width: 218px;
}

.scrollcontentwmargin {
	position: absolute;
	width: 227px;
}

.scrollcontentwmargin p {
	margin-left: 8px;
	margin-right: 10px;
}

.scrollcontentwmargin img, .scrollcontentwmargin ul {
	margin-left: 8px;
}

.scrollcontent p {
	margin-right: 10px;
}

.introtext {
	margin: 3px 0px 18px 0px;
}

.boldtext {
	font-weight: bold;
	font-size: 12px;
}

.columnmenu {
	margin: 0px 0px 18px 10px;
	padding: 0px;
	list-style-type: none;	
}

.scrollcontentwmargin .columnmenu {
	margin: 0px 0px 18px 18px;
	padding: 0px;
	list-style-type: none;	
}

.columnmenu li {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	color: #1d5dab;
	text-decoration: underline;	
	font-weight:bold;
	cursor: pointer;
}

.whitebackground {
	background-color:#FFFFFF; 
	width:219px;
	float:left;
}

.scrollcontentwmargin .whitebackground {
	width:227px;
}

h1 {
	padding: 0px 0px 2px 0px;
	font-size: 14px;
	color: #1d5dab;
	border-bottom: solid 9px #1d5dab;
	display: inline;
	font-weight: normal;
	line-height: 30px;
}

h1 div {
	margin-bottom: 22px;
}

.titlegfx {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

h2 {
	padding: 2px 0px 0px 0px;
	font-size: 12px;
	color: #1d5dab;
	border-top: solid 9px #1d5dab;
	display: inline;
	font-weight: bold;
}

h2 div {
	margin-top: 30px;
}


.h2title {
	font-size: 12px;
	color: #1d5dab;	
	font-weight: bold;
	margin-bottom: 0px;
}

/*.toptitle {
	width:120px; 
	display:block; 
	margin: 0px 0px 8px 0px; 
	padding:0px 0px 1px 0px; 
	line-height: 18px;	
}*/

.toptitle {
	margin: 0px 0px 7px 0px;
	cursor: pointer; 
}

.toptitlewmargin {
	margin: 0px 0px 7px 8px;
	cursor: pointer; 
}

.red {
	color: #1d5dab;
}

.nomargin {
	margin-bottom: 0px;
}

.scrollcontainer {
	position:relative;
	height:400px;
	width:242px;
}

.scrollcontrols {
	position:absolute;
	right:0px;
	top:0px;
	width:15px;
	height:400px;
	background-image:url(gfx/scrollbar_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	cursor: pointer;
}

.scroll_up_btn {
	position: absolute;
	top: 0px;
	cursor: pointer;
	z-index: 2;
}

.scroll_down_btn {
	position: absolute;
	bottom: -18px;
	cursor: pointer;
	z-index: 1;
}

.scrollbar {
	width:15px;
	height:368px;
	position:absolute;
	top: 16px;
	z-index: 3;
}

.slider {
	position: absolute;
	top: 0px;
	cursor:pointer;
	z-index: 5;
}

.column {
	width: 242px;
	float: left;
	display: none;
}

#header {
	width: 100%;
	height: 150px;
	background-repeat: no-repeat;
	background-position:right;
}

.headermenuon {
	background-image: url(gfx/header_menu_rollover12.gif);
}

.headermenuoff {
	background-image: url(gfx/header_menu_normal12.gif);
}

.headermenuon_en {
	background-image: url(english/gfx/header_menu_rollover.gif);
}

.headermenuoff_en {
	background-image: url(english/gfx/header_menu_normal.gif);
}

#headercontrols {
	position: absolute;
	width: 100%;
	height: 150px;
	top: 0px;
	left: 0px;
}

#headercontrols div {
	position: absolute;
	cursor: pointer;
	height: 20px;
}

#header img {
	margin: 0px;
	border: none;
}

.topnav {
	width: 968px;
	height: 150px;	
}

area {
	cursor: pointer;
}

.yellow {
	background-color: #FFFF00;
}

.textlink {
	color: #1d5dab;
	text-decoration: underline;
	cursor: pointer;	
}

.popupbackground {
	position:absolute; 
	top:0px; 
	left:0px; 
	width:100%; 
	height:100%; 
	background-color:#FFFFFF; 
	Filter: Alpha(Opacity=90); 
	opacity:0.9; 
	z-index:1; 
	display:block;
	cursor:pointer;
}

.itemlist {
	margin: 0px 0px 18px 0px;
	padding: 0px;
	list-style-type: none;
}

.itemlist li {
	line-height: 18px;
	font-weight: bold;
	text-indent: -15px;
	margin-left: 15px;
}

