@charset "UTF-8";
/* CSS Document */


body {
	font: 83%/1.4 arial, helvetica, sans-serif;
	background: #000 url('images/bg5.jpg') center 0 no-repeat fixed;
	text-align: center;
	margin: 10px 0px 20px 0px;
}

A.menu_link {
	color: #FFFFFF;

	text-decoration: none;
	background: transparent;
	font-size: small;
	
	height: 16px;	
}

A.menu_link:visited {
	color: #FFFFFF;
	text-decoration: none;
}

A.menu_link:hover {
	color: #FFF;
	text-decoration: underline;
	background-image: none;
	
}



.main, .bottom, .lang {
	margin: 0 auto;
	
	width: 768px;
	text-align: left;
	
}

.lang {
	text-align: right;
	color: #FFF;
}

.lang a {
	color: #FFF;
}

.main {
	background-color: #FFF;
}

.menu {
	margin: 5px 4px 0px 5px;
	padding: 0px;
	color: #FFF;
	background-color: #bd0030;
	text-align: center;
	border: 1px solid #bd0030;
}

.content {
	padding: 5px;
	
}
.bottom {
	background: url('images/bottom.png') bottom center no-repeat;
	text-align: center;
	padding: 3px 0px 15px 0px;
	color: #999999;
}

.bottom A {
	color: #999999;
}

.bottom A:hover {
	color: #000;
}