html{
	margin-left:auto; 
	margin-right:auto; 
	text-align: center;
}

html, body {
	font-family:Verdana;
	font-size:9pt;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-color: #ffffff;
	width:100%;
	height:100%;
}

img{
	border: 0;
	margin: 0;
	padding: 0;
	behavior: url('/css/iepngfix.htc');
}

a{
	color:#000000;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none
}
a:active {
	text-decoration: none
}
a:hover {
	text-decoration: underline; 
}


.outer{
	position: relative;
	width:100%;
	height:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow: hidden;
}
.content{
	position: absolute; 
	width: 780px;
	height:460px;
	left: 50%;
	top: 50%;
	margin: -230px 0 0 -390px;
	text-align: left;
}

.bottombar {
	background:transparent url(../img/bg_bottom.gif) repeat-x scroll 0 0;
	bottom:0;
	height:22px;
	left:0;
	position:absolute;
	width:100%;
	z-index:999;
}

.logo{
	position:absolute;
	left: 0px;
	top: 210px;
}


.block_image {
	position:absolute;
	left:307px;
	top:34px;
}

.block_text {
	position:absolute;
	left:400px;
	top: 60px;
	width:380px;
	height:170px;
	overflow:none;
}

.button{
	cursor: hand;
	cursor: pointer;
}

.button a:hover {
	text-decoration: none; 
}

.buttonleft{
	float:left;
}

.buttonright{
	float:left;
}

.buttontext{
	float:left;
	height:16px;
	padding-top:1px;
	background-color:#000000;
	color:#ffffff;
	cursor: hand;
	cursor: pointer;
}

.error_title{
	position:absolute;
	width:242px;
	height:40px;
	top:0px;
	left: 138px;
	padding:0px;
	margin:0px;
}

.topmenu{
	position: absolute; 
	width:138px;
	height:24px;
	right:0px;
	top: 20px;
}

.rss{
	float:left;
}

.contact{
	float:right;
	cursor: hand;
	cursor: pointer;
}

.modal{
	visibility: hidden;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:#ffffff;
	opacity: .5;
	filter: alpha(opacity=50);
}

.popup{
	position:absolute;
	background-image: url(../img/popup_background.png);
	_background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/popup_background.png', sizingMethod='crop');
	background-repeat: no-repeat;
	width:450px;
	height:450px;
	left: 50%;
	top: 50%;
	margin: -232px 0 0 -212.5px;
	visibility: hidden;
}

.popupcontent{
	width:425px;
	height:450px;
	padding: 20px;
	text-align:left;
	color:#ffffff;
}

.popupcontent p{
	padding:0px;
	margin:10px 0 0 0;
}

.popupcontent a{
	color:#ffffff;
}

.addressimage{
	/*padding-top: 10px;
	padding-bottom: 7px;*/
}

.spacer {
	font-size: 1px;
}

#spacer_10 {
	height: 10px;
}
#spacer_7 {
	height: 7px;
}

.closebutton{
	position:absolute;
	width:60px;
	height:24px;
	/*right:-58px;
	top:-20px;*/
	left: 50%;
	top: 50%;
	margin-left: 235px;
	margin-top: -251px;
	cursor: hand;
	cursor: pointer;
	visibility: hidden;
}

.addressA{
	position:absolute;
	top:100px;
}

.addressG{
	position:absolute;
	top:100px;
	left:200px;
}

.mailcontact{
	position:absolute;
	top:300px;
	line-height: 17px;
}