*{margin:0; padding:0}
html{
	padding:0; 
	margin:0; 
	border:0;
}

body {
	font-size:11px;
	background: #000 url(/shared/layout/bg.gif) repeat-x fixed top;
	font-family: Arial, Verdana,Helvetica,sans-serif;
	line-height: 15px;
	height: 100%;
	color: #f7f7f7;
}
h1, h2, h3, h4 {
	color: #f7f7f7;
}
h1 {
	font-size: 20px;
	margin: 30px 0 8px 0;
}
h2 {
	font-size: 18px;
	margin: 20px 0 10px 0;
}

h3 {
	font-size: 16px;
}

#banner_top {
	position:fixed;z-index:10000; width: 971px; left: 50%;margin-left: -485px;
}

#banner_right {
	position:fixed;z-index:10001; width: 160px; height: 600px; left: 50%; margin-left: 485px;
}

/*********************************/
/* CONTAINER ********************/
/*******************************/
#container {
	position: absolute;
	margin-left: -485px;
	left: 50%;
	width: 971px;
	bottom: 0;
	top: 0;
	margin: 90px 0 0 -485px;
	/*background: #181818 url(/shared/layout/background.gif) repeat;*/
	z-index: 190;
}
#background {
	position: fixed;
	margin-left: -485px;
	left: 50%;
	width: 971px;
	background: #181818 url(/shared/layout/background.gif) repeat fixed;
	height: 100%;
	z-index: 80;
}
#shadow {
	position: fixed;
	margin-left: -550px;
	left: 50%;
	width: 1100px;
	background: transparent url(/shared/layout/shadow.png) repeat-y center;
	height: 100%;
	z-index: 70;
}
/*********************************/
/* HEADER ***********************/
/*******************************/
#header {
	height: 90px;
	background: transparent url(/shared/layout/background_header.gif) repeat;
	position: fixed;
	margin-left: -485px;
	left: 50%;
	width: 971px;
	/*background: #f7f7f7;*/
	z-index: 210;
}
#header img {
	margin: 0 0 0 0;
	float: right;
}
/*********************************/
/* LEFT *************************/
/*******************************/
div.left {
	position: absolute;
	margin-left: -485px;
	left: 50%;
	z-index: 200;
	top: 90px;
/*	top: 90px;
	bottom: 0;
	display: block;
	height: 150px;
	width: 242px;
	float: left;
*/
}
div.player {
	float: left;
	margin: 10px 10px 0 10px;
}
div.left h2 {
	margin: 30px 0 0 20px;
	width: 220px;
	line-height: 1;
}
/*********************************/
/* CONTENT **********************/
/*******************************/
#content {
	width: 971px;
	position: absolute;
	float:left;
	margin: 0 0 0 0;
	z-index: 90;
	display: block;
	bottom: 0px;
	top: 0px;
}

#content div.center h2 {
	clear: both;
}

#content div.center h3, div.top h3 {
	color: #fff;
	margin: 0 0 15px 0;
	clear: both;
	padding: 0 0 0 0;
}


#content div.center p.introduction {
	font-weight: normal;
	margin: 0 0 18px 0;
	font-size: 14px;
	line-height: 18px;
}

#content div p.text {
	margin: 0 0 15px 0;
	line-height: 18px;
}

#content div.center ul {
	list-style: disc;
	margin: 0 0 15px 0;
	padding: 0 0 15px 20px;
}

#content div.center ul.linklist {
	list-style: none;
	padding: 0 0 15px 0;
}

#content div.center ul li {
	
}

#content div.center .mailto {
	font-weight: bold;
}

#content .teaser img {
	float: left;
	margin: 1px 14px 0 0;
}

#content .teaser {
	margin: 0 0 30px 0;
	float: left;
	width: 460px;
}

#content .teaser p {
	margin: 0 0 0 159px;
}

#content dl {
	margin:0 0 20px 0;
}

#content dt {
	color: #fff;
	margin:0 0 0 0;
}

#content dd {
	color: #fff;
}

/* Teamlist */

#content dl.teamlist {
	float: left;
	margin: 0;
}

#content dl.teamlist dt {
	float: left;
	width: 190px;
	height: 179px;
	background: transparent url(/shared/layout/dotted_line.png) repeat-x scroll left bottom;
}

