/*  =========================================================
HWA AG
Datei: styles354.css
Media: screen, projection 

Datum: 29. März 2007
Autor: Simon Kemmerling 
Web:   http://www.agentur-brandung.de
========================================================== */

/* ===============================

   =1. ALLGEMEINE SELEKTOREN 

=============================== */

* {
	padding: 0;
	margin: 0;
}

body {
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #666;
	background: #ffffff;
}


/* ===============================
   =Block-Elemente 
=============================== */
h1 span, h2 span {
	display: none;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #00ab39;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #00ab39;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #00ab39;
}

h4 {
	font-size: 11px;
	font-weight: bold;
}

img {border: none;}

p, 
ul, 
ol {
	margin: 0 0 1em 0;
}

li {
	list-style: none;
}

address {

}

/* ===============================
   =Inline-Elemente 
=============================== */

strong {
	font-weight: bold;
}

a:link 						{ color: #00ab39; text-decoration: none; }
a:visited 				{ color: #00ab39; text-decoration: none; }
a:hover 					{ text-decoration: underline; }
a:active 					{ color: #00ab39; text-decoration: none; }


/* ===============================
   =Classen
=============================== */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clearContent {
	clear: both;
	height: 9px;
}

.rightText {
	text-align: right;
}

.date {
	font-size: 10px;
}

.liniePoint {
	clear: both;
	background: url(../images/punktlinie.gif) repeat-x top left;
	height: 9px;
}

.liniePointSmall {
	clear: both;
	background: url(../images/punktlinie_klein.gif) repeat-x top left;
	height: 7px;
}

.liniePointSmallRight {
	clear: both;
	background: url(../images/punktlinie_klein.gif) repeat-x top left;
	height: 7px;
	width: 160px;
}

.liniePointContent {
	clear: both;
	background: url(../images/punktlinie_klein.gif) repeat-x top left;
	padding: 3px 0 4px 0;
}

.green {
	color: #00ab39;
}

.bgGreen {
	background: #d0d577;
}

.grey {
	color: #666;
}

/* ========================================

  =2. LAYOUTBEREICHE

========================================= */ 


/* ===============================
   =Wrapper
=============================== */
#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#wrapper.followBG {
	background: #bdbdbd url(../images/bg_follow.gif) repeat-y top center;
}

/* ===============================
   =Header
=============================== */
#hiddenNav {
	display: none;
}

#header_start {
	background: #fff url(../images/header_start.gif) no-repeat top left;
	height: 102px;
}

#header {
	background: #fff url(../images/header_follow.gif) no-repeat top left;
	height: 106px;
}

	#header h1, #header_start h1,
	#header p, #header_start p {
		display: none;
	}

	#header img, #header_start img {
		position: absolute;
		top: 18px; 
	}
	
	/* ===============================
		 =Haupt Navigation
	=============================== */
	#navi {
		margin: 0 0 0 202px;
		padding-top: 56px;
	}
	
		#navi li {
			float:left;
			background: none;
			padding: 0;
		}
	
		#navi li a {
			display:block;
			padding: 3px 8px;
			border-right: 1px solid #fff;
			background: #eeeeee;
			color: #666;
		}
		
		#navi li a:hover,
		#navi li.naviAktiv a {
			background: #00ab39;
			color: #fff;
			text-decoration: none;
		}

/* ===============================
   =Content
=============================== */
#container {
	width: 100%;
	float: left;
	/*background: #000;*/
}

#contentStart {
	background: #fff;
}

	#news {
		float: left;
		background: url(../images/bg_news2.jpg) no-repeat top left;
		height: 321px;
		width: 186px;
		padding-top: 27px;
	}
	
	
	
	.newsBox {
		line-height: 12px;
		color: #333;
		padding: 0 4px 0 4px;
	}
	
	.newsBox a:link, .newsBox a:visited {
		color: #333;
		font-size: 10px;
	}
	
	#newsNavi {
		position: absolute;
		top: 433px;
		width:165px;
		color: #fff;
		text-align: right;
		padding-left: 11px;
	}
	
		#newsNavi a.pfeilLeft {
			color: #fff;
			background: url(../images/pfeil_news_left.gif) no-repeat center left;
			padding-left: 8px;
		}
		#newsNavi a.pfeilRight {
			color: #fff;
			background: url(../images/pfeil_news_right.gif) no-repeat center right;
			padding-right: 8px;
		}
		
/*	.startTeaser {
		width: 300px;
		height: 123px; 
		background: url(../images/bg_startteaser.jpg) no-repeat top left;
		color: #333;
		font-size: 10px;
		float: left;
	}*/

#teaserBox {
	height: 125px;
}
	.startTeaser {
		width: 300px;
		height: 123px; 
		background: url(../images/bg_startteaser.jpg) no-repeat top left;
		color: #333;
		font-size: 10px;
	}

		.teaser01 {
			position: absolute;
			top: 460px;
		}

		.teaser02 {
			position: absolute;
			top: 460px;
			margin-left: 300px;
		}
		.teaser03 {
			position: absolute;
			top: 460px;
			margin-left: 600px;
		}
		
		
		.startTeaser h1 img  {
			float: none;
		}
		
		.startTeaser h4 {
			padding: 10px 0 5px 0;
		}
	
		.startTeaser p {
			margin: 0;
			line-height: 12px;
			height: 37px;
		}

		.startTeaser img {
			padding-left: 1px;
			float: left;
			margin-right: 10px;
		}
		
		.startTeaser div {
			margin-left:266px;
		}

		.startTeaser div img {
			margin-right: 0;
		}
	
