/* standard elements */
html {min-height: 100%;}

body {
	background: #fff;
	color: #ccc;
	font: normal 62.5% arial, helvetica, sans-serif;}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

a {color: #ffffcc;}
a:hover {color: #000;}

/* misc */
.line1 {margin: 3px 0; clear: both; border-top: 5px #cc6600 solid;}

.line2 {margin: 10px 0; clear: both; border: 7px #cc6600 solid;}

.clearer {clear: both; padding: 2px 0;}

.left {float: left;}

.right {float: right;}

.banner {
padding: 5px;
border: 1px solid #ccc; }

img {border: none;}

/* structure */
.container {
	background: #cc6600;
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
	width: 950px; }

/* header */
.top {
	padding: 10px 0 0 0;
}

/* title */
.header {
	background: #fff;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0;
	width: 950px;  }

.header .left {
	width: 290px;}
	
.header .right {

	width: 655px; }

/* search */
.search {
	position: absolute;
	top: 97px;
	width: 290px;
	float: left;
	height: 26px;
	background-color: #999;}

.in {
	color: #fff;
	padding-top: 3px;
	text-align: center;
	font: bold 1.1em arial; }

input.button {
	background: #ccc;
	border: solid 1px #ccc;
	text-transform: lowercase;
	font-size: 0.9em;   }

input.text {
	border: solid 1px #ccc;
	font-size: 12px;
	padding: 1px 4px;
	width: 120px;}


/* navigation */
.navigation {	
	background: #999;
	width: 950px;
	height: 24px;
	text-align: center;
	border-bottom: 4px #fff solid;}
	
.navigation a {
	color: #000;
	font: bold 1.1em arial;
	line-height: 25px;
	padding: 0 20px;
	text-decoration: none;
	border-left: 1px solid #000;}
	
.navigation a:hover {color: #ccc;}


/* sub navigation */
.sidenav {
	margin: 0;
	padding: 15px;
	float: left;
	width: 260px; }
	
.sidenav h2 {
	color: #ffffcc;
	font: bold 12px arial;
	line-height: 17px;
	margin: 0;
	text-align: right;
	border-bottom: 1px solid #ffffcc;
	border-top: 1px solid #ffffcc;  }
	
.side ul {
	padding: 0;   }
	
.side li {border-bottom: 1px dotted #ccc;}
.side li a {
	font: bold 1.1em;
	color: #ffffcc;
	display: block;
	padding: 5px 0 5px 5%;
	text-decoration: none;  }
	
.side li a:hover {
	color: #ffff00;	 }

.counter ul li{
	text-align: center;}

/* content */
.content {
	float: right;
	margin: 15px 0;
	padding: 0 16px;
	width: 625px;
	border-left: 1px #ffffcc solid;
	color: #ffffcc; }

.content h1 {
	font: bold 12px arial;
	text-align: center;
	border-bottom: 1px solid #ffffcc;
	border-top: 1px solid #ffffcc; }

.content a {
	color: #fff;
	font-weight: bold;
	text-decoration: none; }
.content a:hover {
	color: #fff;
	text-decoration: underline; }

.content h2 {
	 color: #4B4B4B;
	 font: bold 12px arial;
	 padding: 0;
	 background: #ECC297;}

.content .descr {
	text-align: right;
	border-bottom: 1px #FF9900 solid;
	color: #ffffcc;
	font-size: 0.9em;
	margin-bottom: 6px;}
	
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;  }
	
.content p {line-height: 16px;}

.teks { font-size: 1.2em;}

/* footer */
.footer {
	border-top: 7px #fff solid;
	border-bottom: 10px #999 solid; }
