/* written by Voov (www.voov.hu), copyright 2009 */

@import url("menu.css");
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
p {
	padding: 0;
	margin: 0 0 15px 0;
}
br {
	margin: 0;
	padding: 0;
}
a:focus {
	outline:none;
}
a {
	outline: none;
	color: #333;
	text-decoration: underline;
}
a:hover {
	outline: none;
	color: #000;
	text-decoration: underline;
}
.clearfix {
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
	height: 0;
}
img a {
	border: 0;
	padding: 0;
	margin: 0;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
	float:left;
}
.right {
	text-align: right;
}
.bold {
	margin: 0 0 5px 0;
	font-weight: bold;
}
/***************** Lists *********************/
.list_no {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}

.list {
	list-style-type: circle;
	margin:  15px 0 15px 30px;
	padding: 0 0 1px 0;
	text-align: left;
	font-size: 12px;
}
.list a {
	font-size: 12px;
	text-decoration: none;
	font-style: italic;
	border-bottom: 1px dotted #807766;
	padding: 0 0 1px 0;
}
.list a:hover {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	font-style: italic;
	padding: 0 0 1px 0;
	border-bottom: 1px dotted #000;
}
.list li {
	padding: 0 0 6px 6px;
	background-image: url(../images/list_circle.jpg);
	background-repeat: no-repeat;
	background-position: 0 4px;
	margin: 0 0 0 0;
}



.list_in {
	list-style-type: disc;
	margin:  5px 0 20px 23px;
	padding: 0 0 0 0;
	text-align: left;
}
.list_in a {
	color: #a87b4e;
	text-transform: uppercase;
	font-size: 13px;
	font-family: "Trebuchet Ms", Arial, Tahoma;
	text-decoration: none;
}
.list_in a:hover {
	color: #a87b4e;
	text-transform: uppercase;
	font-size: 13px;
	font-family: "Trebuchet Ms", Arial, Tahoma;
	text-decoration: none;
}
.list_in li {
	padding: 5px 0 0 5px;
}
/***************** Lines *********************/

.line {
	width: 540px;
	margin: 25px 0;
	padding: 0;
	border-top: 1px solid #a6a1a0;
}
.line_shaded {
	margin: 20px 0;
	padding: 0;
	height: 4px;
	background: url(../images/line_shaded.gif) repeat-x left top;
}

/***********************************************/
/* Basic                                       */
/***********************************************/
body {
	margin: 0;
	padding: 0;
	font-family: "Segoe Ui", Arial, Tahoma;
	background: #000;
	font-size: 12px;
	color: #7b7b7b;
	line-height: 16px;
	position:relative; 
}

#container {
	width: 900px;
	height: 700px;
	margin: 30px auto 0 auto;
	padding: 0;
	background: url(../images/bg.jpg) left top no-repeat;
	position: relative;
}

#menu {
	width: 129px;
	height: 294px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
	top: 237px;
	left: 63px;
}

.content {
	width: 360px;
	height: 380px;
	position: absolute;
	top: 240px;
	left: 278px;
	margin: 0;
	padding: 0;
	color: #d7c489;
	font-size: 15px;
	line-height: 20px;
	overflow: auto;
}

.content p {
	margin: 0 0 15px 0;
}

.content a {
	color: #d7c489;
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
}

.content a:hover {
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
}

.content_box {
	width: 100%;
	margin: 0 0 23px 0;
	padding: 0;
}

.content_date {
	width: auto;
	color: #fff;
	margin: 0 0 5px 0;
	padding: 0;
}

.content_text {
	width: auto;
	margin: 0 0 0 0;
	padding: 0;
}


