
/***************************************************************/
/* Lombego Systems, Author: Christian Burger, 2005             */
/*                                                             */ 
/* moobix Stylesheet                                           */ 								
/* Color definition                                            */
/*                                                             */ 
/* START      Light: #D8ECCE | Medium: #AAD594 | Full: #64B23D */
/* BMX        Light: #F8DBBF | Medium: #F0B173 | Full: #E57100 */
/* DIRT       Light: #E0E0E0 | Medium: #BABABA | Full: #828282 */
/* DOWNHILL   Light: #C6DEC0 | Medium: #84B573 | Full: #1D7D03 */
/* MTB        Light: #D8C6C6 | Medium: #AD8484 | Full: #733131 */
/* TRECKING   Light: #C9CBD9 | Medium: #8C8CAD | Full: #292F67 */
/* TRIAL      Light: #FBEEC1 | Medium: #F7DE73 | Full: #F7C621 */
/* RENNRAD    Light: #C8E1E1 | Medium: #86BDBD | Full: #399494 */
/***************************************************************/ 

html, body {
	background-color: #FFF;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 101%;
	text-align: left;/*fuer IE_quirks*/

}

/* mainboxes */
.wrapper {
	background-color: #fff;
      position: absolute;
      left: 50%;
      top: 50%;
      width: 990px;
      height: 570px;
      margin-left: -495px; /* half of width */
      margin-top: -285px;  /* half of height */

}

.invis {
	display: none
}


/***********************************************/
/* Main Content                                */
/***********************************************/ 

.content {
	background-color: #fff;
	color: #000;
}

.movie {
	background-color: #fff;
	width: 990px;
	font-size: 11px;	
}

.deeplinks{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #932727;
	text-align:right;
	margin-right: 40px;
	font-weight:bold;
}

.deeplinks a{
	color: #932727;
	font-size: 14px;
	text-decoration: none;
}

.deeplinks a:hover{
	color: #666666;
	font-size: 14px;
	text-decoration: none;
}

/***********************************************/
/* Footer                                      */
/***********************************************/ 

.container_footer {
	color: #c0c0c0;

	width: 910px;
	height: 17px;
	text-align: center;
	margin-top: 20px;
	padding-left: 40px; 
	padding-right: 40px;
	float: left;
}

.footer_content {
	vertical-align: middle;
	font-size: 10px;
	float: left;
	padding-left: 0px;
	padding-top: 2px;
}

.footer_content a {
	color: #c0c0c0;
	font-size: 10px;
	text-decoration: none;
	padding-top: 2px;
}


.footer_links {
	float: right;
}

.footer_links a {
	color: #c0c0c0;
	font-size: 10px;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 8px;
	padding-top: 2px;
	float: left;
}

.container_footer a:hover {
	text-decoration: underline;
}

/*
	teaser_tags für SEO auf Startseite @ls Edit by papenroth 10.03.2010
*/

.teaser_tags{
	text-align: left!important;
	padding: 20px 40px 0px 40px;
	width: 910px;
	font-size: 10px;
	line-height: 10px;
	color: #C0C0C0;
	float: left;
}

.teaser_tags h1, .teaser_tags h2, .teaser_tags h3, .teaser_tags h1 a:link, .teaser_tags h2 a:link, .teaser_tags h3 a:link, .teaser_tags h1 a:visited, .teaser_tags h2 a:visited, .teaser_tags h3 a:visited, .teaser_tags a:link, .teaser_tags a:visited{
	font-size: 10px;
	line-height: 20px;
	padding: 0px 10px 0px 0px;
	display: block;
	float: left;
	margin: 0px;
	color: #C0C0C0;
	text-decoration: none;	
	font-weight: normal;
}

.teaser_tags h1 a:hover, .teaser_tags h2 a:hover, .teaser_tags h3 a:hover, .teaser_tags a:hover, .teaser_tags a:hover{
	text-decoration: underline;
}

.teaser_tags h1 a:link, .teaser_tags h2 a:link, .teaser_tags h3 a:link, .teaser_tags h1 a:visited, .teaser_tags h2 a:visited, .teaser_tags h3 a:visited, .teaser_tags a:link, .teaser_tags a:visited{
	padding: 0px;
}


