/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	
	background-color: #330000;
	background-image: url(images/tlo.jpg);
	background-repeat: repeat;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	
	line-height:13pt;
}

a:link {
	color: #CC3300;
	}
	a:visited {
		color: #CC3300;
	}
	a:hover {
		color: #FF9900;
	}
	a:active {
		color: #CC3300;
	}

p
{
	 text-align: justify; 
	 padding-left: 10px; 
	 padding-right: 10px;
	 margin-left: 40px;
	 margin-right: 40px;
}

li
{
	text-align: left;
	color: #FFFF99;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 70px;
	margin-right: 90px;
	line-height:16pt;
	
	border-left-color:#CC6600;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color:#CC6600;
	border-right-style: solid;
	border-right-width: 1px;
}

img { margin: 0px; padding: 0px; }

div#container {
	margin: auto;
	width: 960px;
	border: 0px;
}

div#menu
{
	height: 90px; 
	width: 960px; 
	padding: 0px; 
	margin: 0px;
}

.menu_item
{
	height: 90px;
	float: left;
}

div#container_lay 
{
	position: relative;
	top: 0px;
	left: -16px;
	z-index: 2;
	padding: 0px;
}

div#lay_preloader
{
	position: relative;
	background-color: #660000;
	top: 0px;
	left: -15px;
	z-index: 3;
	padding: 0px;
	font-size:12pt;
}

div#content
{
	position: absolute;
	top: 170px;
	left: 125px;
	width: 700px;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	
	text-align: center;
	
	background-color: #340000;
	opacity:.95;
	filter: alpha(opacity=95); 
	-moz-opacity: 0.95;
	border: 1px solid black;
}

#loaded
{
	opacity:1.0; 
	-moz-opacity: 1.0; 
	color: #FFCC66;
	width: 100%;
}

h2 {
	line-height:16pt;
	font-size:13pt;
	color: #FFFF99;
	margin-left: 150px;
	margin-right: 150px;
}

h3 {
	color: #FFCC66;
	line-height:16pt;
	font-size:12pt;
	margin-left: 100px;
	margin-right: 100px;
}

.linki {
	margin-bottom:20px;
	background-color: #FFF7E1;
	border-color: #F8E2CB;
	border-style:solid;
	border-width:1px;
}

div#footer
{
	position: relative;
	font-size: 7pt;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	text-align: center;
	color:#CC6600;
}
.image_description
{
	text-align: center;
	font-style: italic;
	width: 100%;
}

.news
{

}

.news_date
{
	color:#CC6600;
	font-weight:bold;
	border-top-color:#CC6600;
	border-top-style: solid;
	border-top-width: 1px;
}
.news_title
{
	color: #FF9900;
	letter-spacing: 1pt;
	font-size:11pt;
	font-weight:bold;
}
.news_content
{
	color: #FFCC66;
	margin-left: 75px;
	margin-right: 75px;
}

.news_author
{
	color:#CC6600;
	border-bottom-color:#CC6600;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

div#contact_img
{
	border-bottom-color: #CC6600;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
	border-top-color: #CC6600;
	border-top-style: solid;
	border-top-width: 1px;
	
	height: 200px;
}

#sent_info
{
	display: none; 
	height: 20px;
	font-size: 12pt;
	font-wegiht: bold;
}

