* {
	padding:0px;
	margin:0px;
	list-style-type:none;
	outline:none;
}

.highlightstring {
	background:yellow;
}

body {
	font-family:sans-serif;
	font-size: 10px;
	background: #323f53;
	color: rgb(68, 68, 68);
}

a {
	color:#336699;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	line-height:1.6;
	font-size:2.5em;
	float:right;
	color:#A1A1A1;
	font-weight:normal;
}

h2 {
	clear:both;
}

#wrapper1 {
	position:absolute;
	top:6em;
	left:0;
	width:100%;
}

#wrapper2 {
	position:absolute;
	top:6em;
	left:0px;
	width:100%;
	overflow:hidden;
}

#topnav {
	background:white;
	border-bottom:1px solid rgb(204, 204, 204);
	text-align:center;
	padding:0.3em;
}

#topnav ul li {
	display:inline;
}

#topnav ul li a {
	margin:0 1em 0 1em;
	
}

.active {
	font-weight:bold;
	margin:0 1em 0 1em;
}

#search {
	margin:0.3em 0 0 0;
	padding:0;
}

#trace {
	background: rgb(230, 230, 230);
	padding:0.5em;
}

#date {
	float:right;
}

#title {
	width:44em;
	float:right;
	font-size:1.3em;
	border-left:1px solid white;
	border-right:1px solid white;
	padding:0.3em 1em 0.2em 1em;
}

#container {
	margin:0 auto 0 auto;
	width:80em;
	background:white;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}

#sidebar {
	width:0;
	margin:0 auto 0 auto;
}

#news {
	margin-left:40.3em;
}

#news li {
	background:white;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:0 0.3em 0.3em 0;
	padding:0.5em;
	width: 18.4em;
	position:relative;
	z-index:1;
}

#nav ul li a {
	color:white;
	display:block;
	text-decoration:none;
	padding:0.4em 0.4em 0.4em 0.5em;
	background:#336699;
	border-left:0.5em solid #DDDDDD;
	margin:0.3em 0 0 0.3em;
	width:13em;
}

#nav ul li a.linklist:hover, #nav ul li a.linklistActive:hover, #nav ul li a.linklistTrace:hover {
	border-left-color:#336699;
}

#nav {
	float:left;
	font-size:1.2em;
	padding-bottom:0.3em;
}

#nav ul li a.linklistActive {
	border-left-color:#336699;
	font-weight:bold;
}

#nav ul.linklistLevel2 a {
	background:#666;
}

#nav ul.linklistLevel3 a {
	background:#999;
}

#nav ul.linklistLevel4 a {
	background:#ccc;
	color:#666;
}

#nav ul.linklistLevel5 a {
	background:#eee;
	color:#666;
}

#header {
	margin:0 0.3em 0.3em 0.3em;
	padding:0.3em;
}

#domain {
	color:#A1A1A1;
	line-height:1.5;
	font-size:2.5em;
	display:block;
	float:left;
}

#medku {
	color:#336699;
	text-decoration:none;
}

#content {
	font-size:1.3em;
	float:right;
	line-height:2;
	width:44em;
	padding:1em;
	margin-top:0.3em;
	background: #efefef;
}

#footer {
	text-align:center;
	background:#eee;
	padding:0.5em;
	border-top:1px solid #ccc;
}