@import url('global.css');
@import url('form.css');
@import url('elements.css?2');
@import url('modules.css?25');
@import url('content.css?5');

/* - PTool - */
#ptool {
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
}

/* - Page - */
#page {
	margin: 0 auto 0 auto;
	width: 998px;
}

/* - Body - */
#body {
	margin: 0 auto 100px auto;
	width: 968px;
}

/* -- BodyHead -- */
#body .head {
	height: 40px;
	padding: 5px;
	position: relative;
	margin: 0 auto 0 auto;
}
#body .head ul {
	color: #FFF;
	display: inline;
	font-size: 10px;
	list-style: none;
}
#body .head li {
	float: left;
	margin: 3px 0 0 0;
}
#body .head li.item {
	/* empty */
}
#body .head li.seperator {
	margin: 2px 5px 0 5px;
}
#body .head input {
	float: left;
}
#body .head input.image {
	margin-left: 4px;
}
#body .head input.text {
	padding: 1px;
	height: 14px;
	width: 136px;
}
#body .head a {
	color: #FFF;
}


#body .smallHead {
	height: 18px;
}

/* -- Menu -- */


#body .menu {
	height: 52px;
}
#zhdk-link {
	display: block;
	width:130px; height:28px;
	top:10px; left:835px;
	position: relative;
}
#body .menu ul {
	display: inline;
	font-size: 15px;
	font-weight: bold;
}
#body .menu li {
	cursor: pointer;
	float: left;
	margin: 19px 0 0 0;
	padding: 3px 6px 3px 6px;
}
#body .menu li.seperator {
	cursor: default;
}

/* -- BodyMain -- */
#body .main {
	padding-bottom: 20px;
}
#body .main .pageTitle h1 {
	margin: 0;
	padding: 15px 5px 14px 5px;
}

#subnavigation, #titleandlinks {
	float: left;
	font-size: 11px;
	margin: 0 40px 0 0;
	width: 200px;
}

.navigation ul {
	font-weight: bold;
}
.navigation ul ul {
	margin: 11px 0 0 0;
}
.navigation ul ul ul {
	margin: 4px 0 0 0;
}
.navigation li {
	border-top: 1px solid #ccc;
	padding: 11px 0 11px 0;
}
.navigation li.oversize {
	padding: 4px 0 4px 0;
}
.navigation li li {
	padding: 4px 0 4px 0;
}
.navigation li.open {
	padding-bottom: 0;
}
.navigation a {
	display: block;
	margin-left: 6px;
}
.navigation .bullet {
	margin-left: 5px;
	padding-left: 15px;
}

.quicklinks {
	padding: 0 6px 0 6px;
	margin: 0 0 20px 0;
}
.quicklinks ul {
}
.quicklinks li {
	padding: 2px 0 0 0;
}
.quicklinks p.title {
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0 0 0;
}

#content {
	float: right;
	width: 728px;
}

#content .singleColumn {
	float: left;
	width: 232px;
	margin: 0 16px 0 0;
}
/* move content down in singleColumn ... */
#content .singleColumn > .contentInfo {
	margin-top: 0px;
}
/* except if the first element is a heading */
/* this block is for typo3 version 4.3 and up */
#content .singleColumn > .contentInfo > .csc-default:first-child > h1:first-child, 
#content .singleColumn > .contentInfo > .csc-default:first-child > div > h1:first-child, 
#content .singleColumn > .contentInfo > .csc-default:first-child > .csc-textpic > div > h1:first-child, 
#content .singleColumn > .contentInfo > .csc-default:first-child > h2:first-child, 
#content .singleColumn > .contentInfo > .csc-default:first-child > div > h2:first-child, 
#content .singleColumn > .contentInfo > .csc-default:first-child > .csc-textpic > div > h2:first-child, 
#content .singleColumn > .contentInfo > .csc-default:first-child > h3:first-child,
#content .singleColumn > .contentInfo > .csc-default:first-child > div > h3:first-child,
#content .singleColumn > .contentInfo > .csc-default:first-child > .csc-textpic > div > h3:first-child,
#content .singleColumn > .contentInfo > .tx_hmtfw:first-child > h2:first-child, 
#content .singleColumn > .contentInfo > .tx_hmtfw:first-child > div > h2:first-child, 
#content .singleColumn > .contentInfo > .tx_hmtfw:first-child > h3:first-child,
#content .singleColumn > .contentInfo > .tx_hmtfw:first-child > div > h3:first-child
{
	padding-top: 0px;
	margin-top: 0px;
}
#content .doubleColumn {
	float: left;
	width: 480px;
	margin: 0 16px 0 0;
}
/* move content down in doubleColumn ... */
#content .doubleColumn > .contentText {
	margin-top: 0px;
}
/* except if the first element is a heading */
/* this block is for typo3 version 4.3 and up  */
#content .doubleColumn > .contentText > .csc-default:first-child > h1:first-child, 
#content .doubleColumn > .contentText > .csc-default:first-child > div > h1:first-child, 
#content .doubleColumn > .contentText > .csc-default:first-child > .csc-textpic > div > h1:first-child, 
#content .doubleColumn > .contentText > .csc-default:first-child > h2:first-child, 
#content .doubleColumn > .contentText > .csc-default:first-child > div > h2:first-child, 
#content .doubleColumn > .contentText > .csc-default:first-child > .csc-textpic > div > h2:first-child, 
#content .doubleColumn > .contentText > .csc-default:first-child > h3:first-child,
#content .doubleColumn > .contentText > .csc-default:first-child > div > h3:first-child,
#content .doubleColumn > .contentText > .csc-default:first-child > .csc-textpic > div > h3:first-child,
#content .doubleColumn > .contentText > .tx_hmtfw:first-child > h2:first-child, 
#content .doubleColumn > .contentText > .tx_hmtfw:first-child > div > h2:first-child, 
#content .doubleColumn > .contentText > .tx_hmtfw:first-child > h3:first-child,
#content .doubleColumn > .contentText > .tx_hmtfw:first-child > div > h3:first-child
	{
	padding-top: 0px;
	margin-top: 0px;
}

/* -- BodyFoot -- */
#body .foot {
	border-top: 1px solid #ccc;
	font-size: 11px;
	padding: 5px;
}
#body .foot ul {
	display: inline;
}
#body .foot li {
	float: left;
}
#body .foot li.seperator {
	padding: 0 6px 0 6px;
}
#body .foot a {
	font-weight: normal;
}
#body .foot div {
	margin: 3px 0 14px 0;
	padding-top: 14px;
}
#body .foot div.left {
	background: url('../data/images/specials/specialLine.gif') no-repeat top left;
}

/* Singlecolumn (left column) */

.singleColumn h2, .singleColumn h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 16px 0 4px 0;
}

.csc-default > h2:first-child, 
.csc-frame > h2:first-child {
	margin-top: 0px;
}

.boxedContent {
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	padding-left: 7px;
	padding-bottom: 10px;
	padding-right: 7px;
	padding-top: 10px;
}

div.subheader {
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 1px 1px;
	margin: -5px 0px 0px 0px;
}

div.subheader + h2 {
	margin-top: 0px;
	padding-top: 0px;
}
