@charset "utf-8";
/*

#--------------------------------------------------------#
   
   CSS-Datei für Marc Lieb Webseite © südwild media gmbh
   
#--------------------------------------------------------#


Inhaltsverzeichnis:
---------------------------------------------------------#

	[1].38	Ausgelagerte Dateien

	[2].45 	Farbschema

	[3].58	Elemente zurücksetzen

	[4].80 	Seitenlayout und Maße

	[5].150 	allgemeine Klassen
	[5.1].150		Überschriften
	[5.2].188		Textelemente
	[5.3].203		UL-Listen
	[5.4].219		Tabellen
	[5.5].243		Bilder
	[5.6].257		Formulare
	[5.7].298		Links
	[5.8].426		Navigation
	
	[6].456 	spezifische Content-Klassen
	[6.1].471		Newseinträge auf Startseite und Folgeseiten
	[6.2].507		Rennauto-Sektion
	[6.3].524		Galerien


1. Ausgelagerte Dateien:
---------------------------------------------------------#

	keine vorhanden



2. Farbschema und verwendete Farbwerte:
---------------------------------------------------------#

	#eef0ee		Hellgrau - Seitenhintergrund
	
	#6a6a6a		Dunkelgrau - Text, Links aktiv
	
	#48afea		Hellblau - Links
	
*/



/*	3. Layoutvorgaben des Browsers zuruecksetzen
--------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;  		/* Hier Schriftarten festlegen */
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: inherit;
	background-color: transparent;
	border: none;
}

html { 	text-align: center; 
		background-color:#eef0ee;
		background-image: url(../_img/style/bg_html.jpg);
		background-repeat: repeat-x; }


/*	4. Layout Container
--------------------------------------------------------- */

/*
Geamtbreite 980px;

Header
------------------------------------------
|         | |                            |
|  275px  | |          695px             |
|         | |                            |
------------------------------------------

Content
------------------------------------------
|#mainNav | | #mainContent | | #sponsors |
|  275px  | |    460px     | |   215px   |
|         | |              | |           |
------------------------------------------

*/

body {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	text-align: left;
	color: #6a6a6a;
}

#metaNavi {
	float: right;
	text-align: right;
	font-size: 10px;
	line-height: 25px;
	height: 30px;
}

#header {
	height: 280px;
}

#content {
	width: 980px;
	background-color: #FFFFFF;
	padding-top: 40px;
}

#mainNav {
	width: 275px;
	float: left;
	padding-right: 10px;
}

#mainContent {
	width: 460px;
	float: left;
	padding-right: 20px;
}

#sponsors {
	width: 215px;
	float: left;
}

/*	5.1. Überschriften
--------------------------------------------------------- */

h1 {
	font-size: 1.6 em;
	text-indent: -9999em;
	background-image: url(../_img/style/logo.gif);
	width: 275px;
	height: 240px;
	margin-top: 30px;
	float: left;

}

h2 {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #6a6a6a;
	clear: both;
}

.newseintrag h2 {
	display: inline;
	
}

h3, .h3Head {
	font-size: 1.2 em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h4 {
	font-size: 1.0 em;
	margin-bottom: 5px;
}

h5 {
	font-size: 0.8 em;
}

/*	5.2. Textelemente
--------------------------------------------------------- */

p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 30px;
}

p.leftAbsatz {
	float: left;
	width: 220px;
	margin-right: 10px;
}

/*	5.3. UL-Listen
--------------------------------------------------------- */

#mainContent ul {
	margin-bottom: 30px;
	font-size: 12px;
	line-height: 16px;
}

#mainContent ul li {
	list-style-image:url(../_img/style/listImage.gif);
	margin-left: 30px;
	padding-left: 10px;
	line-height: 16px;
}

/*	5.4. Tabellen
--------------------------------------------------------- */

table {
	margin-bottom: 30px;
}

th {
	background-color: #FFFFFF;
	padding: 10px 0 10px 5px;
	font-weight: bold;
	text-transform:uppercase;
	font-style: italic;
}

td {
	padding: 5px;
}

tr.even, tr.even td {
	background-color: #eef0ee;
}


/*	5.5. Bilder
--------------------------------------------------------- */

img.leftFloatImage {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.imgBorder {
  border: 1px solid #eef0ee;
  margin-right: 10px;
}

/*	5.6. Formulare
--------------------------------------------------------- */

form {
	margin-bottom: 30px;
}

label {
	width: 140px;
	display: block;
	float: left;
	margin-bottom: 10px;
	height: 30px;
	line-height: 30px;
}

input, textarea {
	border: 1px solid #6a6a6a;
	padding: 5px;
	width: 300px;
	margin-bottom: 10px;
	height: 20px;
	font-size: 15px;
	font-family:"Times New Roman", Times, serif;
	color: #999999;
	font-weight: bold;
}

textarea {
	height: 150px;
}

.btnSubmit {
	border: none;
	padding: 0;
	margin: 0;
	width: 120px;
	height: 40px;
	margin-left: 330px;
}

/*	5.7. Links
--------------------------------------------------------- */

a {
	color: #48afea;
	font-weight: bold;
	text-decoration: underline;
}

a:hover, a:active {
	color: #006666;
	text-decoration: none;
}

a.weiterLink {
	display: block;
	margin-top: 15px;
}

#header a {
	color: black;
	text-decoration: none;
	font-size: 10px; font-weight: normal;
}

