@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image:url(../img/layout/body_bg.png);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	font-weight: normal;
}

#container {
	width: 910px;
	background-color: #d2e8fc;
}

#head {
	width: 910px;
	height: 110px;
}

#navi {
	width: 897px;
	height: 22px;
	background-color: #1a1a3e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 13px;
	text-align: right;
	clear: both;
}

#subnavi {
	width: 230px;
	height: 22px;
	background-color: #5f769b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 8px;
	text-align: center;
	float: right;
}


#content {
	width: 910px;
	height: 500px;
	background-color: #a5d2f9;
	border-bottom: 5px solid #1a1a3e;
}

#left {
	width: 440px;
	height: 500px;
	background-color: #a4d2f9;
	float: left;
}

#right {
	width: 450px;
	height: 480px;
	background-color: #5a87b0;
	float: left;
	overflow: auto;
	padding: 10px;
}

#foot {
	width: 910px;
	height: 30px;
	text-align: center;
	background-color: #FFFFFF;
	color: #5a87b0;
	margin-top: 10px;
}


.bilder {
	border: 2px solid #FFFFFF;
}
