/*
Theme Name: Blattfeder Gang
Theme URI: http://www.offroad-sticker.de/
Description: Blattfeder Gang Theme
Version: 0.1
Author: Florian Reck
Author URI: http://www.offroad-sticker.de/
Tags: offroad, green, custom header, custom footer, fixed width, two columns
Text Domain: BlattFederGangStyle
	
	Das offizielle Wordpress-Theme der Blattfeder-Gang

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body, div, span
{
	margin: 0;
	padding: 0;
	
}
body
{
	background: url('./images/Background.png'); 
	text-align: center;
	font-family: Arial,sans-serif;
	font-size: 14px;
}
.container
{
	text-align: left;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.contentcontainer
{
	background: url('./images/ContentContainer-Background.png') repeat-y;
	width: 1000px;
	float: left;
	clear: both;
	margin-bottom: 20px;
}
.headerimage
{
	width: 1000px;
	height: 278px;
	background: url('./images/HeaderImage.png') no-repeat;
	float: left;
	clear: both;
}
.leftpane
{
	width: 210px;
	float: left;
}
.leftpane_cars
{
	width: 210px;
	height: 136px;
	background: url('./images/LeftPane-Cars.png') no-repeat;
}
.contentpane
{
	width: 750px;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
	line-height: 1.3em;
}
.navigation ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.navigation  ul ul
{
	padding: 0;
	margin: 0 0 0 25px;
	display: block;
	width: 120px;
}
.navigation  ul ul ul
{
	margin: 0 0 0 10px;
}
.navigation  ul ul ul li
{
	background: url('./images/Haken.png') no-repeat;
	padding: 0 0 0 10px;
}

.navigation  ul ul li
{
	color: #fff;
	margin: 5px 0 5px;
}
.navigation  ul ul li a
{
	color: #fff;
	text-decoration: none;
	background: none;
	padding: 0;
	margin: 0 0 0 0px;
}
.navigation  ul ul li.current-cat a, .current_page_item a
{
	font-weight: bold;
}
.navigation  ul ul li.current-cat li a, .current_page_item li a
{
	font-weight: normal;
}
.navigation  ul ul li a:hover, .contentpane a:hover
{
	color: #cc5;
	/*font-weight: bold;*/
}
.footer
{
	width: 1000px;
	height: 18px;
	background: url('./images/Balken-blank.png') no-repeat;
}
.contentpane h1, h2, h3, h4
{
	color: #007F2C;
	margin: 18px 0 10px 0;
	padding: 0;
line-height: 0.9em;
}

.contentpane a, .contentpane a:visited
{
	color: #eee;
}
.contentpane p
{
	margin: 2px 0 14px;
	padding: 0;
}

.contentpane img
{
	border: none;
	padding: 5px;
}

.contentpane img.alignleft
{
	float: left;
}

.contentpane img.alignright
{
	float: right;
}
.contentpane .wp-caption-text
{
	font-size: 13px;
	font-style: italic;
	text-align: center;
	color: #ffa;
}

.beforefooter
{
	clear: both; 
	height: 50px;
	width: 10px;
}
.ngg-gallery-thumbnail
{
	float: left;
	width: 170px;
	height: 128px;
	border: solid 4px #ccc;
	margin: 2px;
}

.ngg-gallery-thumbnail img 
{
	padding: 0;
	margin: 0;
}

.ngg-clear
{
	clear: both;
}
.css_form_textfieldspace input
{
	width: 450px;
	height: 18px;
}
.css_form_messagefield
{
	width: 450px;
	height: 250px;
}

