﻿/* CSS layout */
a {  
text-decoration:none; 
color:#FF7500
}

a:hover {  
text-decoration:none; 
color:#FFFFFF
}

img {
border: 0;
}

body  {
	background-color: #A60000;
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color:#FFFFFF; 
	line-height: 15px
}

h1 {
	font-weight: bold; 
	font-size:14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h2 {
	font-weight: bold; 
	color:#FF0000; 
	font-size:13px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
}

dl, dt  {
	padding-bottom: 5px;
}

#container {
	width: 100%;
}

#left_content {
	width: 30%;
	float: left;
	position:absolute;
	top: 135px;
	text-align: right;
	vertical-align: top;
}

#left_content_subpage {
	width: 30%;
	float: left;
	position:absolute;
	top: 135px;
	text-align: right;
	vertical-align: top;
}


#main_menu {	
	float: right;
	vertical-align: top;
}

#right_content {
	width: 30%;
	float: right;
	position:absolute;	
	right: 0px;	
	top: 135px;
}

#right_content_subpage {
	width: 30%;
	float: right;
	position:absolute;	
	right: 0px;	
	top: 135px;
}


#news {
	width: 215px;
	background-color: #AF1C17;
	padding: 10px;
}

#page_content {
	width: 40%;
	float: left;
	text-align: center;
	position:absolute;	
	left: 30%;
	margin-right: 30%;
	background-color: #a60000;
}

.line {
	background-color: #8f0000; 
	height: 60px;
	position: absolute;
	top: 75px;
	width: 100%;
	z-index: 0;
}

.line_subpage {
	background-color: #8f0000; 
	height: 60px;
	position: absolute;
	top: 75px;
	width: 100%;
	z-index: 0;
}


#main_content {
	padding: 10px 10px 0 10px;
	text-align: left;
}

.menu_ul {
	margin: 0 0 0 0;
	padding: 15px 15px 15px 0;
	background-image:url('img/menubg.gif');
	background-repeat: repeat-y;
	background-position: left;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;	
}

.menu_ul li {
	text-align: left;
	list-style-type: none;
	width: 235px;
	height: 25px;
	text-indent: 50px;
}


.menu_ul li a, .menu_ul li a:link{
	display: block;
	line-height: 25px;
	color: #e2bf98;
	text-decoration: none;
}


.menu_ul li a:hover{
	/*background-color:#B80707;*/
	display: block;
	line-height: 25px;	
	color: #FF7500;
}

.menuAct a:link, .menuAct a:visited, .menuAct a:hover, .menuAct a:active {
	background-color:#B80707;
	background-image:url('img/menubg_act.gif');
	background-repeat: repeat-y;
	background-position: left;

}

#totop {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 190px;
	text-align: center;
	position: fixed; 
	bottom: 0px; 
}

#lang {
float: right;
padding-right: 20px;
}

#music {
float: right;
padding-right: 15px;
}