/*
	-----------------------------
	Editable CSS file
	-----------------------------
*/


/* --- PAGE LAYOUT ---*/
BODY
{
	background-color: #fff;
}
#pagewrapper
{
	background-image:url('images/bgmain.gif');
	background-repeat:repeat-y;	
	background-color: #FFFFFF;
	border: 0px solid #c3b984;
	margin-top:0px;
}
#contentwrapper
{
	
}
/* Left Column under menu */
#col1b
{
	width:170px;
	padding:  30px 30px 0px 20px;
	float: left;
}

/* Right Column under news */
#col3b
{
	
	margin-right:10px;
	margin-top:10px;
	margin-left: 10px;
}

#footer
{
	background-color:#FFFFFF;
background-image:url(images/bgbtm.gif);
background-repeat:repeat-y;
border:0 none;
color:#000000;
height:35px;
margin:0;
padding:20px 0 0;

}
#footer P
{
	color:#000000;
}



/* --- TEXT AND PADDING/MARGIN STYLES ---*/

BODY, TD
{
	font-family:verdana,arial;
	font-size:8pt;
	color:#666666;
	
}

P, DIV
{
	font-family:verdana,arial;
	font-size:8pt;
	text-align:left;
}
/* Heading*/
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
h2	{
	font-family: Trebuchet MS, Arial, verdana;
	font-size: 16px;
	color: #000000;	
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
	padding-top: 0;
}

h2 a:link	{
	text-decoration: none;
	color: #000000;	
	margin-top: 0;
	padding-top: 0;
}

h2 a:visited	{
	text-decoration: none;
	color: #000000;	
	margin-top: 0;
	padding-top: 0;
}

h2 a:hover	{
	text-decoration: underline;	
	color: #000000;
	margin-top: 0;
	padding-top: 0;
}

h2 a:active	{
	text-decoration: none;
	color: #000000;	
	margin-top: 0;
	padding-top: 0;
}
/* Link*/
a:link	   {
	color: #8a261c;
	text-decoration: underline; 
	font-weight: normal;
}
a:visited  {
	color: #8a261c;
	text-decoration: underline; 
	font-weight: normal;
}
a:hover	   {
	color: #000;
	text-decoration: none; 
	font-weight: normal;
}

/* Left menu*/
.menuitem
{
	border:0;
	margin-bottom: 2px;
	
}
.menuitemlink:link, .menuitemlink:active, .menuitemlink:visited
{
	font-family:arial,verdana;
	font-size:8pt;
	font-weight:bold;
	color:#676500;
	text-decoration:none;
	line-height:15pt;
}
.menuitemlink:hover
{
	color:#000000;
}

/* Top menu*/
#toplistmenu ul
{
	
		background-image:url('images/bgmenu.jpg');
		background-repeat: no-repeat;
}

#toplistmenu ul li a
{
	font-family:arial,verdana;
	font-size:8pt;
	font-weight:bold;
	color:#000;
	
	margin:0;
	text-decoration: none;
	border-right: 1px solid #fff;
}
#toplistmenu ul li a:hover
{
	background-color:#fff;
	color:#000000;
}

/*News*/
#news
{
	margin-right:5px;
	margin-top:10px;
	margin-left: 10px;
	margin-bottom:20px;
	}
.newsitem
{
	padding-bottom:15px;
	}
.NewsTitel
{	
	color:#8a261c;
	font-weight:bold;
	}
.NewsDate
{
	color:#666666;
	padding-bottom:3px;
	font-size:80%;
	}
.NewsImage
{
	border:solid 1px #b9b8a4;
	}
.NewsAbstract
{
	color:#333333;
	font-size:90%;
	}
.NewsLink
{
	font-size:90%;
	}

/* Search */
#search
{
	
	/*background-color:#ffffff;*/
	}
.btninput
{
	background-color: #8a261c;
	font-size: 8pt;
	width:50px;
	height:20px;
	font-weight: bold;
	color: #fff;
	border: solid 1px #000;
}
#inp-search
{
	width:154px;
	}
