@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
}

#wrap {
	width: 1008px;
	text-align: left;
	margin: 0 auto;
	
	background-image: url(../images/_custom/border.png);
	background-repeat: repeat-y;
	border-left: 1px solid #000;
}

#wrap_top {
	background-image: url(../images/_custom/top_logo/logo.jpg);
	background-repeat: no-repeat;
	height: 309px;
	width: 1000px;
}

#wrap_top_title {
	font-size: 9pt;
	height: 25px;
	color: #FFF;
	background-color: #000;
	background-image: url(../images/_custom/top_language/leiste.png);
	background-repeat: no-repeat;
}

#wrap_top_login {
	width: 238px;
	margin-left: 762px;
	padding-top: 73px;
	position: absolute;
	
}
#wrap_topbox {
	height: 177px;
	overflow: hidden;
}

#wrap_top_navigation {
	width: 1000px;
	padding-top: 209px;
	text-align: center;
}
#wrap_top_navigation li {
	list-style-type: none;
	float: left;
}
#wrap_top_navigation li a {
	display: block;
	width: 100px;
}


#wrap_content_left {
	float: left;
	width: 205px;
}
#wrap_content_right {
	width: 205px;
	float: left;
}
#wrap_content_center {
	width: 563px;
	margin-left: 13px;
	margin-right: 13px;
	float: left;
}

#footer {
	background-image: url(../images/_custom/footer.jpg);
	background-repeat: no-repeat;
	height: 54px;
}