body
{
	background-color: #727272;
	font-family: Verdana;
	font-size: 10px;
	color: #565656;
}

table
{
	font-family: Verdana;
	font-size: 10px;
	color: #565656;
}

table.border
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

a
{
	font-family: Verdana;
	font-size: 10px;
	color: #565656;
	text-decoration: none;
}

a:hover
{
	font-family: Verdana;
	font-size: 10px;
	color: #565656;
	text-decoration: underline;
}

.bold
{
	font-weight: bold;
}

.bold_big
{
	font-weight: bold;
	font-size: 12px;
}

.galleries_grey
{
	background-color: #000000;
	border: solid 1px #9478b2;
	color: #bababa;
}

.textfield
{
	font-family: Verdana;
	font-size: 10px;
	color: #9e8cbe;
	background-color: #24425c;
	border: solid 1px #7c3d58;
}

.button
{
	font-family: Verdana;
	font-size: 10px;
	color: #9e8cbe;
	background-color: #24425c;
	border: solid 1px #7c3d58;
}

#container
{
	position: relative;
	margin: 0px auto;
	width: 874px;
	height: 621px;
	text-align: left;
}

#lang
{
	width: 874px;
	height: 20px;
}

#main
{
	background-image: url(../Images/ef_main.jpg);
	background-repeat: no-repeat;
	width: 874px;
	height: 581px;
}

#menu
{
	position: absolute;
	left: 20px;
	top: 33px;
	width: 600px;
	height: 35px;
}

#content
{
	position: absolute;
	left: 20px;
	top: 75px;
	width: 500px;
	height: 510px;
	overflow: auto;
}

#footer
{
	background-image: url(../Images/ef_footer.gif);
	background-repeat: no-repeat;
	width: 874px;
	height: 20px;
}

table.center
{
	width: 100%;
	height: 100%;
}

td.center
{
	vertical-align: middle;
	text-align: center;
}

.frontnews_link
{
    background-color: #000000;
    color: #cb74ce;
}

.frontnews_link:hover
{
    background-color: #000000;
    color: #cb74ce;
    text-decoration: underline;
}

.news_bold_title
{
	font-weight: bold;
	color: #bababa;
}

.news_bold_title:hover
{
	font-weight: bold;
	color: #bababa;
	text-decoration: hover;
}

.black_back
{
    background-color: #000000;
}

.pager
{
    color: #cb74ce;
}

.pager:hover
{
    color: #cb74ce;
    text-decoration: underline;
}