@import url('elements.css');
@import url('modules.css?1');
@import url('content.css');
@import url('repository.css');

#body {
	/* empty */
}

#body .head {
	padding-right: 0;
	height: 15px;
}
#body .head p {
	color: #000;
}
#body .head ul {
	color: #000;
}
#body .head li.current {
	margin: 2px 0 0 0;
}
#body .head li.current a {
	font-size: 11px;
	color: #AD2510;
}
#body .head a {
	color: #000;
}
#body .head input.text {
	border: 1px solid #EF8B77;
}
#body .head .logo {
	background: url('../data/images/assets/logo_zhdk.png') no-repeat top right;
	position: absolute;
	right: 0;
	height: 37px;
	top: 28px;
	width: 170px;
	z-index: 1;
}
#body .head .sublogo {
	position: absolute;
	right: 0;
	height: 75px;
	top: 65px;
	width: 170px;
	z-index: 1;
}
#body .head a.link {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

#topleft li:first-child a {color:#AD2510;}

#body .menu {
	background: url('../data/images/assets/navigation_bg.png') no-repeat bottom left;
}
#body .menu .frame{
	background: url('../data/images/assets/logo_zhdk.png') no-repeat top right;
}

#body .menu ul li.active {
	background-color: #EF8B77;
	color: #000;
}
#body .menu ul li.seperator {
	color: #FFF;
}
#body .menu a {
	color: #FFF;
}
#body .menu li.active a {
	color: #000;
}

.navigation {
}
.navigation li {
	border-color: #EF8B77;
}
.navigation li.active a {
	color: #000;
}
.navigation li.last {
	border-bottom: 1px solid #EF8B77;
}

.quicklinks {
	border: 0;
	margin-top: 20px;
}

#body .foot a {
	color: #000;
}

