@charset "utf-8";
/* CSS Document */
body{
background-image:url(images/background_01.png);
background-repeat:repeat-x;
background-color: #f5fafb;
margin: 0px;
}


#container{
width: 958px;
margin: 0px auto;
}

#content_bg{
width: 954px;
background-color:#FFFFFF;
height: 100%;
border: 2px solid #1cb4d5;
overflow:hidden;
margin-top: 10px;
}

#header{
width:954px;
height:106px;
}

	#logo{
	height:78px;
	width: 444px;
	background-image:url(images/logo_04.png);
	margin-top: 13px;
	margin-left: 10px;
	}
	
/* ====================== menu ======================== */	
#menu{
height: 47px;
width: 100%;
background-image:url(images/menu_04.png);
margin-bottom: 10px;
}

#menu_wrapper{
width: 600px;
height: 30px;
padding: 10px;
}


	#menu_wrapper a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #11586a;
	padding: 10px;
	margin: 0px;
	text-decoration:none;
	}
	
	#menu_wrapper a:hover{
	color: #ab0d31;
	}
/* ====================== content-indeling ======================== */
#content_left{
width: 239px;
float:left;
margin-left: 10px;
}

#content_right{
width:677px;
float:left;
margin-left: 15px;
}

/* ====================== small box ======================== */
.small_top{
width: 239px;
height: 40px;
background-image:url(images/small_top_08.png);
}

	.small_top_wrap{
	width: 229px;
	padding: 10px;
	margin-top: 2px;
	}
	
			.small_top_wrap h2{
			font-family:Arial, Helvetica, sans-serif;
			font-size: 13px;
			font-weight:bolder;
			color: #1e5766;
			margin: 0px;
			}

.small_rest{
width: 237px;
min-height: 100px;
border-left: 1px solid #b4dce6;
border-right: 1px solid #b4dce6;
border-bottom: 1px solid #b4dce6;
margin-bottom: 10px;
}

	.small_rest_wrap{
	width:227px;
	padding: 7px;
	}
	
		.small_rest_wrap p{
		font-family:Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #1e5766;
		margin: 0px;
		color: #33727f;
		}
		
			.small_rest_wrap a{
			font-family:Arial, Helvetica, sans-serif;
			font-size: 13px;
			margin: 0px;
			color: #33727f;
			font-weight:bolder;
			text-decoration:none;
			}
			
				.small_rest_wrap a:hover{
				font-family:Arial, Helvetica, sans-serif;
				font-size: 13px;
				color: #1e5766;
				margin: 0px;
				color: #234e57;
				font-weight:bolder;
				text-decoration:underline;
				}
		
/* ====================== big box ======================== */
.big_top{
width: 677px;
height: 40px;
background-image:url(images/big_top_08.png);
margin-top: 2px;
}

	.big_top_wrap{
	width: 667px;
	padding: 10px;
	}
	
		.big_top_wrap h1{
		font-family:Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #ed1848;
		font-weight:bolder;
		margin: 0px;
		}

		.big_top_wrap h2{
		font-family:Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #ed1848;
		font-weight:bolder;
		margin: 0px;
		}

.big_rest{
width: 675px;
border-left: 1px solid #aed9e4;
border-right: 1px solid #aed9e4;
border-bottom: 1px solid #aed9e4;
}

	.big_rest_wrap{
	width:665px;
	padding: 7px;
	}
	
		.big_rest_wrap p{
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #33727f;
		margin: 0px;
		margin-bottom: 10px;
		}
		
			.big_rest_wrap a{
			font-family:Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #d91541;
			font-weight:bolder;
			margin: 0px;
			}
			
				.big_rest_wrap a:hover{
				color: #b8022b;
				font-weight:bolder;
				text-decoration:none;
				}