/* SZTAKKER CSS */

body {
	margin: 0;
	padding: 0;
	background: #2a2a2a url('../img/bg.gif') top center repeat-y;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 120%;
	color: #555;
}

a:link,
a:visited,
a:active,
a:hover {
	font-weight: normal;
	text-decoration: none;
	outline: none;
	outline: none;
	color: #5b94cf;
}

a.dlink:link,
a.dlink:visited,
a.dlink:active,
a.dlink:hover {
	font-weight: bold !important;
	text-decoration: none;
	outline: none;
	outline: none;
	color: #00c0ff;
}

a:hover, a.dlink:hover {
	text-decoration: underline;
}

#wrapper {
	width: 600px;
	margin: 0px auto;
	padding: 25px;
	background: #fff;
	height: 100%;
	text-align: left;
}

#header {
	width: 600px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff url('../img/header.jpg') top left repeat-x;
	text-align: left;
}

#def {
	width: 600px;
	float: left;
	margin: 0;
	padding: 0;
}

#header h1 {
	display: none;
}

#content {
	width: 600px;
	margin: 0;
	padding: 25px 0 25px 0;
	float: left;
}

#content p {
	margin: 0;
	padding: 0 0 10px 0;
}

#leftcol {
	width: 400px;
	margin: 0;
	padding: 0;
	float: left;
}

#leftcol ul {
	list-style-type: none;
	margin: 0;
	padding: 5px 0 10px 0;
}

#leftcol ul li {
	margin: 0;
	padding: 0 0 5px 15px;
	background: #fff url('../img/bullet.gif') left 2px no-repeat;
}

#rightcol {
	width: 160px;
	height: 200px;
	margin: 52px 0 0 0;
	padding: 0 0 0 20px;
	float: left;
	color: #bbb;
	font-size: 11px;
}

#rightcol p {
	padding: 0 0 8px 0;
}

#rightcol p a {
	font-size: 10px;
}

#rightcol p.counter {
	padding: 3px 5px 3px 5px;
	margin: 0 0 8px 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #333;
}

div.rightbox {
	width: 150px;
	margin: 0 0 10px 0;
	padding: 20px 15px 10px 15px;
	float: left;
	/*background: #fff url('../img/dlbg.gif') 10px top no-repeat;*/
	background: #000;
	color: #bbb;
	font-size: 11px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.graybg {
	background: #333 !important;
}

#rightcol h2 {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
	border-bottom: 1px dotted #555;
}

.highlight {
	background: #fffccd;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 0 0 25px 0;
	margin: 0;
}

h2.contenth2 {
	font-size: 14px;
	font-weight: bold;
	color: #555;
	padding: 10px 0 15px 0;
	margin: 0;
}

h2.release {
	height: 22px;
	font-size: 16px;
	font-weight: bold;
	color: #555;
	padding: 15px 0 15px 0;
	margin: 0;
	background: url('../img/title_05.gif') left center no-repeat;
}

h2.release span {display:none;}

p.alert {
	color: #fff;
	padding: 10px !important;
	background: #e13000 url('../img/arrow.gif') right center no-repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0 0 10px 0 !important;
}

p.alert2 {
	color: #000;
	padding: 10px !important;
	background: #ddedf1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0 0 10px 0 !important;
}

span.hl {color: #e13000;}

/* ----------- */

#footer {
	width: 600px;
	height: 22px;
	background: #eee url('../img/footer.gif') top left no-repeat;
	margin: 0 0 20px 0;
	padding: 8px 0 0 0;
	float: left;
}

#copyright {
	width: 600px;
	height: 14px;
	margin: 0;
	padding: 0 0 0 10px;
	color: #888;
	float: left;
	font-size: 10px;
}

.cleardiv {
	clear: both;

}
