/*
Theme Name: DMFV_CLEAN
Theme URI: http://www.dmfv.aero
Description: A magazine-style layout for Wordpress MU
Version: 0.9
Author: Eugen Zimmer
Author URI: http://www.z-dezign.de

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php



/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}

body {
	background: url(images/header_bg.jpg) repeat-x #FFF;
	color: #333333;
	padding: 0 0 25px 0;
	border:0;
	}

body, select, input, textarea {
	font: 10pt "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida Console", Arial, sans-serif;
	}

p {
	margin: 10px 0 3px 0;
	}
p strong {
	padding-right:0;
}
a:link, a:visited {
	color: #005FA6;
	text-decoration:none;
	font-weight: bold;
	}

a:hover, a:active {
	color: #555;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}
iframe {
	border: none;
	margin-top: -20px;
	}
small {
	font-size: 0.95em;
	background: #F2F2F2;
	padding:3px 5px 3px 5px;
	}

img, a:link img, a:visited img {
	border:0
	}
#aufmacher {
	width:100%;
	margin: 0 0 15px 0;
}
#bilder {
	width: 250px;
	float: left;
	margin: 0 20px 10px 0;
}
#bilder img{
	width: 100%;
}
#header {
	width: 960px;
	height: 148px;
	background: url(images/hd_logo.jpg) no-repeat;
	margin: 0;
}
#container-breadcrumb {
	color: #999;
	font-weight: bold;
	text-transform: uppercase;
	width: 700px;
	float:left;
}
#container-breadcrumb a:link, #container-breadcrumb a:visited{
	color: #999;
}
#container-breadcrumb a:hover, #container-breadcrumb a:active{
	color: #000;
}
#logo {
	width: 100%;
	height: 125px;
	background: url(images/dmfv_logo.jpg) no-repeat;
	margin: 7px 0 0 -3px;
	display:block;
}
#menu {
	width: 186px;
	height: 105px;
	background: #F0F0F0;
	border-left: 1px solid #C3C3C3;
	border-right: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
	float: right;
	padding: 12px 5px 5px 7px;
}
#menu h1:hover{
	color: #000;
}
#menu_ico {
	margin: -27px 0 0 0;
	width: 120px;
	float:right;
}
* html #menu_ico {
	width: 120px;
	float:right;
	margin-right: 10px;
}
#menu_ico img{
	margin: 0 1px 0 2px;
	float:right;
}
/* Structure */
.rsevent {
	margin: 0 0 4px 0;
}
#page {
	width:960px;
	margin:0 auto;
	margin-bottom: 20px;
	font-size:0.8em;
	background: none;
	padding: 0;
	}
#content_gesammt {
	width: 960px;
	margin-top: 32px;
}
* html #page {
	width:980px;
	}
* html #content_gesammt {
	width: 980px;
}
#branding {
	width:300px;
	padding-bottom:15px;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 200px;
	min-height: 400px;
	float:right;
	margin: 0;
	background: none;
	line-height: 1.3em;
	}

#termine {
	font-size: 0.85em;
	font-weight: bold;
}
#leftcol {
	float: left;
	width: 270px;
	margin: -1px 0 0 0;
	border-right: 1px solid #000;
	padding-right: 6px;
	}
* html #leftcol {
	width: 255px;
	}
#rightcol {
	width:290px;
	padding: 0 12px 0 5px;
	float: right;
	margin-top: -4px;
	}
#sidebar2 {
	width:120px;
	float: left;
	margin: 0;
	text-align: left;
	font-size: 0.9em;
	padding: 0 0 10px 0;
/*	border-top:5px solid #005FA6; */
}
* html #sidebar2 {
	width:100px;
	margin: 0;

}
#sidebar2 a {
	text-transform: uppercase;
	line-height: 145%;
}
#sidebar2 img{
	width:118px;
	border: 1px solid #000;
	margin:0 0 10px 0;
}
#sidebar2 img:hover{
	border: 1px solid #E6FF00;
}
#sidebar2 h3{
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 0 !important;
}

#sidebar2 p{
	margin: 3px 0 3px 0;
}
#side_navi li, #side_navi ul li{
	list-style: none;
}
#banner_120x600 {
	width: 120px;
	height: 600px;
	float: right;