#content {
	padding: 20px 23px 0 20px;
	font-size: 12px;
	line-height: 16px;
	width: 509px;
}

	#headPic {
		margin-left: 188px;
	}
	
	#content h2 {
		margin-bottom: 0.3em;
	}

	#content p {
		margin-bottom: 1.4em;
	}
	
	#content li {
		background: url(../images/css354/li_content.gif) no-repeat 5px 3px;
		padding: 0 0 10px 20px;
	}
	
	#content dt img {
		float: left;
		padding-top: 5px;
		padding-right: 12px;
		padding-bottom: 11px;
	}
	
	.spalte {
		width: 242px;
	}
	
		#content h1.pfeilLink {
			background: url(../images/btn_link_pfeil.gif) no-repeat top left;
			padding: 0 0 0 35px;
		}
	
		#content h2.grey {
			margin-bottom: 0;
		}
		
		#content p.subGreenBig {
			color: #00ab39;
			margin-bottom: 5px;
		}
		
		#content .pTeaser {
			margin-bottom: 0px;
		}
	
		#content .boxIr {
			clear: both;
			padding-bottom: 20px;
		}
		
		#content .boxTeaser {
			clear: both;
			font-size: 11px;		}
		
			#content .boxTeaser p {
				line-height: 14px;
				margin-bottom: 0px;
			}
			
			p.teaserText {
				margin-left: 38px;
			}
	
	.boxDownload {
		width: 120px;
		float: left;
		padding-right: 7px;
		padding-bottom: 7px;
	}
	
		#content .boxDownload p{
			margin-bottom: 4px;
		}

		#content .boxDownload span{
			width: 80px;
			float: left;
		}
	
	.boxSponsoren {
		float: left;
		padding-bottom: 7px;
	}
	
	.boxTabelle {
		padding-bottom: 10px;
	}
		
		.boxTabelle div {
			padding: 0 5px;
			margin: 0;
		}
	
		.beschreibung {
			width: 242px;
			float: left;
		}

	.fahrerSteckbrief {
		background: #f7f8e5;
		height: 334px;
	}
	
		#content .fahrerSteckbrief p {
			margin-bottom: 0px;
			padding: 2px;
		}

		.autogramm {
			position: absolute;
			top: 575px;
		}

	.fahrerKarriere ul {
		margin-top: 10px;
	}

		#content .fahrerKarriere li {
			background: url(../images/css354/li_fahrer.gif) no-repeat 5px 4px;
			padding: 0 0 5px 15px;
		}


/* ===============================
   =Spalten-Layout
=============================== */
#leftColumne {
	float:left;
	width: 185px;
	margin-left: -900px;
	margin-right: 3px;
}

#content {
	margin: 0 0 0 0;
}


/* ===============================
   =Footer
=============================== */
#footer {
	clear: both;
	width: 900px;
	height: 25px;
 	background: #fff url(../images/bg_footer.gif) repeat-x bottom left;
	text-align: right;
	padding-top: 29px;
	margin: 0 auto;
}

#footer2 {
	clear: both;
	width: 900px;
	height: 25px;
 	background: url(../images/bg_footer2.gif) no-repeat bottom left;
	text-align: right;
	padding-top: 29px;
	margin: 0 auto;
}

	#footer p, 
	#footer2 p{
		margin: 0 9px 9px 9px;
		font-size: 10px;
	}
	


#kontaktBox {
	background: #f4f4f4;
	padding: 10px;
}

	#kontaktBox p{
		margin-bottom: 4px;
	}
		.adresse span {
			width: 100px;
			float: left;
		}

.adresse input {
	width: 200px;
	border: 1px solid #cdcdcd;
}

.adresse select {
	width: 204px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #cdcdcd;
}

.adresse textarea {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 370px;
	height: 80px;
	border: 1px solid #cdcdcd;
}

/* ========================================

  = TYPO3 Styles Überschreiben

========================================= */ 
DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image {
	DISPLAY: inline; 
	MARGIN-RIGHT: 0px;
}

/* Formular Styles */

.csc-mailform {
	border:hidden;
	background: #f4f4f4;
	padding: 10px;
}

div.csc-mailform-field label {
	width: 100px;
	float: left;
}

div.csc-mailform-field input {
	width: 200px;
	border: 1px solid #cdcdcd;
}

div.csc-mailform-field select {
	width: 204px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #cdcdcd;
}

div.csc-mailform-field textarea {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 370px;
	height: 80px;
	border: 1px solid #cdcdcd;
}

.csc-mailform-submit {
	background: #f4f4f4;
	color:#00ab39;
	font-weight:bold;
	float: right;
	margin-right: 17px;
}

div.csc-mailform-field {
	clear: both;
	margin-bottom: 5px;
}



.tr-odd {
	background: #d0d577;
}

.td-0 {
	width: 75px;
}
