*
{
	padding:0px;
	margin:0px;
	border:0px;
	text-decoration:none;
	list-style:none;
}
body
{
	font:normal 10px Georgia, serif;
	background:#fff url(img/bg.jpg) top center no-repeat;
	color:#36393D;
}

a, .red
{
	color:#FF1A00;
}
a:hover
{
	border-bottom:1px dotted #ff1a00;
}

h1
{
	font-weight:normal;
	font-size:48px;
	line-height:48px;
	font-family:Arial Black, Helvetica, sans-serif;
	letter-spacing:-3px;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:4px double #eeeeee;
}
h2
{
	font-weight:normal;
	font-size:22px;
	color:#FF1A00;
	margin-bottom:15px;
}

h3
{
	font-size:14px;
	margin-bottom:10px;
}

p
{
	font-size:13px;
	line-height:21px;
	margin-bottom:5px;
}
.lead, .lead p
{
	font-size:14px;
	line-height:23px;
	text-align:left;
}

input
{
	width:98%;
	padding:5px 2px;
	font-size:15px;
	border:1px dotted #cccccc;
	background-color:#FFF;
	font-family:tahoma,verdana,arial,sans-serif;
}
input:hover
{
	border:1px solid #FF1A00;
}


#navigation
{
	margin-bottom:20px;
}
#navigation ul
{
	float:right;
}
#navigation ul li
{
	float:left;
}
#navigation ul li a
{
	display:block;
	text-align:center;
	padding:5px;
	margin-left:5px;
	color:#FFF;
	background-color:#36393D;
	text-transform:uppercase;
	font:normal 11px/11px Arial;
}
#navigation ul li a:hover
{
	color:#FFF;
	background-color:#FF1A00;
	border:0px;
}

#header
{
	border:1px solid #eeeeee;
	height:200px;
	margin-bottom:30px;
	background:#fff url(img/header.gif) top center no-repeat;
}

#footer
{
	width:100%;
	border-top:1px solid #eeeeee;
}
#footer div
{
	padding:10px;
	text-align:right;
	font-size:9px;
}

#maincontent
{
	float:left;
	width:500px;
}
#sidebar
{
	float:right;
	width:200px;
	padding-left:25px;
	border-left:1px solid #eeeeee;
}
#sidebar ul li
{
	padding:15px 0;
	border-bottom:1px solid #eeeeee;
}
#sidebar h2
{
	font-size:14px;
	margin-bottom:0px;
}
#sidebar, #sidebar p
{
	font-size:11px;
	line-height:17px;
}

.sidebar-block
{
	display:block; 
	margin-bottom:10px;
}
.meta
{
	font-size:10px;
	line-height:10px;
	font-style:italic;
}
.center
{
	width:750px;
	margin:0px auto 20px auto;
}
.clear
{
	clear:both;
}
.contentbox
{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #eeeeee;
}
.impressum-open:hover
{
	cursor:pointer;
}
.impressum
{
	display:none;
}
.impressum p
{
	font-size:11px;
}
.infobox
{
	padding:15px;
	margin-bottom:20px;
	border:1px solid #eeeeee;
}
.errormsg {
	color:#FF1A00;
	background-color:#FCEE56;
	font-size:12px;
	padding:2px;
}
.button{
	width:auto;
	font-family:tahoma,verdana,arial,sans-serif;
	text-transform:uppercase;
	font-size:11px;
	
}