#content dl.teamlist dd {
	float: left;
	width: 190px;
	height: 179px;
	padding: 0 15px 0 15px;
	display: block;
	margin: 0 0 15px 0;
	background: transparent url(/shared/layout/dotted_line.png) repeat-x scroll left bottom;
}

#content dl.teamlist dt.last, #content dl.teamlist dd.last {
	background: none;
}

/*********************************/
/* TOP **************************/
/*******************************/
#content div.top {
	display: block;
	width: 703px;
	padding: 0 0 0 24px;
	float: left;
	display: inline;
	margin: 0 0 0 242px;
}

/*********************************/
/* MENUE ************************/
/*******************************/

div.left ul {
	list-style-type: none;
	margin: 0 0 0 0;
	width: 240px;
	padding: 0 0 2px 0;
	font-size: 11px;
	background: transparent url(/shared/layout/navigation_bg.gif) no-repeat 20px bottom;
}
div.left ul li {
	
}
div.left ul li a {
	/*widht: 220px;*/
	display: block;
	font-weight: normal;
	padding: 6px 12px;
	margin: 0 0 0 20px;
	background: transparent url(/shared/layout/navigation_bg.gif) no-repeat 0px top;
	/*filter:alpha(opacity=60); -moz-opacity: 0.60; opacity: 0.60;*/
	color: #ccc;
}

div.left ul li a.active {
	background: transparent url(/shared/layout/navigation_bg.gif) no-repeat 0px top;
	font-weight: bold;
	color: #ffffff;
}

div.left ul li a:hover {
	background: transparent url(/shared/layout/navigation_bg.gif) no-repeat 0px top;
	color: #f7f7f7;
}

div.left ul li ul {
	position: relative;
	background: none;
}

/*
div.left ul li ul li.last {
	background: transparent url(/shared/layout/navigation_bg.gif) no-repeat 20px bottom;
	padding: 0 0 6px 0;
	margin: 0 0 4px 0;
}
*/

div.left ul li ul li a, div.left ul li ul li a.active {
	background: transparent url(/shared/layout/navigation_bg.gif) no-repeat -220px -30px;
	padding: 6px 12px;
	border-top: 1px dotted #818181;
}
div.left ul li ul li a:hover {
	background: transparent url(/shared/layout/navigation_bg.gif) no-repeat -220px -30px;
}

div.left ul li ul li ul li a, div.left ul li ul li ul li a.active {
	background: transparent url(/shared/layout/navigation_bg.gif) no-repeat -440px -30px;
	padding: 4px 22px;
}
div.left ul li ul li ul li a:hover {
	background: transparent url(/shared/layout/navigation_bg.gif) no-repeat -440px -30px;
}

.content_table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 462px;
	font-size: 11px;
	margin: 0 0 30px 0;

	border: 1px solid #454545;
}

.content_table td {
	width: 231px;
	vertical-align: text-top;
	padding: 8px 10px 8px 20px;
	background-color: #333;

	border-bottom: 1px solid #454545;
}


.content_table td.alt {
	background-color: #454545;
}


