@charset "utf-8";
* {
margin:0;
padding:0;
}

/* General */
body {
	background-color: #000;
	color: #fff;
	font-family: Tahoma,"Lucida Sans Unicode",verdana,Arial,sans-serif;
	font-size: 76%;
}
a {
	background-color: #fff;
	color: #b30000;
	text-decoration: underline;
}
a:hover {
	background-color: #b30000;
	color: #fff;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	background-color: transparent;
	font-weight:normal;
}
h1 {
	color: #ff0000;
	font-size: 180%;
	margin: 0.3em 0;
}
h2 {
	color: #b30000;
	font-size: 180%;
	margin: 0.3em 0;
	padding-top: 1em;
}
h3 {
	color: #a6a6a6;
	font-size: 140%;
	padding-top: 2em;
	margin-bottom: 0.2em;
}
h4 {
	color: #ff8000;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}
ul {
	margin-bottom: 0.5em;
}

acronym:hover, abbr:hover {
	background-color: #fff;
	cursor: help;
}
a[hreflang]:after {
	background-color: #fff;
	content: "\0000a0[" attr(hreflang) "]";
}
dt {
	margin-top: 0.8em;
	font-weight: bold;
}
cite:before {
	content: open-quote;
}
cite:after {
	content: close-quote;
}

/* Layout */
#container {
	text-align: left;
	background: transparent url(../img/background.png) repeat-y center;
	border-style: none;
	height: 100%;
	margin: auto auto;
}

#header {
	background-color: #000000;
	padding: 10px 20px 0 20px;
	height: 220px;
}
#header h1 {
	color: #ffffff;
	padding: 5px 50px;
}
#header h1 span{
	display: none;
}
#header h1 a {
	background: transparent url('../img/header.logo.png') no-repeat top center;
	text-decoration: none;
	display: block;
	margin: auto auto;
	height: 144px;
	width: 660px;
}
#navigation {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 40px;
	border-top: 1px solid #b30000;
	z-index: 1;
	width: 55%;
}
#navigation ul {
	list-style-type: none;
	text-align: center;
	margin-top: -8px;
	padding: 0;
	position: relative;
	z-index: 2;
}
#navigation li {
	display: inline;
	text-align: center;
	margin: 0 5px;
}
#navigation li a {
	padding: 1px 7px;
	color: #666;
	background-color: #fff;
	border: 1px solid #ccc;
	text-decoration: none;
}
#navigation li a:hover {
	color: #fff;
	background-color: #b30000;
	border: 1px solid #b30000;
	border-top: 5px solid #b30000;
	border-bottom: 5px solid #b30000;
}
#navigation li a#current {
	color: #000;
	border: 1px solid #b30000;
	border-top: 4px solid #b30000;
	border-bottom: 4px solid #b30000;
}

#background {
	background: transparent url(../img/background.graphics.png) no-repeat top center;
	border-style: none;
	padding-top: 170px;
}
#content {
	background-color: transparent;
	clear: both;
	color: #333;
	padding: 0px 40px 50px 40px;
	margin-bottom: 50px;
	width: 600px;
	margin: auto auto;
	line-height: 1.2em;
}
#content p {
	background: #fff;
	margin-bottom: 0.5em;	
}
#content img {
	margin-top: 15px;
	margin-bottom: 15px;
}
#void {
	background-color: #000;
	height: 0px;
}
#footer {
	background-image: url('../img/footer.gradient.png');
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #b30000;
	clear: both;
	padding: 30px 15px 0 15px;
	height: 100px;
	line-height: 1.5em;
}
#footer a {
	background: #b30000;
	color: #fff;
	text-decoration: none;
	font-size: 90%;
}
#footer a:hover {
	background: #fff;
	color: #b30000;
}
#footer dl {
	margin-right: 10px;
	float: left;
}
#footer dt {
	margin-top: 0;
}

/* Entries */
.entry{
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	margin-top: 30px;
}
.entry h3 {
	background-color: #000;
	color: #f00;
	font-size: 1.1em;
	font-weight: bold;
	padding: 8px;
	margin: 0;
}
.entry title h3 em{
	font-size: 80%;
}
.entry .information {
	background: #fff url(../img/entry.motif.png) no-repeat left top;
	padding: 24px 8px 8px 30px;
	height: 100%;
}
.entry .information img.centered{
	display: block;
	margin: 0 auto 1em auto;
}
.entry ul{/*
	margin: 0px 0px 1em 20px;
	*/
}

/* Special */
.hide{
	display: none;
}
div.clearboth {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}