@import url(/include/css/editor.php);

/** =COLORS **
*/


body {
	background: #ededed url('/image/asfalt.jpg') repeat-x left top;
	}


/** =LAYOUT **/

#container {
	width: 930px;
	padding: 0px 10px;
	margin: 0px auto;
	}
#sitebody {
	margin: 10px -10px 0px -10px;
	padding-bottom: 14px;
	background: url('/image/shadow-btm.png') no-repeat center bottom;
	position: relative;
	}
#sitebody-mid {
	padding: 0px 10px 0px 10px;
	background: url('/image/shadow-mid.png') repeat-y center center;
	}

#footer,
#wrapper {
	padding: 5px;
	background: #ffffff;
	}
#wrapper {
	overflow: hidden;
	padding-bottom: 30px;
	}


/** =HEADER **/

#header {
	height: 120px;
	background: url('/image/logo-zao.png') no-repeat right top;
	}

#logo {
	height: 77px;
	height: 23px;
	padding: 27px 0px;
	}
#logo a {
	width: 471px;
	display: block;
	}
#logo img {
	display: block;
	}

#navigation {
	height: 31px;
	}

#visual {
	height: 100px;
	margin-bottom: 30px;
	background: silver;
	}
#hp #visual {
	height: 350px;
	}
#hp #vacature-banner {
	width: 329px;
	height: 200px;
	position: absolute;
	top: 143px;
	right: 21px;
}
#hp #sponsor-banner {
	width: 324px;
	height: 198px;
	position: absolute;
	top: 143px;
	right: 21px;
}


/** =CONTENT - HOMEPAGE **/

#homeIntro {
	float: left;
	width: 300px;
	height: 180px;
	}
#homeProjects {
	float: right;
	width: 579px;
	}
#homeProjects h2 {
	clear: both;
	height: 59px;
	line-height: 51px;
	padding-left: 9px;
	}
#homeProjects h2 a {
	font-size: 11px;
	margin-left: 5px;
	padding-left: 8px;
	text-transform: none;
	text-decoration: none;
	background: url('/image/arrow-gray.gif') no-repeat 0px 3px;
	}

#cp .projects {
	margin-top: 30px;
	margin-left: -10px;
	}
.projects .item {
	float: left;
	width: 183px;
	margin-left: 10px;
	margin-bottom: 20px;
	}
.projects .item a {
	color: #000000;
	display: block;
	height: 150px;
	padding: 10px 10px 0px 10px;
	text-decoration: none;
	background: #d9d9d9;
	}
.projects .figure {
	background: silver;
	}
.projects .figure img {
	display: block;
	width: 183px;
	height: 98px;
	margin: -10px -10px 0px -10px;
	}

.projectsdetail {
	overflow: hidden;
	}
.projectsdetail .item a {
	height: 88px;
	padding: 10px 10px 0px 10px;
	text-decoration: none;
	background: #d9d9d9;
	}
.projectsdetail h2 {
	margin-left: 10px;
	margin-bottom: 10px;
	}

/** CONTENT - DEFAULT **/

#content {
	float: left;
	width: 580px;
	padding-left: 20px;
	}


#sidebar {
	float: right;
	width: 290px;
	margin-top: 49px;
	}
#sidebar dl {
	margin-top: 1.3em;
	}

#submenu {
	margin-bottom:20px;
	background-color: #d9d9d9;
	padding:10px 0px;
	}
#subnav,
#subnav ul,
#subnav li {
	margin:0px;
	padding: 0px;
	list-style:none;
	}
#subnav a {
	color: #4c4c4c;
	display: block;
	padding: 1px 20px;
	text-decoration: none;
	}
#subnav a:hover {
	color: #000000;
	}
#subnav .active a,
#subnav .open .active a {
	color: #ffffff;
	background: #4c4c4c;
	}
#subnav .active li a {
	color: #4c4c4c;
	background: none;
	}
#subnav ul a {
	padding-left: 30px;
	}
#subnav ul ul a {
	padding-left: 40px;
	}


/** =FOOTER **/

#footer {
	height: 26px;
	position: relative;
	}
#footer p {
	margin: 0px;
	height: 26px;
	line-height: 26px;
	text-align: right;
	padding: 3px 5px 0px 5px;
	border-top: 1px solid #d9d9d9;
	}
#footer #cert {
	left: 0px;
	top: 0px;
	border: 0px;
	margin-top: -24px;
	position: absolute;
	}
#footer a {

	}
#footer a.low {
	text-transform: lowercase;
	}


/** =CLASSES **/

.line {
	border-bottom: 5px solid yellow;
	}

.bg {
	padding: 20px;
	background: #4c4c4c;
	}
.bg * {
	color: #ffffff;
	}
.bg a {
	color: yellow;
	text-decoration: none
	}
.bg .readmore {
	padding-left: 9px;
	background: url('/image/arrow-yellow.gif') no-repeat 0px 3px;
	}

dl.tbl {
	overflow: hidden;
	}
dl.tbl dt {
	width: 49%;
	float: left;
	}
dl.tbl dd {
	width: 50%;
	float: right;
	}
