/*
----------------------------------------------------
dirt-bags-Site
Start: 18.07.2008
Letzte Aenderung: 18.07.2008
Autor: christian laske http://www.laskephotos.de
Medium. Sreen
-----------------------------------------------------
*/

* { margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 120%;
	color: #ddddd3;
	background-color: #000000;
	text-align: center;
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
	
#container {
	width: 680px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background-image: url(../images/main_bg.gif);
	background-repeat: no-repeat;
	height: 110px;
	background-position: bottom left;
}
#header h1 {
	background-image: url(../images/Dirt%20Bags%20Logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 110px;
	line-height: 500px;
	overflow: hidden;
	margin: 50px 3px 0px 0px;
}


#navigation {
	background-image: url(../images/nav_bg.gif);
	height: 70px;
	text-align: center;
	font-weight: bold;
}
#navigation ul {
	list-style-type: none;
	padding-top: 10px;
}

#navigation li {
	display: inline;
}

#navigation a {
	outline:none;
	color: #c6c7ab;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
}
#navigation a:hover {
	color: 9a9b85;
	text-decoration: underline;
}

#mainContent {
	padding: 0px 50px;
}
#mainContent h2 {
	height: 25px;
	text-indent: -2000px;
}
#mainContent h3 {
	padding: 30px 0 15px 0;
}
#mainContent p {
	line-height: 160%;
}


#footer {
	height: 50px;
	margin: 50px 0px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	padding-top: 30px;
}

/*headlines abhaenging von der body-id */

#news #mainContent h2 {
	background-color: #000000;
	background-image: url(../images/news.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#home #mainContent h2 {
	background-color: #000000;
	background-image: url(../images/home.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#links #mainContent h2 {
	background-color: #000000;
	background-image: url(../images/links.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#impressum #mainContent h2 {
	background-color: #000000;
	background-image: url(../images/impressum.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#picture #mainContent h2 {
	background-color: #000000;
	background-image: url(../images/picture.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#kontakt #mainContent h2 {
	background-color: #000000;
	background-image: url(../images/kontakt.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#galerie a {
	color: #c6c7ab;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
}
#galerie a:hover {
	color: 9a9b85;
	text-decoration: underline;
}

#galerie a:hover {
	color: 9a9b85;
	text-decoration: underline;
}

#galerie ul {
	list-style-type: none;
	padding-top: 10px;
}


/*============================
 Das Kontaktformular */
 
 form {
 	background-color:#000000;
	color:#FFFFFF;
	width: 370 px;
	padding: 40px;
	border: 1px solid #111111;
	}
	
label {
	display: block;
	cursor: pointer;
	}
	
input#absender, textarea {
	width: 300px;
	border: 1px solid #8c8c8c;
	margin-bottom: 1em;
	}
	
textarea { height: 7em;
}

input#absender:focus,
textarea:focus {
background-color:#999999;
color:#111111;
}

/*  Das Kontaktformular CSS Ende
================================== */

.bildertext a {
	color: #c6c7ab;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
}
.bildertext a:hover {
	color: 9a9b85;
	text-decoration: underline;
}

.fltlft {
	float:left;
	margin-right: 8px;
	}
	
.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px
	padding: 10px;
	}
	
/* Besucherzähler */

#zähler {
	height: 100px;
	padding-bottom: -500px; }
	
#monats1 {
	padding:50px;
	}