/*

div.left ul.start {
	margin: 0px 0 0 0;
	position: absolute;
	top: 91px;
	width: 242px;
}

div.left ul.start li a {
	widht: 242px;
	height: 21px;
	display: block;
	padding: 7px 0 0 12px;
	background: transparent url(/shared/layout/navigation_bg.gif) no-repeat -1452px top;
}

div.left ul.start li a.active {
	font-weight: bold;
	padding: 7px 0 0 12px;
	background: transparent url(/shared/layout/navigation_bg.gif) no-repeat -1694px top;
}

div.left ul.start li a:hover {
	background: transparent url(/shared/layout/navigation_bg.gif) no-repeat -1694px top;
	color: #f7f7f7;
}

div.left ul li ul {
	padding: 3px 0 0 0;
	margin: 0 0 9px 0;
	background: transparent url(/shared/layout/navigation_bg.gif) no-repeat 0px top;
}

div.left ul li ul li {
	background: transparent url(/shared/layout/navigation_bg.gif) no-repeat -968px top;
}

div.left ul li ul li a {
	background: none;
	height: 15px;
	padding: 4px 0 5px 12px;
}

div.left ul li ul li a.first, div.left ul li ul li a.first:hover {
	background: none;
}

div.left ul li ul li a:hover, div.left ul li ul li a.active {
	background: none;
	color: #cecece;
	font-weight: normal;
	padding: 4px 0 5px 12px;
}

div.left ul li ul li a, div.left ul li ul li.last a, div.left ul li ul li.last a:hover {
	background: transparent url(/shared/layout/navigation_bg.gif) no-repeat -968px top;
}

div.left ul li ul li.last {
	background: transparent url(/shared/layout/navigation_bg.gif) no-repeat -726px bottom;
	padding: 0 0 4px 0;
}

div.left ul li ul li ul {
	padding: 0;
	margin: 0;
}

div.left ul li ul li ul li {

}

div.left ul li ul li ul li a {
	padding: 5px 12px 4px 32px;
	background: transparent url(/shared/layout/navigation_bg.gif) no-repeat -968px top;
}

div.left ul li ul li ul li a.active, div.left ul li ul li ul li a.active:hover {
	padding: 5px 12px 4px 32px;
	background: transparent url(/shared/layout/navigation_bg.gif) no-repeat -1936px top;
	color: #f7f7f7;
}

div.left ul li ul li ul li a:hover {
	padding: 5px 12px 4px 32px

}

*/

/*********************************/
/* DRUCKEN **********************/
/*******************************/
#content div.center ul.content_footer {
	width: 462px;
	height: 20px;
	padding: 6px 0 0 0;
	margin: 30px 0 0 0;
	clear: both;
	display: block;
	list-style: none;
	border-top: 1px dotted #666;
}

#content div.center ul.content_footer li {
	padding: 0 0 0 17px;
	margin: 0 0 0 15px;
	float: right;
}

#content div.center ul.content_footer li a {
	padding: 0 0 0 15px;
}

/*********************************/
/* CENTER ***********************/
/*******************************/
#content div.center {
	display: inline;
	width: 462px;
	line-height: 15px;
	margin: 0 39px 0 242px;
	padding: 0 0 55px 24px;
	float: left;
}
/*********************************/
/* RIGHT ************************/
/*******************************/
#content div.right {
	line-height: 15px;
	padding: 0 0 55px 0;
	width: 203px;
	float: left;
	/*
	display: block;
	width: 242px;
	margin: 22px 0 0 0;
	*/
}

#content div.right h3 {
	color: #fff;
	margin: 0 15px 5px 0;
	padding: 10px 0 6px 0;
	font-size: 16px;
}

#content div.right p {
	color: #fff;
	margin: 15px 15px 0 0;
	text-align: left;
}

#content div.right ul {
	margin: 10px 15px 0 20px;
}

#content div.box h3, #content div.box p {
	padding: 10px 10px 0 10px;
	background: none;
}

#content hr {
	border: none;
	border-bottom: 1px dotted #666;
	background-color: transparent;
	height: 1px;
	margin: 10px 0 0 0;
	clear: both;
}

#content div.box hr {
	border: none;
	border-bottom: 1px dotted #666;
	background-color: transparent;
	height: 1px;
	margin: 10px 0 0 0;
}

#content div.box a {
	margin: 0 0 2px 0;
}

#content div.box a:hover {
	color: #fff;
}

#content div.box span.top {
	display: block;
	width: 189px;
	height: 4px;
	background: url(/shared/layout/form_edges_narrow.gif) repeat-y left top;
}

#content div.box span.middle {
	display: block;
	width: 189px;
	background: url(/shared/layout/form_bg_narrow.gif) repeat-y left top;
	padding: 0 0 20px 0;
}

#content div.box span.bottom {
	display: block;
	width: 189px;
	height: 4px;
	background: url(/shared/layout/form_edges_narrow.gif) repeat-y left bottom;

}
/*********************************/
/* FOOTER ***********************/
/*******************************/
#footer {
	position: fixed;
}

