@charset "utf-8";

* 
{
	margin: 0;
	padding: 0;
}

html 
{
	height: 100%;
}

body 
{
	background-color: #3C0000;
	background-image: url(./images/bg.png);
	background-position: top center;
	background-repeat: repeat-x;
	color: #A4240E;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100.01%;
	height: 100%;
	text-align: center;
}

a 
{
	color: #D83F16;
	text-decoration: none;
}

a:active,
a:hover
{ 
	color: #DB6F52;
}

a img
{
	border: 2px #D83F16 solid;
}


a:active img,
a:hover img
{
	border: 2px #DB6F52 solid;
}

img 
{
	border: 0 none transparent;
}

.stern 
{
	background-image: url(./images/stern.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#page 
{
	width: 900px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header 
{
	height: 330px;
	background-image: url(./images/header.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#main 
{
	background-image: url(./images/main.png);
	background-position: center;
	background-repeat: repeat-y;
	padding-left: 55px;
	padding-right: 55px;
}

#left
{
	float: left;
	width: 370px;
	position: relative;
	z-index: 100;
}

#news
{

}

.title
{
	text-align: left;
	font-size: 1em;
	font-weight: bold;
}

.content
{
	text-align: justify;
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
}

.link
{
	text-align: left;
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 2px;
}

.navigator_pagecounter
{
	font-size: 0.8em;
	font-weight: bold;
}

.navigator_pagecounter span
{
	margin-right: 6px;
}

.navigator_pagecounter a
{
	margin-right: 6px;
	padding: 0 3px;
	color: #A4240E;
	border: 1px #DB6F52 solid;
	background-color: #D83F16;
}

.navigator_pagecounter a img
{
	border: 0;
	margin: 0;
	padding: 0;
	background: 0;
}

.navigator_pagecounter b, .navigator_pagecounter a:hover
{
	margin-right: 6px;
	padding: 0 3px;
	color: #A4240E;
	border: 1px #D83F16 solid;
	background-color: #DB6F52;
}

.feed
{
	float: left;
	margin-right:6px;
}

.feed a, .feed a:hover
{
	border: 0; ! important;
	margin: 0; ! important;
	padding: 0; ! important;
	background: 0; ! important;
}

.seperator
{
	text-align: center;
	margin-top: 7px;
	margin-bottom: 7px;
}
	
#right 
{
	float: right;
	width: 370px;
	position: relative;
	z-index: 100;
}

#hottopics
{
	font-size: 1.1em;
	font-weight: bold;
	width: 370px;
}

#video
{
	width: 370px;
	text-align: left;
	font-size: 0.8em;
	font-weight: bold;
}

#videolist
{
	height:140px;
	overflow:auto;
	width:340px;
	padding-left:10px;
	padding-right:10px;
}

.videolistitem
{
	clear:both;
	height:60px;
	border:2px solid #A4240E;
	background-color:#5D0000;
	color:#D83F16;
}

.videolistitem a
{
	display:block;
}

.videolistitem a:hover
{
	display:block;
	color:#D83F16;
}

.videolistitem a img
{
	border:0;
}

.videolistitem:hover
{
	background-color:#3C0000;
}

#galerie
{
	width: 370px;
	text-align: left;
	font-size: 0.8em;
	font-weight: bold;
}

#galerie table
{
	table-layout: fixed;
	vertical-align: middle;
        text-align: center;
	width: 370px;
	height: 320px;
}

.imagebox_overlay
{
	display:none;
	position: absolute;
	background-color: rgb(0, 0, 0);
	opacity: 0.85;
	background-color: #000000;
}

.catline
{
	text-align: center;
	margin-left: -16px;
	margin-top: 16px;
	margin-bottom: 6px;
}

#footer
{
	height: 321px;
	width: 900px;
	background-image: url(./images/footer.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	bottom: 0px;
	z-index: 10;	
	text-align: center;	
}

.baseline
{
	font-size: 7.5pt;
	color: #000;
	position: relative;
	top: 288px;
	left: -22px;
}

.baseline a
{
	color: #000;
	text-decoration: none;
}

.baseline a:hover
{
	color: #4F4F4F;
	text-decoration: underline;
}