/*	background: url(http://cars-and-details.de/wp/wp-content/uploads/carsanddetailsbanner.gif) no-repeat; */
	background: none;
/*	margin-top: -20px; */
	margin-left: 10px;
}
#banner_120x600 iframe {
	margin-top:0;
}

#switch_content {
	clear:both;
	margin:0 0 20px 0;
}
#switch_content img{
	width: 150px;
	margin-bottom: 20px;
	border: 1px solid #000;
}
#switch_content img:hover{
	border: 1px solid #E6FF00;
}
/* TOOLTIP * EZ 
#tooltip {
	border : 1px solid #000;
	border-width : 0px 3px 3px 0px;
	background: #E6FF00;
	width : 130px;
	padding : 0;
		filter:alpha(opacity=60);
		-moz-opacity:0.6;
		opacity:0.6;
		-moz-border-radius:15px;
		-khtml-border-radius:15px;
}
#tooltip p {
	margin : 7px 8px 7px 15px;
	color : #000;
	font-size : 10px;
	font-family : "Lucida Sans Unicode", "Lucida Grande", Myriad, Arial;
	font-weight: bold;
}
*/
#google_ads {
	width: 932px;
	height: 10px;
	margin: -10px 0 0 -25px;
	padding: 10px 0 0 0;
	background: #000;
	text-decoration: none;
	clear: both;
	display:block;
}
* html #google_ads {
	height: 0;
}
#google_ads_2 {
	padding: 5px 10px 10px 10px;
	margin: 0 0 5px 0;
	background: none;
	width: 560px;
	border-bottom: 1px solid #000;
}
#google_ads_2 iframe {
	margin-top: 0;
	}
/* TABELLE EINFAERBEN */
.row1 {background:none;color:#FFF;}
.row2 {background:none;color:#FFF;}

/*Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background:#eef5e1;
	display:block;
	padding:4px 4px 4px 8px;
	border-left:4px solid #e4efd5;
	}

.subnav li a:hover, .subnav li a:active {
	background:#e4efd5;
	text-decoration:none;
	color: #7da939;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}




/*	Headers */

h1 {
	font: 17pt "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida Console", Arial, sans-serif !important;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	line-height: 107%;
	color: #005fa6;
	font-weight: bold;
	}

h2 {
	font: 17pt "Arial Black", Arial, sans-serif;
	font-weight: bold;
	color: #f8b300;
	padding: 0 10px 0 0;
	/*border-bottom:1px solid #000;*/
	margin: 0 0 6px 0;
	text-transform: uppercase;
	line-height: 98%;
	}

h3, #sidebar h2 {
	font: 10pt "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida Console", Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 4px 0;
	padding: 3px 0 0 5px;
	font-weight:bold !important;
	color: #005FA6;
	}
#sidebar h3, #sidebar h2 {
	background: url(images/h3_bg.jpg) repeat-x #F6F6F6;
	border-left: 1px solid #C3C3C3;
	border-right: 1px solid #C3C3C3;
	height: 18px;
	padding: 5px 0 4px 7px;
	margin: 0 0 10px 0;
	color: #777 !important;
	}
	
#sidebar h2 .news{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#news{
	width:188px;
	border:1px solid #C3C3C3;
	padding: 0 5px 5px 5px;
	margin:0 0 12px 0;
}

h3#respond {
	margin:10px 0 0 0;
	padding:0;
	background: url(images/weiter.png) no-repeat;
	width: 280px;
	height: 34px;
	display:block;
	clear:both;
	border: 1px solid #333;
	}
h3#respond:hover {
	border: 1px solid #E6FF00;
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:1.2em;
	margin: -10px 0 6px 0;
	padding: 0;
	}

