@import url("visual.css");
.header .menu,
.header .subnav,
.header .lang,
.header form,
.header .flashhead,
.content .pagenav,
.content .column,
.content .pathnav,
.footer .subnav,
.footer .logo,
.footer .gray,
.more,
.noprint {
	display: none;
}

/* layout */

.holder {
	position: relative;
	top: 0px;
	left: 50%;
	padding: 0px;
	margin: 0px;
	width: 514px;
	margin-left: -257px;
	background: #FFFFFF;
}
/* header */

.header {
	width: 514px;
	height: 130px;
	border-bottom: 5px solid #f0f0f0;
}
.header .firstsentence {
	float:right;
	top: 25px;
}
.header .logo {
	width: 181px;
	height: 79px;
	position: absolute;
	left: 0px;
	padding-right : 25px;
	top: 25px;
	background: url(/img/logo2.png) top left no-repeat;
}
.header .logo h1 a {
	display: none;
}

.header .print {
	color: #808080;
	display: block;
	position: absolute;
	text-align: right;
	right: 0px;
	top: 45px;
}
.header .print h2 {
	font-weight: normal;
	font-size: 12px;
	margin: 3px 0px;
	color: #404040;
}
.header .print p {
	margin: 3px 0px;
}
.header .print b {
	font-weight: normal;
}


/* content */

.content, .main, .full {
	width: 514px;
	clear:left;
	padding: 10px 0px 10px 0px;
	background: none;
}
.content .main {
	background: none;
	color: #606060;
}

.content .illustration{
	float:left;
	padding: 0px 20px 0px 0px;
}


.content .main h1, .content .main h2, .content .main h3, .content .main h4 {
	margin: 5px 0px 5px 0px;
	background: none;
	color: #303030;
}
.content .main h1, .content .main h3{
	margin: 20px 0px 5px 0px;
}
.home .content .main {
	background: none;
	color: #606060;
}
.home .content .main .half1, .home .content .main .half2{
	width: 514px;
	background: none;
	color: #606060;
}
.home .content .third1, .home .content .third2, .home .content .third3{
	width: 514px;
	float:left;
	clear: both;
	padding: 20px 0px 0px 0px;
}
.home .content .illustration{
	float:left;
	padding: 0px 10px 0px 0px;
}
.home .content .main .half1 h1, .home .content .main .half2 h1{
	color: #474747;
}

.home .content .main .third1 .h1, .home .content .main .third2 .h1, .home .content .main .third3 .h1{
	display: block;
	width: 100px;
	float: right;
	clear: right;
}

/* footer */

.footer {
	width: 514px;
	clear: both;
	background: none;
	border-top: 5px solid #f0f0f0;
}