#footer {
	position: fixed;
	bottom: 0px;
	margin-left: -485px;
	left: 50%;
	width: 961px;
	height: 30px;
	color: #ccc;
	background: #181818 url(/shared/layout/background_footer.gif) repeat;
	/*background: transparent url(/shared/layout/bg_main.png) repeat scroll center center;*/
	/*background: #f7f7f7;*/
	padding: 20px 0 0 10px;
	/*border-top: 1px dotted #666;
	border-top: 1px dotted #f7f7f7;
	border-top: 1px solid #181818; */
	z-index: 200;
	
}

#footer .first_line {
	/*
	background: url(/shared/layout/bg_functions.png);
	background: red;
	width: 971px;
	*/
	height: 23px;
}

#footer .first_line ul {
	float: left;
	display: inline;
	width: 500px;
	height: 23px;
	margin: 0 0 0 12px;
}

#footer .first_line ul li {
	float: left;
	list-style: none;
	margin: 3px 20px 0 0;
	display: inline;
}

#footer .first_line span {
	float: right;
	margin: 3px 12px 0 0;
}
/*********************************/
/* LINKS ************************/
/*******************************/
a {
	text-decoration:none;
	color: #ccc;
}

a img {
	border:none;
}
a:hover, a:focus  {
	color: #fff;
}

a.link {
	color: #f7f7f7;
	padding: 0 0 0 15px;
	margin: 0;
	background: url(/shared/layout/link_arrows.gif) no-repeat 0px 3px;
	display: inline;
}

.back{
	color: #CBCBCB;
	padding: 0 0 0 15px;
	margin: 0;
	background: url(/shared/layout/link_arrows2.gif) no-repeat 0px 3px;
	display: block;
}

a.link:hover, a.link:focus {
	color: #CBCBCB;
}

a.print, a.print:focus {
	color: #CBCBCB;
	padding: 0 0 0 20px;
	margin: 0;
	background: url(/shared/layout/sprite_icons.gif) no-repeat 0 -45px;
	display: block;
}

a.print:hover {
	color: #f7f7f7;
}

/*********************************/
/* BREADCRUMB *******************/
/*******************************/
ul.breadcrumb {
	width: 689px;
	list-style: none;
	float: left;
	border-bottom: 1px dotted #666;
	text-transform: uppercase;
}

ul.breadcrumb li {
	display: inline;

}
ul.breadcrumb li a {
	float: left;
	list-style: none;
	padding: 4px 24px 4px 12px;
	background: url(/shared/layout/breadcrumb_trenner.gif) no-repeat right 1px;
}
ul.breadcrumb li span {
	float: left;
	list-style: none;
	padding: 4px 24px 4px 12px;
	background: none;
}

ul.breadcrumb li a.last {
	background: none;
}

ul.breadcrumb li a:hover {
	padding: 4px 24px 4px 12px;
	background-color: transparent;
	color: #999;
}

ul.breadcrumb li:hover {
	background: none;
	border-top: none;
}
/*********************************/
/* FAHRZEUGSUCHE ****************/
/*******************************/
#content div.form {
	display: block;
	width: 462px;
	margin: 0;
}

#content form {
	display: block;
	width: 462px;
}

#content form p {
	width: 442px;
	margin: 0 0 15px 0;
	clear: both;
}

#content form p.info {
	margin: 0 0 0 146px;
	width: 200px;
}

#content span.top {
	display: block;
	width: 462px;
	height: 12px;
	background: url(/shared/layout/form_edges.gif) no-repeat left top;
}

#content span.middle {
	display: block;
	width: 462px;
	background: url(/shared/layout/form_bg.gif) repeat-y left top;
}

#content span.bottom {
	display: block;
	width: 462px;
	height: 4px;
	background: url(/shared/layout/form_edges.gif) no-repeat left bottom;
	margin: 0 0 7px 0;
}

#content fieldset {
	padding: 0 0 20px 10px;
}

#content fieldset, #content textarea, #content input, #content select {
	border: none;
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
}

#content textarea {
	width: 180px;
	padding: 1px 1px 2px 1px;
	margin: 2px;
	width: 331px;
	
}

#content div.row {
	display: block;
	width: 440px;
	margin: 0 0 15px 0;
	float: left;
}

#content label {
	width: 135px;
	height: 15px;
	float: left;
	padding: 2px 10px 3px 0;
	font-weight: bold;
}

#content label.radio {
	width: auto;
	height: 15px;
	float: left;
	padding: 2px 20px 3px 5px;
	font-weight: normal;
}