#leiste {
	background: url(images/leiste.jpg) no-repeat;
	width: 25px;
	height: 1024px;
	position: fixed;
	left:0;
	top:0;
}
* html #leiste {
	background: none;
	width: 1px;
	height: 1px;
}
/* MITTELSTREIFEN*/
#mittelstreifen_shop {
	background:#ebf2f8;
	height:190px;
}
#mittelstreifen {
	background:#fde8b2;
	/*height:156px;*/
	height:166px;
}
.modellflieger img{
	height:142px;
	float: left;
	margin: 6px 17px 0 18px;
	border: 1px solid #c3c3c3 !important;
}
.modellflieger p{
	margin: 0;
}
#mittelstreifen h3{
	margin: 0 0 4px 0;
	padding: 3px 0 0 110px;
}
#clear_both {
	border-bottom:1px solid #C3C3C3;
	clear:both;
	margin:0 0 3px;
	width:100%;
	height: 4px;
}
#kf_left, #kf_center{
	width:180px;
	float:left;
	margin: 0 10px 0 0;
}
* html #kf_left, #kf_center{
	width:160px;
}
#kf_right {
	width:180px;
	float:left;
	margin: 0 10px 0 0;
}
* html #kf_right {
	width:160px;
}
#kf_left .subtitle, #kf_right .subtitle {
	width:160px !important;
}
#kf_left img, #kf_center img, #kf_right img{
	margin: 2px 80px 5px 0;
	width: 120px !important;
	/*height: 50px !important;*/
}
* html #kf_left img, #kf_center img, #kf_right img{
	margin: 2px 40px 5px 0;
	width: 120px !important;

}
#kf_left h3, #kf_center h3, #kf_right h3{
	margin: 0 !important;
	padding-top:0 !important;
}
#kf_left a, #kf_center a, #kf_right a{
	font-size: 1em;
}
.mf_titel {
	height:130px;
	float:left;
	margin: 4px 20px 0 5px;
}
img.mf_titel{
	border: 1px solid #005FA6 !important;
}
/* RECHTSBLOG */
#rechtsblog {
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #C3C3C3;
}
#rechtsblog img {
	float: left;
	height: 90px;
	margin: 5px 15px 0 0;
}
#rechtsblog p {
	margin:2px 5px 5px 0;
}
/* Content */

.entry {
	padding:0 13px 10px 0;
	margin: 10px 0 5px 0;
	display:inline-block;
	width: 100%;
	clear: both;
	}

.entry img {
	float:left;
	margin:0 10px 6px 0;
	padding: 0;
	background: none;
}

#content {
	width:740px;
	margin: 0 0 0 0;
	float:left;
	}

#content #bild img{
	width:300px;
	float:left;
	padding: 3px 0 5px 0;
	clear: both;
	margin:0;
	border:0;
	display:block;
	}
#content #bild{
	width:300px;
	float:left;
	margin: 0 25px 0 0;
	display: inline-block;
	clear:both;
	padding: 0;
	}
#text {
	padding: 0 20px 0 0;
}
#ausgabe {
	float: right;
	margin: -13px 15px 0 0;
	padding-bottom: 3px;
}
#bezug_headline {
	padding:0;
	margin: 0;
	font-size:16px;
	color:#800000;
}

#content #bild strong{
	width:300px;
	float:left;
	padding: 0 0 10px 0;
	margin: 0 10px 0 0;
	display: block;
	clear: both;
	}
#TechDaten {
	border: 1px solid #CCC;
	padding: 5px;
	background: #fdf7c5;
}
#bilder_rechts {
	width: 210px;
	float:left;
}
#bilder_rechts img{
	width: 100%;
	border:0;
	margin-top: 15px;
}
#titel_alle {
	margin: 0;
}
#titel_alle img {
	width: 120px;
	height:170px;
	margin:0 20px 20px 0;
	display:block;
	border: 1px solid #000;
}
#titel_alle img:hover {
	border: 1px solid #E6FF00;
}
#movies {
	float:right;
	margin: -40px 90px 0 0;
}
#av_movie {
 float:left;
 margin: -30px 0 0 0;
}
#av_movie img{
 width: 210px;
}
.description {
	font-size: 1.3em;
	font-weight: bold;
	color:#545454;
	margin-top:-4px;
	}

.feature {
	width: 220px;
	}
#leftcol p, #rightcol p {
	margin:0;
	}
#features_klein {
	width:100%;
	height:40px;
	background:url(../../uploads/lehr_klein.jpg) repeat #FFF;
	margin-bottom: 4px;
	border: 1px solid #333;
	}
#features_klein:hover {
	border: 1px solid #FFCB00;
	}

#leftcol img:hover, #rightcol img:hover {
	border:1px solid #E6FF00;
	}
