* {
	margin: 0px;
	padding: 0px;
	color: #ccc;
	font-family: "Verdana", sans-serif;
	font-size: 1em;
}
img {
	border: none;
}
body {
	background-color: black;
	background-image: url('images/back.jpg');
	background-repeat: repeat-y;
	background-position: center;
}
#main {
	width: 800px;
	margin: 0px auto 0px auto;
	background-color: black;
	border: 1px solid #311008;
	border-top: none;
	border-bottom: none;
	font-size: 0.9em;
	background-image: url('images/mainback.jpg');
	background-repeat: no-repeat;
}
#header {
	height: 280px;
	/*background-color: darkred;
	background-image: url('images/header.jpg');*/
}
#navigation {
	margin-top: -68px;
	height: 20px;
	padding: 5px 0px 0px 10px;
	margin-bottom: 30px;
}
#navigation ul.menu li {
	float: left;
	list-style-type: none;
}
#navigation ul.menu li a {
	display: block;
	border: 1px #711008 solid;
	padding: 4px 6px 6px 6px;
	margin: 2px 5px;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #311008;
}
#navigation ul.menu li a:hover {
	/*background-color: #0e0e0e;*/
	background-color: transparent;
}
#navigation ul.language {
	list-style: none;
	float: right;
	margin-right: 10px;
}
#navigation ul.language li {
	border: 1px #711008 solid;
	padding: 4px 6px 6px 6px;
	margin: 2px 5px;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #311008;
}
#navigation ul.language li a {
	text-decoration: none;
}
#navigation ul.language li a:hover,
#navigation ul.language li a.active {
	text-decoration: underline;
}
#content {
	line-height: 1.6em;
	margin: 40px 25px 0px 25px;
	
	/*min-height: 500px;
	_height: 500px;*/
}
#content h1 {
	font-size: 1.6em;
	font-family: "Tahoma";
	font-weight: normal;
	letter-spacing: 0.15em;
	margin-bottom: 10px;
	margin: 20px 0px 20px 0px;
}
#content a {
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content strong {
	color: #b10000;
}
#content p {
	margin-bottom: 10px;
}
#content p img {
	float: left;
	margin: 0px 5px 2px 0px;
}
#content li {
	margin: 0px 0px 0px 30px;
}
#content .bandtable {
	text-align: left;
	border-collapse: collapse;
	margin-top: 10px;
}
#content .bandtable th,
#content .bandtable td {
	padding: 1px 8px 1px 0px;
}
#footer {
	font-size: 0.7em;
	color: #777;
	padding: 10px 4px 4px 4px;
	text-align: center;
	clear: both;
	margin-top: 40px;
}
#footer a {
	color: #777;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
