body
{
	font-family: arial, sans serif;
	color: #6a6a6a;
	overflow: scroll;
}

a img
{
	border: none;
}

#header
{
	width: 980px;
	height: 400px;
	margin: 0 auto;
	padding-top: 25px;
}

#logo
{
	width: 264px;
	height: 64px;
	float: left;
	margin-left: 40px;
}

ul#navigation
{
	width: 386px;
	height: 23px;
	float: right;
	margin: 40px 38px 0 0;
	list-style-type: none;
}

ul#navigation li.nav
{
	height: 23px;
	text-align: right;
	line-height: 22px;
	float: left;
}

ul#navigation li.nav a
{
	font-size: 0.9em;
	color: #6a6a6a;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
}

ul#navigation li.nav a:hover, ul#navigation li.nav a.active
{
	color: #ffffff;
	background: #e30713;
}


ul#navigation li.spacer
{
	width: 10px;
	float: left;
}

#headergrafik_box
{
	width: 980px;
	height: 370px;
	background: url(../images/header/header_shadow.png) no-repeat;
	margin-top: 57px;
	padding-top: 20px;
}

#slideshow
{
	width: 900px;
	height: 300px;
	overflow: hidden;
	margin-left: 40px;
}

#content{
	width: 940px;
	height: 100%;
	padding: 0 40px 0 0;
}

#section_left
{
	width: 222px;
	height: 345px;
	background: url(../images/infobox_270px.png) 17px -5px no-repeat;
	float: left;
	margin: 10px 50px 0 0;
	padding: 20px 0 0 60px;
}

#section_left ul li.listen
{
    list-style-type: none;
    padding-left: 15px;
    background-image: url(../images/arrow_redgrey.gif);
    background-repeat: no-repeat;
    background-position: left 5px;
}

#main_section
{
	width: 550px;
	float: left;
	padding-top: 20px;
}

ul li.listen
{
    list-style-type: none;
    padding-left: 15px;
    background-image: url(../images/arrow_red.gif);
    background-repeat: no-repeat;
    background-position: left 5px;
}

h1
{
	font-size: 1.7em;
	font-weight: normal;
	color: #e30713;	
}

h2
{
	font-size: 1.3em;
	font-weight: normal;
	color: #e30713;	
}

h3
{
	font-size: 1.0em;
	font-weight: normal;
	color: #e30713;	
}

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

a:hover
{
	color: #6a6a6a;
}

form
{
	width: 400px;
}

input
{
	width: 395px;
}

textarea
{
	width: 400px;
}

input.knopp
{
	width: 75px;
}

label
{
	height: 25px;
	line-height: 25px;
}

.error
{
	font-size: 0.7em;
	color: #e30713;
	margin-top: 5px;
	float: right;
}