a.buttonLink {
	padding-left: 50px;
	background-image: url(../_img/style/icons_big.gif);
	background-repeat: no-repeat;
	display: block;
	height: 37px;
	line-height: 40px;
}

a.pdfDownload {
	padding-left: 50px;
	background-image: url(../_img/style/icons_big.gif);
	background-repeat: no-repeat;
	display: block;
	height: 37px;
	line-height: 40px;
	background-position: top left;
}

a:hover.pdfDownload {
	background-position: 0 -47px;
}

a.backLink {
	padding-left: 50px;
	background-image: url(../_img/style/icons_big.gif);
	background-repeat: no-repeat;
	display: block;
	height: 37px;
	line-height: 40px;
	background-position: 0 -94px;
	margin-bottom: 15px;
}

a:hover.backLink {
	background-position: 0 -141px;
}

a.galleryLink {
	padding-left: 50px;
	background-image: url(../_img/style/icons_big.gif);
	background-repeat: no-repeat;
	display: block;
	height: 37px;
	line-height: 40px;
	background-position: 0 -188px;
	margin-bottom: 15px;
}

a:hover.galleryLink {
	background-position: 0 -235px;
}

.newsBerichteLink {
	padding-left: 50px;
	background-image: url(../_img/style/icons_big.gif);
	background-repeat: no-repeat;
	display: block;
	height: 37px;
	line-height: 40px;
	background-position: 0 -376px;
	width: 180px;
	float: left;
	margin-bottom: 10px;
}

a:hover.newsBerichteLink {
	background-position: 0 -423px;
}

.newsErgebnisseLink {
	padding-left: 50px;
	background-image: url(../_img/style/icons_big.gif);
	background-repeat: no-repeat;
	display: block;
	height: 37px;
	line-height: 40px;
	background-position: 0 -282px;
	margin-left: 180px;
	margin-bottom: 10px;
}

a:hover.newsErgebnisseLink {
	background-position: 0 -329px;
}

.newsNoFilterLink {
	padding-left: 50px;
	background-image: url(../_img/style/icons_big.gif);
	background-repeat: no-repeat;
	display: block;
	height: 37px;
	line-height: 40px;
	background-position: 0 -470px;
	margin-bottom: 30px;

}

a:hover.newsNoFilterLink {
	background-position: 0 -517px;
}


/*	5.8. Navigation
--------------------------------------------------------- */

ul#navi {
	font-size: 18px;
	list-style-type: none;
}

ul#navi li {
	list-style-type: none;
}

ul#navi li a {
	font-size: 18px;
	text-transform:uppercase;
	text-decoration: none;
	padding-left: 30px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #eef0ee;
	width: 245px;
	display: block;
	color: #6a6a6a;
}

ul#navi li a:hover, ul#navi li a:active, ul#navi li a.aktiv {
	color: #48afea;
	/* background-image: url(../_img/style/bg_navi.gif); */
}

/*	6. Spezifische Content Klassen
--------------------------------------------------------- */

img.languageSelect {
	padding-left: 5px;
	margin-top: 5px;
}

img.headerBild {
	margin: 0;
	pading: 0;
	float: right;
	width:695px;	
}

/*	6.1. Newseinträge auf Startseiten und Folgeseiten
--------------------------------------------------------- */

.newseintrag {
	clear: both;
	margin-bottom: 30px;
}

.newseintrag h3 {
	font-size: 16px;
}

.newseintrag h3 a{
	color: #48afea;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;	
}

.newseintrag img {
	float: left;
	width: 170px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.newsPageCounter {
	text-align: center;
	margin-bottom: 30px;
	clear: both;
}

.newsPageCounter a {
	padding: 0 15px 0 15px;
}

/*	6.2. Rennauto-Sektion
--------------------------------------------------------- */

.carContainer {
	width: 220px;
	float: left;
	margin-bottom: 30px;
}

.cCLeft {
	padding-right: 10px;
}

.carContainer img {
	margin-bottom: 5px;
}

/*	6.3. Galerie-Sektion
--------------------------------------------------------- */

.imageContainer {
	width: 220px;
	float: left;
	margin-bottom: 20px;
	height:200px;
}

* html .imageContainer {
	height:215px;
}

.iCLeft {
	padding-right: 10px;

}

.imageContainer img {
	margin-bottom: 5px;
}

.galerieBilder {
	margin-bottom: 30px;
}

.galerieBilder a {
	display: block;
	width: 140px;
	height: 120px;
	border: 1px solid #eef0ee;
	text-align:center;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.galerieBilder a img{
	margin-top: 10px;
}
