@charset "utf-8";
/***
 *Author: Aneta Demerouti
 *Made: 2012
 *Copyright: Uhlekommunikation
 *					
/***
/* CSS Document */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background: #000;
	margin: 0;
	padding: 0;
	color: #740000;
	font-size:12px;
	line-height:18px;
}
ul { 
	padding: 0;
	margin: 0;
}
h1 {
	margin: 10px 0;
	color: #FFF;
	font-size:18px;
	font-family:Verdana, Geneva, sans-serif;
}
#top {margin-top:60px;
	}
h4, h4 a{
	font-size: 10px;
	line-height: 20px;
	color: #FFF;
	padding-bottom: 45px;
}
a img {
	border: none;
}
a{
	color: #FFF;
	text-decoration: none; 
}

a:hover {
	text-decoration: none;
	color: #740000;
}
.container {
	width: 1024px;
	height:690px;
	background: #000;
	margin: 0 auto; 
	background:url(../images/hg.jpg);
}
#header{
	width: 429px;
	height:152px;
	}
#header h1 a{
	width: 429px;
	height:152px;
	display: block;
	text-indent: -8800px;
	background:url(../images/logo.jpg);
}
.sidebar1 {
    margin: 457px 0 0 900px;
    padding-bottom: 10px;
    width: 123px;
}
.content {
    float: left;
    margin-top: 20px;
    padding: 0 50px 20px 20px;
    width: 500px;
}
ul.nav li {
	border-bottom: 1px solid;
	list-style: none;
}
ul.nav a {
    display: block;
    padding: 5px;
    text-decoration: none;
    width: 113px;
}
ul.nav a:hover { 
	background:  #740000;
	color: #FFF;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#count {
		text-align:center;
		padding-top: 1500px;
	}