body {
	background-color: #262626;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

#page {
	width: 925px;
}

#head {
	background-image: url(/fileadmin/design/pics/head_new.jpg);
	width: 925px;
	height: 91px;
}

#content {
	width: 925px;
	background-image: url(/fileadmin/design/pics/content_bg.gif);
	background-repeat: repeat-y;
	float: left;
}

/* Start: Navigation */
#nav {
	width: 160px;
	float: left;
}

#nav #feet {
	width: 160px;
}

#nav .nav-title {
	height: 20px;
	background-color: #d50031;
	margin-bottom: 4px;
}

#nav .nav-title .nolink {
	margin-left: 10px;
	padding-top: 4px;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 10px;
}

#nav .element {
	height: 20px;
	margin-left: 10px;
	border-bottom: 1px solid #6c6c6c;
}

#nav .element-act {
	height: 20px;
	margin-left: 10px;
	padding-top: 4px;
	border-bottom: 1px solid #6c6c6c;
}

#nav .element a {
	padding-top: 4px;
	color: #b4b4b4;
	text-decoration: none;
	font-size: 10px;
	line-height: 10px;
	display: block;
}

#nav .element a:hover, #nav .sub .element a:hover {
	color: #FFFFFF;
}

#nav .element-act a {
	padding-top: 4px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	line-height: 10px;
	display: block;
}

#nav .sub {
	margin-left: 10px;
	margin-top: -1px;
	padding-top: 4px;
	border-bottom: 1px solid #6c6c6c;
	background-color: #4d4d4d;
}

#nav .sub .element {
	height: 20px;
	margin-left: 0px;
	border-bottom: none;
}

#nav .sub .element-act {
	height: auto;
	margin-left: 0px;
	border-top: 1px solid #78797b;
	border-bottom: 1px solid #78797b;
	background-color: #636466;
}

#nav .sub .element a {
	padding-top: 4px;
	color: #b4b4b4;
	text-decoration: none;
	font-size: 10px;
	line-height: 10px;
	display: block;
}

#nav .sub .element-act a {
	height: 16px;
	padding-top: 0px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	line-height: 10px;
	display: block;
}

#topnav {
	width: 160px;
	position: absolute;
	margin-top: 14px;
	margin-left: 725px;
	line-height: 12px;
} 

#topnav a {
	color: #b4b4b4;
	text-decoration: none;
	font-size: 10px;
}
/* End: Navigation */

/* Start: Content */
#content{
	height: 450px;
}

#main {
	width: 530px;
	height: 400px;
	float: left;
	margin-top: 16px;
	margin-left: 20px;
	overflow: auto;
}

#main .inhalt{
	width: 500px;
	height: 410px;	
}

#main #breadcrumb {
	font-size: 9px;
	color: #929394;
	margin-bottom: 24px;
}

#main #breadcrumb a {
	color: #929394;
	text-decoration: none;
}

#main h1 {
	margin-top: 0px;
	margin-bottom: 14px;
	font-size: 18px;
	color: #d50031;
}

#main p {
	margin: 0px;
}
/* End: Content */

/* Start: Teaser */
#teaser {
	float: right;
	width: 215px;
	display: none;
}

#teaser .inhalt{
	width: 160px;
	background-color: #4d4d4d;
	
	margin-left: 10px;
	
	padding-top: 40px;
	padding-left: 10px;
	padding-bottom: 40px;
	color: #bab8b8;
	font-weight: bold;

}

#teaser .inhalt h1{
	margin: 0px;
	padding: 0px;
	
	font-size: 14px;
	font-weight: bold;
	
	margin-bottom: 15px;
	color: #d50031;	
}
/* End: Teaser */

/* Start: Footer */
#footer {
	width: 550px;
	clear: both;
	margin-left: 160px;
	padding-top: 10px;
	font-size: 9px;
	line-height: 14px;
	color: #b2b2b2;
}

#footer a {
	text-decoration: none;
	color: #b2b2b2;
}
/* End: Footer */


/*JS*/
#marqueecontainer{
position: relative;
width: 150px; /*marquee width */
height: 250px; /*marquee height */
overflow: hidden;
padding: 2px;
padding-left: 0px;
}