#leadpic {
	float:left;
	margin: 0 18px 8px -14px;
	border: 1px solid #FFF;
	background: #333;
	}
#leadpic:hover {
	border: 1px solid Red;
	background: #333;
	}

#lead {
	margin:0;
	width: 740px;
	float:left;
	padding: 0 0 5px 0;
	background: none;
	/*border-bottom: 1px solid #000;*/
	}

#lead_left, #lead_right {
	width: 350px;
	float:left;
}
#lead_left{
	margin: 0 15px 0 0;
}
#lead_right{
	margin: -3px 0 0 0;
}
#lead_left img{
	width: 350px;
	margin: 0 0 10px 0;
}
#lead_right img{
	width: 120px;
	float: left;
	margin: 0 15px 10px 0;
}

#lead p{
	margin: 2px 5px 0 0;
	}
#lead_right p{
	margin: 2px 5px 3px 0;
	}
#lead h3{
	margin: 3px 0 2px 0;
	padding: 3px 0 0 0;
	color: #005FA6;
	}
.lead_right_einzel {
	margin: 0 0 16px 0;
}
.title {
	font-size:1.0em;
	font-weight:bold;
	line-height:115%;
	}

#rightcol img, #leftcol img {
	float:left;
	margin:3px 10px 4px 0;
	border: 1px solid #000;
	background: #000;
	}


#sidelist li {
	list-style:none
	}

.bullets li {
	list-style:none;
	}

#sidelist .bullets li {
	list-style:none;
	margin-bottom:5px;
	line-height:115%;
	}

#sidelist .children {
	background:#e4efd5;
	}

#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
	}

#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{
	color:#465d23
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#eef5e1;
	margin:25px 0 15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #7da939;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}

h3 a:link, h3 a:visited {
	color: #005FA6;
	}
h3 a:hover, h3 a:active {
	color: #f8b300;
	}
#doppel_titel h3 a:link, #doppel_titel h3 a:visited {
	color:#f8b300;
	margin: 12px 0 0 0;
	}
#sidebar h3 a:link, #sidebar h3 a:visited  {
	color: #777 !important;
}
#sidebar h3 a:hover, #sidebar h3 a:active {
	color: #111 !important;
}
table {
	border:0;
	margin: 15px 0 0 0;
	color: #000;
}
#tabelle300 {
	 width:300px;
	 display:block;
	 float:left;
	 clear:both;
}
#tabelle600 {
	 width:600px;
	 display:block;
	 float:left;
	 clear:both;
}

td a, td a:link, td a:hover, td a:visited{
	font-weight: bold;
}
tr, td {
	padding: 3px;
}
#tabelle_aktuell td{
	vertical-align: top;
	padding: 5px 3px 5px 3px;
}
/*Post Formatting*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}

#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}


/* Form Elements */
#news-telegramm input{
	width: 200px;
}
#select_1{
	width: 50px;
}
#select_2{
	width: 80px;
}
select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
#suche {
	float:right;
	width: 200px;
	height: 17px;
	margin: -2px 0 0 2px;
}

#searchform {
	padding:0;
	}
#searchform input{
	border:0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	background: #FFF;
	color: #333;
	height:16px;
}
#searchform input.button{
	color:#999;
	font-weight:bold;
	text-transform:uppercase;
	background: none;
	font-size: 7.8pt;
	border:0;
}
#searchform input.button:hover{
	color:#000;
	cursor: pointer;
}
#commentform {
	padding-left: 10px;
}
#commentform input {
	width: 180px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 90%;
	margin-top:5px;
	}
#commentform_versteckt {
	display: block;
	width: 100%;
	height: 20px;
}

/* Comments*/

.commentlist {
	padding-left:30px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:none;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}

.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#000;
	}

.commentlist cite {
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}


/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}

.clearfloat {
	display:block;
	margin: 0 0 5px 0;
	}


/* Footer*/

#footer {
	width: 100%;
	height: 60px;
	font-size: 8pt;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 -23px 0;
	padding-top: 28px;
	background: url(images/footer_bg.jpg) repeat-x #f6f6f6;
	}

#footer a, #footer a:visited  {
	font-size: 8pt;
	text-transform: uppercase;
	color: #777;
	}
