@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
	background-color: #2c2c2c;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 7pt;
	color: #FFF;
}
h2 {
	font-size: 7pt;
	color: #ffa800;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 7pt;
	color: #4baffc;
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 7px 0;
	padding: 0;
}

#main {
	position: relative;
	width: 100%;
	height: 600px;
	background-color: #000;
}

#content {
	width: 980px;
	height: 600px;
	/*border-left: 1px solid red;
	border-right: 1px solid red;*/
	position: relative;
	margin: auto;
	text-align: left;
	z-index: 10;
}

#nav1 {
	position: absolute;
	top: 20px;
	left: 40px;
	z-index: 20;
}

#language {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 20;
}

#nav1 img {
	vertical-align: middle;
	margin-bottom: 12px;
	margin-right: 20px;
}

#nav1 a, #pics a, #language a {
	color: #FFF;
	text-decoration: none;
	margin-right: 10px;
}

#nav1 a:hover, #pics a:hover, #language a:hover {
	color: #4baffc;
}

#subnavi {
	/*visibility: hidden;*/
	position: absolute;
	width: 400px;
	left: 111px;
	top: 40px;
	z-index: 20;
}

#prev {
	position: absolute;
	top: 300px;
	left: 20px;
}

#next {
	position: absolute;
	top: 300px;
	right: 20px;
}

#prev img, #next img {
	border: none;
}

#footer {
	width: 980px;
	height: 30px;
	margin: auto;
	position: relative;
}

#nav2 {
	position: absolute;
	top: 3px;
	left: 5px;
}

#nav2 a {
	color: #8e8e8e;
	text-decoration: none;
	margin-right: 10px;
}

#nav2 a:hover {
	color: #FFF;
}

#copyright {
	position: absolute;
	top: 3px;
	right: 5px;
	color: #8e8e8e;
}

img.wave {
	width: 100%;
	height: 336px;
	position: absolute;
	top: 200px;
	left: 0px;
	z-index: 1;
}

#nav1 a.selected {
	color: #4baffc;
}
#pics {
	position: absolute;
	bottom: 0;
	left: 210px;
	width: 150px;
	height: 200px;
	text-align: right;
}
#pics img {
	border: none;
}
