@import url('news.css');
@import url('navi.css');
@import url('fotos.css');
@import url('forum.css');
@import url('sortedlist.css');
@import url('fileslist.css');
@import url('thickbox.css');


body, html{
	font-family: tahoma, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

h1, h2{
	font-size: 18px;
	line-height: 18px;
	padding: 0;
	margin: 30px 0 15px 0;
}

h3{
	font-size: 13px;
	padding: 0;
	margin: 15px 0 5px 0;
}

img{
	border: none;
}

table{
	border-collapse: collapse;
}


#page{
	background: #fff;
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#pagecont{
	background: #fff;
}

#header{
	height: 200px;
	position: relative;
}

#logo{
	position: absolute;
	top: 0;
	left: 46px;
}

#content{
	margin: 0 0 0 46px;
	width: 920px;
	position: relative;
	min-height: 300px;
}

#content .left{
	float: left;
	width: 574px;
	line-height: 21px;
	padding: 0 0 30px 0;
}

#content .left h1{
	margin-top: 0;
}


#content .left p{
	margin: 0;
}

#content .right{

	margin-left: 574px;
	padding: 0 0 30px 30px;
	width: 300px;
}
                

#content .left .text{
	padding: 0 10px 0 20px
}

#foot{
	clear: both;
	background: #bebebe url(../img/foot_bg.gif) top left no-repeat;
	margin: 0 0 0 46px;
	width: 860px;
	padding: 7px 30px;
	color: #fff;
	font-size: 11px;
}

#foot a{
	color: #fff;
	text-decoration: none;
}

#foot a:hover{
	text-decoration: underline;
}

#foot a.orange:hover{
	color: #ff7300;
}

#langswitch{
	font-size: 12px;
	display: block;
	float: right;
}

#langswitch a{
	color: #fff;
	text-decoration: none;
}

span#active_lang{
	color: #000;
}

#breadcrumbs{}

.left{
	float: left;
}

p.news_line, #content p.news_line{
	clear: right;
	color: #828282;
	line-height: 16px;
	margin:1em 0;
}