#footer a:hover, #footer a:active {
	color: #000;
	}
/***WORDTUBE***/
.wordtube {
	width: 100%;
	background: #000;
	margin-top: -50px;
	padding-top: 14px;
}
#sidebar .wordtube {
	padding-top: 0 !important;
}
* html .wordtube {
	margin: -20px 0 0 0;
}
.wordtube embed {
	display: block;
	margin: 0 auto;
	padding-top: 10px;
}
#sidebar .wordtube embed {
	padding-top: 0 !important;
}

#sidebar .wordtube {
	margin-top: -7px;
}
.wordtube object{
	width: 100%;
}
.playlist1{
	margin: -60px 0 0 -13px;
}
.alignleft, .alignright {
	width: 270px;
	padding-bottom: 17px;
	font-weight: bold;
	font-size: 3em;
	}
.alignleft{
	float: left;
	text-align: right;
	}
.alignright {
	float:right;
	text-align: left;
	}
/*** KALENDER ***/
#wp-calendar table{
	color: #CCC;
}
table.nav {
	margin-top:0;
}
.personen {
	width: 100%;
	height: 150px;
	float:left;
	border-bottom: 1px solid #c3c3c3;
	margin: 0 0 10px 0;
	clear: both;
}
.personen img{
	padding: 4px;
	border: 1px solid #c3c3c3;	
}
.kontakt_form p {
	width: 300px;
}
.kontakt_form textarea {
	width: 98.7%;
	height: 192px;
	z-index: 999;
}
.letzte_artikel {
	width: 740px;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #c3c3c3;
	float: left;
}
.letzte_artikel img{
	width: 70px;
	height: 50px;
	/*max-width: 180px;*/
	margin: 0 8px 5px 0;
	float: left;
}
.letzte_artikel h3, .letzte_artikel p{
	float: left;
	margin:0;
}
.letzte_artikel p{
	margin:2px 0 4px 0;
}
.letzte_artikel .meta_leiste{
	height: 15px;
	margin: 0 0 5px 0;
}
#sidebar .vvqbox object {
	height: 176px;
	width: 200px;
}
.button_sport {
	width: 100% !important;
}
.button_sport img{
	width: 355px !important;
	height: 95px !important;
	border: 1px solid #CCC !important;
	float: left;
}
.button_sport img:hover{
	border: 1px solid #005FA6 !important;
}
.download_ico {
	margin:0 10px 5px 0 !important;
}
#download_cat p {
	float:left;
	margin:0;
}
/* *** KARTE *** */
#karte {
	width:530px;
	height: 563px;
	background: url(http://dmfv.aero/files/karte_klein.jpg) 20px 0 no-repeat;
	float:left;
}

#antrag table {
	margin: 0;
}
#antrag select {
	width: 70px;
}
/* *** SHOP *** */
.boxbody .center{
	width:220px;
	float: left;
	text-align: center;
	color:#FF0000 !important;
	margin-left: 20px;
}
* html .boxbody .center{
	width:200px;
	margin-left: 15px;
}
.boxbody .center img{
	display: block;
	margin:0 auto !important;
	margin-bottom: 10px !important;
	clear:both;
	float: none !important;
	height: 58px !important;
}
.boxbody .center a{
	margin-bottom: 2px !important;
}
.boxbody .productOldPrice {
	font-size:11px; 
	color:#333333;
}
/* ***** */
.subtitle {
	display: block;
	font-size: 8pt;
	font-weight: bold;
}
#download_cat p{
	margin: 0 0 3px 0;
}
#download_cat h4{
	margin:-4px 0 3px 0;
}
#logos_unten {
	width:100%;
	height: 50px;
	margin: 10px 0 0 0;
}
#logos_unten img{
	margin: 0 5px 0 0;
}

#probemitgliedschaft_picture{
	text-align: center !important;
	margin:0 auto !important;
	width: 740px;
	height: 264px;
}

#probemitgliedschaft_picture a{
	text-align: center !important;
	margin:0 auto !important;
	padding:0 auto !important;
}

#probemitgliedschaft_picture a img{
	text-align: center !important;
	margin:0 auto !important;
	padding:0 auto !important;
	float: none;
	clear: both;
}