html, body {
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	font-family: Verdana, Arial sans-serif;
	color: #333;
}
#bg {
	width: 100%;
	height: 100%;
	background-color: #B0B0A5;
	padding-top: 0px;
}
#main {
	width: 100%;
	
	border: 0px solid #ccc;
	height: 800px;
	background: #B0B0A5 url(../images/bg_main.jpg) repeat-x;
}
#content {
	width: 1205px;
	height: 516px;
}
#content_right {
	width: 165px;
	float: left;
	border: 0px dashed #ccc;
	height: 550px;
	padding-left: 15px;
	padding-top: 25px;
	line-height: 15pt;
}
#content_right a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
#content_center {
	width: 815px;
	height: 550px;
	background: transparent url(../images/bg_content.png) no-repeat;
	float: left;
	border: 0px dashed #000;
}
#content_left {
	width: 165px;
	float: left;
	border: 0px dashed #ccc;
	height: 550px;
}
#inner_left {
	width: 343px;
	float: left;
	border: 0px dashed #ccc;
	height: 498px;
	overflow: hidden;
	padding-top: 15px;
	padding-left: 15px;
	position: relative;
}
div#error {
	width: 300px;
	padding-top: 15px;
	padding-left: 15px;
	margin-top: 10px;
	margin-left: 25px;
}
#inner_right {
	width: 355px;
	float: right;
	border: 0px dashed #ccc;
	height: 500px;
	overflow: hidden;
	padding-top: 15px;
	padding-right: 5px;
}

#head {
	width: 90%;
	/* height: 120px; */
	padding-top: 20px;
	padding-left: 20px;
}
.wrapper {
	clear: both;
}

img {
	border: 0px solid #ccc;
}
a {
	text-decoration: underline;
	color: #333;
}
div#cats a {
	text-decoration: none;
}
h2{
	font-size: 1.3em;
	color: #B11211;
	font-weight: bold;
}
/* wrap to make sure that image area is clickable */
#wrap3 {
	float: left;
	width: 15px;
	height: 201px;
	background: transparent url(../images/scrollbar-track-bottom.png) no-repeat bottom left;
}

/* top image of track */
#track3-top {
	position: absolute;
	width: 15px;
	height: 15px;
	background: transparent url(../images/scrollbar-track-top.png) no-repeat top left;
}

/* vertical track */
#track3 {
	position: absolute;
	width: 15px;
	height: 201px;
}

/* vertical track handle */
#handle3 {
	width: 15px;
	height: 37px;
}


/* content - parts */
div.news-summary {
	width: 340px; 
	padding: 3px 2px 5px 3px;
	background-color: transparent;
	font-size: 12px;
	border: 1px dotted #5F5F56;
}
div.news-summary a {
	color: #CC3300;
	text-decoration: underline;
}
div#news_head, div.news_head {
	width: 340px; 
	padding: 3px 2px 0 3px;
	background: transparent url(../images/marker_strich.png) no-repeat bottom;
	font-size: 11px;
	vertical-align: bottom;
	height: 36px;
}
div.news_head_left {
	background: transparent url(../images/vote_bg.png) no-repeat top;
	color: #cc3300;
	width: 40px;
	height: 43px;
}

div#categories {
	width: 140px;
	float: left;
}
div#scrollbar{
	width: 20px;
	float:right;
	background-color: transparent;
	height: 480px;
}
div.admin_box {
	width: 100%;
	background-color: #fff;
}
a.page_navigation {
	color: #B11211;
	font-weight: bold;
}
fieldset {
	border: 0px solid #ccc
}
