/* Tochter CSS-Dateien */
@import url(typography.css);
@import url(subnavi.css);
@import url(special-buttons.css);
@import url(lists.css);
@import url(tt_news.css);
@import url(tt_news_events.css);
@import url(start.css);
@import url(ausvorbesitz.css);


/* 
#B40000	Mertel Rot
#DD0000	red Link hover
#960000 red Link norm
#7B001C red Link norm
#CCCCCC	grey1
#999999	grey2 - Bildrahmen
#666666	grey3
#333333	grey4

#D7D5D5 grey - Background Spalte links
#ABABAB grey - Kontur links Spalte links
#3F3F3F grey - Kontur Ansprechpartner
*/

/* ### MAIN ### */
body {
	font: 12px Lucida Sans, Verdana, Helvetica, sans-serif;
	line-height: 1.3 em;
	font-weight: normal;
	color: #333;
	margin: 20px 0px;
	height: 101%;
	text-align: center;
	background: #eff0f1 none repeat scroll 0 0;
}

img {
	border: 0px;
}

a { 
	background:transparent;
	text-decoration: none;
	cursor: pointer;
	border: none;
}

a:link,
a:visited { color: #7B001C; } 
a:hover { color:#EA0000; } 
a:active { color:#B40000; } 

/* ### LAYOUT ### */
#wrap {
	margin: 0px auto;
	overflow: hidden;
	text-align: left;
	width: 960px;
}

#header {
	height: 99px;
	width: 960px;
	align: center;
}

#main-navi {
	height: 40px;
	width: 960px;
	padding-bottom: 10px;
}

/* NAVI */
#main-navi a {
	float: left;
	height: 40px;
	color: #CC0000; /* OM Korrektur */
	/* color: transparent; */ /* OM Korrektur */
	font-size: 4px; /* OM Korrektur */
	line-height: 4px; /* OM Korrektur */
}

#main-navi a#home:link,
#main-navi a#home:visited {
	background: url(../images/Main-Nav-1-Home-Stripe.gif) no-repeat;
	background-position: 100% 0%;
	width: 90px;
}

#main-navi a#nw:link,
#main-navi a#nw:visited {
	background: url(../images/Main-Nav-2-NW-Sprite.gif) no-repeat;
	background-position: 100% 0%;
	width: 154px;
}

#main-navi a#gw:link,
#main-navi a#gw:visited {
	background: url(../images/Main-Nav-3-GW-Sprite.gif) no-repeat;
	background-position: 100% 0%;
	width: 134px;
}

#main-navi a#service:link,
#main-navi a#service:visited {
	background: url(../images/Main-Nav-4-Service-Sprite.gif) no-repeat;
	background-position: 100% 0%;
	width: 83px;
}

#main-navi a#store:link,
#main-navi a#store:visited {
	background: url(../images/Main-Nav-5-Store-Sprite.gif) no-repeat;
	background-position: 100% 0%;
	width: 69px;
}

#main-navi a#news:link,
#main-navi a#news:visited {
	background: url(../images/Main-Nav-6-News-Sprite.gif) no-repeat;
	background-position: 100% 0%;
	width: 135px;
}

#main-navi a#ansprechpartner:link,
#main-navi a#ansprechpartner:visited {
	background: url(../images/Main-Nav-7-Ansprechpartner-Sprite.gif) no-repeat;
	background-position: 100% 0%;
	width: 154px;
}

#main-navi a#unternehmen:link,
#main-navi a#unternehmen:visited {
	background: url(../images/Main-Nav-8-Unternehmen-Sprite.gif) no-repeat;
	background-position: 100% 0%;
	width: 141px;
}

#main-navi a:hover {
	background-position: 100% 50% !important;
}

#main-navi a.act:link,
#main-navi a.act:visited {
	background-position: 100% 100% !important;
	color: #450000; /* OM Korrektur */
	color: transparent; /* OM Korrektur */
}

#body-top {
	background: url(../images/Body-Header-2.gif) no-repeat;
	margin-top: 10px;
	height: 10px;
	width: 960px;
}

#body-middle {
	float: left;
	background: url(../images/Body-BG.gif);
	width: 960px;
}

#content-left {
	float: left;
	background: url(../images/Body-Left-BG.gif);
	height: 100%;
	width: 300px;
}

#promo-area-left {
	margin-top: 20px;
	width: 300px;
}
/* ######### */
/* Content-Rahmen normale Spalte */

div.frame-content-grey-background {
	background-color: #F0F0F0; /* Background in Grau */
	padding: 0px 10px 0px 10px; /* Abstand nach innen */
	margin: 5px 0px 5px 0px; /* Abstand nach Aussen */
	width: 100%;
	overflow: hidden;
	}
div.frame-content-grey-background h5 {
	background-color: #F0F0F0; /* Background in Grau */
	margin: 10px 0px 10px 0px; /* Abstand nach Aussen */
	padding: 0em;
	line-height: 120%;
	font-weight: bold;
	text-align: center;
	}
	
div.frame-content-micn-red {
	border: 1px solid #B40000; /* Kontur in MICN-Rot */
	padding: 0px 10px 0px 10px; /* Abstand nach innen */
	margin: 10px 0px 10px 0px; /* Abstand nach Aussen */
	width: 100%;
	overflow: hidden;
	}

/* Content-Rahmen linke Spalte */
div.frame-left-red-head,
div.frame-left-red-head-font {
	background: url(../images/box-linke-spalte/box-ls-bg-footer-280x900.gif) no-repeat bottom;
	margin: 0px 10px 10px 10px;
	width: 280px;
	overflow: hidden;
}

div.frame-left-red-head div.csc-header {
	background: url(../images/box-linke-spalte/box-ls-bg-head-280x10.gif) no-repeat;
	padding-top: 10px;
	height: 10px:
	width: 280px;
}

