@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #373d41;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#header_bg {
	position:absolute;
	float:left;
	width: 741px;
	height: 123px;
	left: 209px;
	background:url(../images/basics/layout/header_bg.jpg);
}

#contentBox {
position: absolute;
height: 100%;
width: 100%;



}

#navigation {
position: relative;
width: 208px;
top: 123px;
}
#keyvisual {
position: absolute;
top: 0px;
margin-top: 123px;
left: 209px;
}
a:link, a:visited, a:active {
	font-weight: bold;
	color: #373d41;
	text-decoration:none;
}

a:hover {
	font-weight: bold;
	color: #373d41;
	text-decoration:underline;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active {
font-weight:normal;
	color: #ffffff;
	text-decoration:none;
}

a.footerlink:hover {
	color: #ffffff;
	text-decoration:underline;
}

#content {
position: absolute;
width: 534px;
top: 0px;
margin-top: 380px;
left: 0px;
margin-left: 223px;
}

#footer {
position: relative;
width: 951px;
height: 16px;
padding-top: 4px;
background-color: #6d90a6;
bottom: 0;
margin-top: 100px;
margin-left: -223px;
margin-bottom: 0;

}

#teaser {
position: absolute;
background-color: #fbfbfc;
width: 184px;
left: 0px;
top: 0px;
margin-left: 766px;
margin-top: 358px;
}