#content label.check {
	width: auto;
	height: 15px;
	float: none;
	padding: 2px 20px 3px 5px;
	font-weight: normal;
}

#content input {
	width: 180px;
	height: 14px;
	float: left;
	padding: 1px 1px 2px 1px;
	margin: 2px;
	border: none;
}

#content input.radio {
	width: 13px;
	height: 14px;
	padding: 0;
	margin: 3px 3px 0 5px;
}

#content input.check {
	width: 13px;
	padding: 0;
	margin: 3px 3px 3px 5px;
	float: none;
}

#content input.word {
	width: 138px;
}

#content input.number {
	width: 35px;
}

#content select {
	width: 184px;
	height: 14px;
	border: none;
}

#content .button_div{
	width: 462px;
	height: 21px;
	padding: 0;
	margin: 10px 0 0 0;
	clear: both;
	display: block;
}

#content a.button {
	height: 21px;
	font-size:11px;
	background: url(/shared/layout/bg_btn.gif) no-repeat left top;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	float: right;
	padding: 0 0 0 18px;
	margin: 0 3px 0 0;
}

#content form a.button:hover {
	padding: 0 0 0 18px;
	margin: 0 3px 0 0;
}


#content a.button span {
	padding: 2px 0 0 0;
	height: 21px;
	display: block;
	float: left;
}
#content a.button div {
	position: relative;
	left: 3px;
	height: 21px;
	width: 36px;
	display: block;
	float: left;
	background: url(/shared/layout/bg_btn.gif) no-repeat right top;
}

/*
#content a.button div {
	height: 21px;
	width: 36px;
	display: block;
	float: right;
	background: url(/shared/layout/bg_btn.gif) no-repeat right top;
}
*/
/*****************************************************************************************/
/* Formular Ende																		*/
/***************************************************************************************/

/*****************************************************************************************/
/* Eventgalerie Start																	*/
/***************************************************************************************/
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
div.top p {
	margin: 10px 0 20px 0;
	width: 476px;
}
.images_big img {
	display: none;
	margin: 0 0 6px 0;
}
.images_small {
	float: left;
}
.images_small img {
	cursor: pointer;
	margin: 0 4px 4px 0;
}
.content_container {
	width: 420px;
	height: 280px;
	float: left;
	border: 1px solid #ccc;
	/*
	padding:0 0 20px 0;
	*/
	margin: 0 0 20px 0;
}
.teaserblock {
	background: transparent url(/shared/layout/bg_scrollable.png) no-repeat;
	float: left;
	margin: 0 0 20px 0;
}
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 584px;
	height:100px;

	/* custom decorations */
	border:1px solid #333;
	background:url(/shared/layout/h300.png) repeat-x;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:620px;
}

/* single scrollable item */
.scrollable .items div div {
	float:left;
	margin:8px 0px 10px 16px;
	background-color:#fff;
	padding:2px;
	border:1px solid #333;
	width:120px;
	height:80px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background: #333 url(/shared/layout/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:100px;
	float:left;
	margin:0;
	cursor:pointer;
	font-size:1px;
	border: 1px solid #333;
}


/* right */
a.right 			{ background-position: 0 -100px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -100px; }
a.right:active	 	{ background-position:-60px -100px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  		{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(/shared/layout/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -120px; }
a.down:hover  		{ background-position:-30px -120px; }
a.down:active  		{ background-position:-60px -120px; } 


/* disabled navigational button */

a.disabled {
	visibility:hidden !important;		
}
.items div div{
margin: 0 4px 0 0;
}
.items div div img{
  cursor:pointer;
}
.alternateHead {
	background-color: #aaaaaa;
	border:none;
}
.alternate1 {
	background-color: #d1d1d1;
	border:none;
}
.alternate2 {
	background-color: #fafafa;
	border:none;
}

#loading
{
	background:url(/shared/layout/ajax-loader.gif) no-repeat;
	height: 32px;
	width: 32px;
	position: relative;
	top: 200px;
	left: 309px;
	z-index:1000000;
	display:none;
}
#video {
	margin: 0;
	height: 433px;
}
#grosses_image
{
	height:433px;
	width:650px;
	background-color: #191919;
}