div.frame-left-red-head h1 {
	background: none;
	padding: 0px 10px;
	border: none;
	width: 260px;
	font-size: 150%;
}

div.frame-left-red-head div.csc-textpic-text h1,
div.frame-left-red-head-font div.csc-textpic-text h1 {
	padding: 8px 0px 0px;
	margin-bottom: -10px;
}

div.frame-left-red-head-font div.csc-header-n1 h1 a,
div.frame-left-red-head-font div.csc-header-n2 h1 a,
div.frame-left-red-head-font div.csc-header-n3 h1 a { 
	color: #FFFFFF; } 
	
div.frame-left-red-head div.csc-textpic-text,
div.frame-left-red-head-font div.csc-textpic-text {
	padding: 0px 15px 15px 15px;
	margin-bottom: 20px;
}

/* ### Content Box 2 ### */
div.frame-left-red-head-font div.csc-header {
	background: url(../images/box-linke-spalte/box-ls-bg-head-280x45.gif) no-repeat;
	padding-top: 10px;
	height: 45px:
	width: 280px;
	margin-bottom: 0px;
}

div.frame-left-red-head-font h1 {
	background: none;
	padding: 0px 15px 6px 15px;
	border: none;
	width: 260px;
	font-family: verdana;
	font-size: 13px;
	line-height: 16px;
	color: #FFFFFF;
	margin-bottom: 0px;
}

/* ### Content Box 3 Rennkalender auf der Startseite ### */
div.frame-left-nohead  {
	background: none;
	padding: 0 10px;
	width: 260px;
	margin-bottom: 0px;
}

div.frame-left-nohead div.csc-header {
	background: none;
	padding: 0 4px;
	padding-top: 0px;
	/* height: 45px: */
	/* width: 260px; */
	margin-bottom: 0px;
}

div.frame-left-nohead h1 {
	background: none;
	padding: 0px 0px 6px 0px;
	margin-left: 0px;
	border: none;
	width: 260px;
	font-family: verdana;
	font-size: 13px;
	line-height: 16px;
	color: #FFFFFF;
	margin-bottom: 0px;
}




#content-right {
	float: left;
	background: #FFFFFF;
	/* border-right: 1px solid #000000; */
	padding-left: 40px;
	padding-right: 39px;
	padding-bottom: 60px;
	width: 580px;
}

#header-promo {
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
	width: 960px;
}


#body-bottom {
	clear: left;
	background: url(../images/Body-Bottom-2.gif) no-repeat;
	/*background: url(../images/Body-Bottom.jpg) no-repeat;*/
	height: 10px;
	width: 960px;
}

#footer-promo {
	margin-top: 20px;
	height: auto;
	/* height: 82px; */
	width: 960px;
}


#footer-subnavi {
	clear: left;
	float: left;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	width: 960px;
	border-bottom: 1px solid #e1e2e2;
	height: 80px;
}

/* Footer - Bookmarks + Facebook */
div.footer-box-left {
	float: left;
	margin-top: 5px;
	margin: 0 10px;
	margin-left: 0px;
	width: 340px;
	padding-top: 6px;
}


/* Footer - Boxen um die Elemente Bookmarks und Facebook */
div.box-facebook_button {
	padding-bottom: 10px;
}

div.box-bookmarks {
	padding-bottom: 10px;
}



/* Footer - Subnavi 1 */
div.footer-box-center {
	float: left;
	margin: 0 10px;
	width: 280px;
	line-height: 12px;
	padding: 0px;
}

/* Footer - Subnavi 2 */
div.footer-box-right {
	float: right;
	text-align: left;
	margin-left: 10px;
	margin-right: 0px;
	padding: 0px;
	width: 280px;
	line-height: 12px;
}

#subnavi-footer-outside {
	font-size: 9px;
	line-height: 12px;
	letter-spacing: 0.05ex;
	color: #5e5e5e; /* Legt die Farbe der Trennzeichen fest. */
}



#footer-adress-copyright {
	margin-top: 10px;
	padding-top: 0px;
	width: 960px;
}

#footer-adress {
	margin-top: 10px;
	width: 690px;
	color: #5e5e5e;
	float: left; 
}

#footer-copyright {
	margin-top: 10px;
	width: 270px;
	color: #5e5e5e;
	float: right;
	text-align: right;
}

#footer-publisherlink {
	width: 960px;
}

#footer-publisherlink-text {
	padding-top: 20px;
	width: 960px;
	color: #999999;
	font-size: 10px;
	/* color: #5e5e5e; */
	float: left;
	text-align: center;
}

#footer-publisherlink-text a:link {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	border: none;
}

#footer-publisherlink-text a:hover {
	color: #E60003;
	text-decoration: none;
	cursor: pointer;
	border: none;
}

/* Nachkorrektur fuer den Rennkalender in der linken Spalte */
#div_805 table {
	margin: 5px 5px 10px 5px;
	width: 270px;
}

/* Nachkorrektur fuer den Drivers Standing in der linken Spalte */
#div_809 table {
	margin: 5px 5px 10px 5px;
	width: 270px;
	/*line-height: 14px;*/
}

/* Nachkorrektur fuer die Constructor Standings in der linken Spalte */
#div_821 table {
	margin: 5px 5px 10px 5px;
	width: 270px;
}

/* Nachkorrektur fuer den Eventplaner von Sommer in der City und tt_news_events */
.event-list-item h6 {
	clear: both;
	padding-top: 0px;
	margin-top: 0px;
	font-color: #7B001C;
	font-size: 12px;
	/* line-height: 16px; */
}

.event-list-item p {
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 86px;
	font-size: 10px;
	line-height: 11px;
}


