/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #ff0000; text-decoration: none;}
a:hover {color: #fff;}

body {
	background: #fff;
	color: #ccc;
	font: normal 62.5% arial, helvetica, sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

code {
	background: #000;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}


/* misc */
.line1 {margin: 3px 0; clear: both; border-top: 5px #000 solid;}

.line2 {margin: 10px 0; clear: both; border: 7px #cc6600 solid;}

.clearer {clear: both; padding: 2px 0;}

.left {float: left;}

.right {float: right;}

img {border: none;}

/* structure */
.container {
	background: #000;
	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: #000;
	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: #ff0000;
	width: 950px;
	height: 24px;
	text-align: center;
	border-bottom: 4px #fff solid;
}
.navigation a {
	color: #ccc;
	font: bold 1.1em arial;
	line-height: 25px;
	padding: 0 20px;
	text-decoration: none;
	border-left: 1px solid #ccc;

}
.navigation a:hover {color: #000;}



/* sub navigation */
.sidenav {
	margin: 0;
	padding: 15px;
	float: left;
	width: 260px;
}
.sidenav h2 {
	color: #ff0000;
	font: bold 12px arial;
	line-height: 17px;
	margin: 0;
	text-align: right;
	border-bottom: 1px solid #ff0000;
	border-top: 1px solid #ff0000;
}
.side ul {
	padding: 0;

}
.side li {border-bottom: 1px dotted #ccc;}
.side li a {
	font: bold 1.1em;
	color: #ccc;
	display: block;
	padding: 5px 0 5px 5%;
	text-decoration: none;
}
.side li a:hover {
	color: #ff0000;	
}

.counter ul li{
	text-align: center;}

/* content */
.content {
	float: right;
	margin: 15px 0;
	padding: 0 16px;
	width: 625px;
	border-left: 1px #ccc solid;
	color: #ccc;
}

.content h1 {
	color: #ff0000;
	font: bold 12px arial;
	text-align: center;
	border-bottom: 1px solid #ff0000;
	border-top: 1px solid #ff0000;
}

.content h1 a {
	color: #ccc;
	text-decoration: none;
}

.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 #ff0000 solid;
}
