/***************/
/*** General ***/
/***************/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana,arial,sans-serif;
	font-size: 14px;
	background-color: #4f83bf;
	color: #000;
	height:100%;
}

.hidden {
	display: none;
}

/**************/
/*** Layout ***/
/**************/

#container {
	position: absolute;
	left:50%;
	top:50%;
	width: 1024px;
	height: 720px;
	background-color: #8cc8de;
	background-image:url(/pics/background.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	margin-left:-512px;
	margin-top:-330px;
}

#head {
	position: absolute;
	width: 100%;
	height: 98px;
}



#contentarea {
	position: absolute;
	top: 56px;
	left: 0;
	background-color: #fff;
	width: 568px;
	height: 580px;

}

#navarea {
	position: absolute;
	top: 270px;
	left: 600px;
	width: 225px;
	height: 400px;
	margin: 0px;
	overflow:hidden;
	
}

#navi {	
	width: 170px;
	height: 280px;	
	padding-left:5px;
	background-color:#fff;
	overflow:hidden;
	
}

#homeheadline {
	position: absolute;
	top: 20px;
	left: 40px;
	width: 495px;
}

#homeheadline2 {
	position: absolute;
	top: 0px;
	left: 40px;

}

#contentarea img {
	position: absolute;
	left: 0;
	top: 75px;
}

#hometext {
	position: absolute;
	top: 240px;
	left: 40px;
	padding-right: 20px;
	height: 340px;
	width: 508px;
	overflow:auto;

}

#hometext2 {
	position: absolute;
	top: 25px;
	left: 310px;
	padding-right: 20px;
	height: 550px;
	width: 230px;
	overflow:auto;

}

#text {
	position: absolute;
	top: 120px;
	left: 40px;
	padding-right: 20px;
	height: 460px;
	width: 508px;
	overflow:auto;

}


#goldmember {
	position: absolute;
	bottom: 165px;
	left: 490px;

}

#footer {
	position: absolute;
	bottom: 5px;
	left: 40px;

}

/**************/
/*** Fonts ***/
/**************/

h1 {
	font-size: 27px;
	line-height: 35px;
	font-weight: 300;
	color: #000;

}

h2 {
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	color: #000;
}

h2 a:link, h2 a:visited, h2 a:active {
	color: #000;
	text-decoration: none;
}

h2 a:hover {
	color: #000;
	text-decoration: underline;
}


h3 {
	font-size: 14px;
	line-height: 31px;
	font-weight: 300;
	color: #000000;
	margin-bottom: 19px;
}

h3 a:visited, h3 a:link, h3 a:active {
	color: #000000;
	text-decoration: none;
}

h3 a:hover {
	color: #000000;
	text-decoration: underline;
}

h4 {
	font-size: 12px;
	line-height: 22px;
	font-weight: 300;
	color: #000000;
}

h4 a:visited, h4 a:link, h4 a:active {
	color: #000000;
	text-decoration: none;
}

h4 a:hover {
	color: #000000;
	text-decoration: underline;
}

p {
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	color: #000;

}


p a:link, p a:visited, p a:active {
	color: #000;
	text-decoration: none;
}

p a:hover {
	color: #000;
	text-decoration: underline;
}

.copyfett {
	text-decoration: bold;

}