@import url("layout.css");
@import url("header.css");
@import url("visual.css");
@import url("footer.css");

/* display: none; */
.header .menu,
.header .subnav,
.header .lang,
.content .pagenav,
.content .column1,
.content .pathnav,
.footer .subnav,
.noprint {
	display: none;
}

/* layout */

.holder {
	width: 514px;
	margin-left: -257px;
}

/* header */

.header {
	height: 130px;
	border-bottom: 5px solid #f0f0f0;
}
.header .firstsentence {
	left: 110px;
	top: 25px;
}
.header .logo {
	top: 15px;
	background: none;
	display: list-item;
	list-style-image: url(/img/logo.jpg);
	list-style-position: inside;
}
* html .header .logo h1 {
	display: list-item;
	list-style-image: url(/img/logo.jpg);
	list-style-position: inside;
}
.header .logo h1 a {
	display: none;
}

.header .print {
	color: #808080;
	display: block;
	position: absolute;
	left: 110px;
	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 {
	background: none;
	color: #606060;
}
.content .main h1, .content .main h2, .content .main h3, .content .main h4 {
	background: none;
	color: #303030;
}
a:hover {
	cursor: text;
	text-decoration: none;
}

/* footer */

.footer {
	background: none;
	border-top: 5px solid #f0f0f0;
}
