/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

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

*/

/* Begin Typography & Colors */
.widecolumn .entry p {
	font-size: 1.05em;
	}
.post { margin: 0 10px;}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-left:9px;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}


.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 0px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	color:#786D5B;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	
	
body {
  background: url(/images/hg.gif) repeat-x #ffffff;
  color: #000000;
  font-family:"lucida grande", "lucida sans unicode", "lucida sans", arial, sans-serif;
  text-align:center;
  font-size:85%; /*renders 11px */ 
}

a {
  color:#090c2c;
  text-decoration:none; 
  font-weight:normal;
}

a:hover {
  text-decoration:underline; 
}

h1, h2, h3 {
  color:#090c2c;
  margin:0 0 0px 0;
  font-weight:normal;
  letter-spacing:-0.05em;
}

h1 {
  font-size:197%; /*renders 26px */ 
}

h2 {
  font-size:167%; /*renders 22px */ 
}
h3 {
  font-size:138.5%; /*renders 18px */ 
}
h4 {
  font-size:108%; /*renders 14px */ 
}
#alles {
  margin: 0 auto;
  text-align: left;
  width: 980px;
}
#header {
  width: 980px;
}
#header_leiste {
  width: 980px;
}
#header_leiste_text {
  text-align: left;
  float: left;
  width: 600px;
  margin:4px 0 0 0;
  height:23px;
}
#header_leiste_links {
  float:right;
  text-align: right;
  width: 350px;
  margin:4px 0 0 0;
  height:23px;
}
#header_logo {
  text-align: center;
  float:left;
  width: 425px;
  height:128px;
}
#header_content {
  text-align: left;
  float:right;
  width: 483px;
  height:128px;
  font-size:85%; /*renders 11px */ 
}
#header_content p {
  margin:50px 10px 0 10px;
}
#header_content input, #header_content select {
  margin:3px 1px 3px 1px;
  border: 1px solid #82d0f4;
  color:#999;
  background-color:#eeeeee;
}

#header_content input.submit {
	position:relative;
	top:7px;
	left:5px;
}

#header_navi1 {
  text-align: left;
  height:30px;
}
#header_navi2 {
  margin-left: 30px;
  text-align: left;
  height:29px;
}

#header ul#nav {
	margin: 3px 0 0 0;
	padding: 0px;
	float: left;
	width:980px;
}



#header ul#nav .right {
	float:right;
}

	#header ul#nav li {
		margin: 0 0px;
		float: left;
	}
	
		#header ul#nav li a {
			height: 25px;
			display: block;
			float: left;
			margin: 0 20px 0 0;
			color: #51714e;
			font-size:138.5%; /*renders 18px */ 
			font-weight: bold;
			text-decoration:none; 
			outline: none;
		}
		
		#header ul#nav li a:hover {
				background-position: bottom left;
				text-decoration:none;
				color: #36501c;
		}
		
#header ul#nav .submit {
	
}
#registrieren-button {
			float:right !important;
			margin-right:20px;
			margin-top:20px;
}
		
#header ul#nav2 {
	margin: 3px 0 0 0;
	padding: 0px;
	float: left;
}

#header ul#nav2 li {
	margin: 0 0px;
	float: left;
}

#header ul#nav2 li a {
	height: 25px;
	display: block;
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 0 9px;
	color: #51714e;
	font-size:138.5%; /*renders 18px */ 
	font-weight: bold;
	text-decoration:none; 
	outline: none;
}

#header ul#nav2 li a span{
	height: 25px;
	display: block;
	padding: 0 9px 0 0;
	cursor: pointer;
	float: left;
}

#header ul#nav2 li a:hover {
	background-position: bottom left;
	text-decoration:none;
	color: #36501c;
}
#header ul#nav2  li a:hover { 
	background: url(/images/nav_front.gif) no-repeat left top;
}
#header ul#nav2  li a:hover span { background: url(/images/nav_back.gif) no-repeat right top;}
#header ul#nav2 li a.no-ani:hover {background:none;}

#header_navitrail_box {
  text-align: left;
}
#header_navitrail_shadow {
  text-align: left;
  height:13px;
}
#header_navitrail_content {
  text-align: left;
  background: url(/images/hg_navtrail.gif) bottom no-repeat;
}
#content {
	margin: 10px 0 10px 0;
	width: 980px;
}
#content_links {
	width: 190px;
	float: left;
}
#content_mitte {
	width: 580px;
	margin: 0 0 0 10px;
	float: left;
}
#content_rechts {
	width: 190px;
	float: right;
}
#content p {
	margin: 0px 5px;
}
#footer {
  text-align: center;
  color: #666666;
  padding-top:20px;
  width: 980px;
  /*background: url(/images/hg_footer.gif) top no-repeat #f4f4f4;*/
  height:25px;
}
#footer a {
	color: #666666 ;
}


/* Navtrail */
#navtrail_content {
	margin:0px 10px 0px 20px;
}
div#navtrail_content p.navtrail{
		margin: 10px 0 0 0;
		font-size:77%; /*renders 10px */ 
}
.top_eintrag {
	float:left;
	width:225px;
	margin:0px 10px 20px 0px;
	text-align: center;
}
.top_eintrag li.inserat a {
	text-decoration:underline; 
	color:#8f8f8e;
}
.top_eintrag li.top_bild img {
	background-color:#ffffff;
	margin: 2px;
	padding: 3px;
	border:1px solid #cccccc;
}
.top_eintrag li.link a {
	text-decoration:underline; 
	color:#62a83b;
}

/* Boxen */
.box_190_dunkel_oben {
	width: 190px;
	height:6px;
	background: url(/images/box_190px_oben.gif) no-repeat #fff;
}
.box_190_dunkel_mitte  {
	width: 190px;
	background: url(/images/box_190px_mitte.gif) repeat-y #fff;
}
.box_190_dunkel_unten  {
	width: 190px;
	height:6px;
	background: url(/images/box_190px_unten.gif) no-repeat #fff;
	margin-bottom:10px;
}

.box_190_hell_oben {
	width: 190px;
	height:6px;
	background: url(/images/box_190px_oben.gif) no-repeat #fff;
}
.box_190_hell_mitte  {
	width: 190px;
	background: url(/images/box_190px_mitte.gif) repeat-y #fff;
}
.box_190_hell_unten  {
	width: 190px;
	height:6px;
	background: url(/images/box_190px_unten.gif) no-repeat #fff;
	margin-bottom:10px;
}


/* 580px */

.box_580_dunkel_oben {
	width: 580px;
	height:5px;
	background: url(/images/box_580px_oben.gif) no-repeat #fff;
}
.box_580_dunkel_mitte  {
	width: 560px;
	padding:5px 10px;
	background: url(/images/box_580px_mitte.gif) repeat-y #fff;
}
.box_580_dunkel_unten  {
	width: 580px;
	height:7px;
	background: url(/images/box_580px_unten.gif) no-repeat #fff;
	margin-bottom:5px;
}

.box_580_hell_oben {
	width: 580px;
	height:5px;
	background: url(/images/box2_580px_oben.gif) no-repeat #fff;
}
.box_580_hell_mitte  {
	width: 560px;
	padding:5px 10px;
	background: url(/images/box2_580px_mitte.gif) repeat-y #fff;
}
.box_580_hell_unten  {
	width: 580px;
	height:7px;
	margin-bottom:5px;
	background: url(/images/box2_580px_unten.gif) no-repeat #fff;
	padding:0px;
}


/* Google-Adsense */

p.google_anzeige  { margin: 5px 5px 0px 5px; font-size:85%; /*renders 12px */ }
p.google_anzeige  .google_ad { font-size:77%; /*renders 10px */  }
p.google_anzeige  .google_head { color:#3f5cc6;font-weight:bold;text-decoration:underline;font-size:93%; /*renders 12px */  }
p.google_anzeige  .google_text { font-size:85%; /*renders 11px */  }
p.google_anzeige  a:hover { text-decoration:none; }
/* Google-Adsense */

/*  Inserate */
.inserat_headline {
	margin: 0 0 0 10px;
	width:400px;
	float:left;
}
.inserat_id {
	margin: 0 10px 0 0;
	width:120px;
	float:right;
	font-size:77%; /*renders 10px */ 
	text-align: right;
	color: #999999;
}
.inserat_preis {
	font-size:138.5%; /*renders 18px */ 
	font-weight:bold;
	color: #ff6a00;
}
div#inserat_spalte_links {
	margin: 10px 0 0 10px;
	width:200px;
	float:left;
}
div#inserat_spalte_links img {
		background-color:#ffffff;
		margin: 2px;
		padding: 3px;
		border:1px solid #cccccc;
}
div#inserat_bilderbox img {
		float:left;
}
div#inserat_spalte_rechts {
	margin: 10px 10px 0 0;
	width:340px;
	float:right;
}

div#inserat_spalte_rechts p.box_rechts {
	font-size:85%; /*renders 11px */
	margin: 10px 0 0 0;
	width:150px;
	float:right;
}
div#inserat_spalte_rechts p.box_links {
	font-size:85%; /*renders 11px */
	margin: 10px 0 0 0;
	width:190px;
	float:left;
}
ul#inserat_nav {
	margin: 10px 0 0 0;
	width:150px;
	float:right;
}
ul#inserat_nav a, ul#inserat_nav a:hover {
	font-size:77%; /*renders 10px */ 
	color:#2699ce;
}
ul#inserat_nav li {
	margin: 2px 0 2px 0;
	height: 16px;
	display: block;
}
ul#inserat_nav li.pdf {
	background: url(/images/icon_pdf.gif) no-repeat;
}
ul#inserat_nav li.drucken {
	background: url(/images/icon_drucken.gif) no-repeat;
}
ul#inserat_nav li.merken {
	background: url(/images/icon_merken.gif) no-repeat;
}
ul#inserat_nav li.empfehlung {
	background: url(/images/icon_email.gif) no-repeat;
}
ul#inserat_nav span {
	margin: 0 0 0 20px;
}
a#karte_ansehen {
	font-size:85%; /*renders 11px */
	color:#2699ce;
}
div#inserat_spalte_rechts hr {
	margin: 10px;
	height: 1px;
	color: #999999;
}
div#inserat_spalte_rechts p.inserat_text {
	font-size:85%; /*renders 11px */
	text-align: left;
	margin-bottom: 20px;
}
.inserat_text_head {
	font-weight:bold;
}
.hinweis {
	color:#999999;
	font-size:77%; /*renders 10px */ 
	font-style:italic;
}
.wichtig {
	color:#ff7c05;
	font-size:77%; /*renders 10px */ 
	font-style:italic;
}
.banner_hoch {
	margin: 10px 0 0 0;
	text-align:center;
}

/* Rubriken */
.box_rubrik {
	margin: 10px 0 0 10px;
	width:270px;
	float: left;
}
.box_rubrik_oben {
	margin: 0px;
	background: url(/images/hg_box_rubriken_oben.gif) no-repeat top #ff7c05;
}
h4.box_rubrik_head {
	margin: 0px 0px 0px 5px;
	font-size:108%; /*renders 14px */ 
	font-weight:bold;
	color:#fff;
}
.box_rubrik_unten {
	margin: 0px;
	background: url(/images/hg_box_rubriken_unten.gif) no-repeat bottom #ff7c05;
	font-size:0px;
	height:4px;
}
ul.box_rubrik_liste {
	margin: 10px;
	font-size:85%; /*renders 11px */
}

/* Suche */
.suche_fertig {
	margin: 0 0 0 10px;
	width:564px;
	height:80px;
}
h4.suche_head  {
	margin: 0 0 10px 10px;
}
.suche_fertig_header {
	margin: 0px;
	width:554px;
	height:23px;
	background: url(/images/box_suche_header_fertig.gif) no-repeat top;
}
h4.suche_fertig_head {
	margin: 0px 0px 0px 5px;
	font-size:108%; /*renders 14px */ 
	font-weight:bold;
	color:#fff;
}
.suche_fertig_text {
	margin: 20px 0px;
	font-size:77%; /*renders 10px */ 
	color:#999;
}
.suche_aktiv {
	margin: 0 0 0 10px;
	width:564px;
}
.suche_aktiv_text {
	margin: 20px 0px;
	font-size:77%; /*renders 10px */ 
	color:#000;
}
.suche_aktiv_header {
	margin: 0px;
	width:554px;
	height:23px;
	background: url(/images/box_suche_header_aktiv.gif) no-repeat top;
}
h4.suche_aktiv_head {
	margin: 0px 0px 0px 5px;
	font-size:108%; /*renders 14px */ 
	font-weight:bold;
	color:#fff;
}
.suchergebnis {
	width:554px;
}
.suchergebnis h5 a {
	margin: 10px 0px 5px 5px;
	font-size:85%; /*renders 11px */
	font-weight:bold;
	color:#ff7c05;
}
.suchergebnis_bild {
	margin-left: 5px;
	width:135px;
	float: left;
}
.suchergebnis_preis {
	margin-left: 10px;
	font-size:77%; /*renders 10px */
	width:100px;
	float: left;
}
.suchergebnis_euro {
	font-size:108%; /*renders 14px */ 
	font-weight:bold;
	color:#ff7c05;
	float: left;
}
.suchergebnis_text {
	margin-left: 10px;
	width:300px;
	font-size:85%; /*renders 11px */
	color:#666;
	float: left;
}

.einleitung {
	margin: 10px 0px 5px 5px;
	font-size:85%; /*renders 11px */
}
/* Anfrage */
div#fenster_anfrage {
	margin: 20px 0 0 0;
	width:550px;
	height:650px;
	background-color:#faf4e0;
	color:#000;
	border: 1px solid #000;
}
div#spalte_anfrage_links {
	margin: 0 0 0 30px;
	width:270px;
	font-size:85%; /*renders 11px */
	float:left;
}
div#spalte_anfrage_rechts {
	margin: 0 10px 0 0;
	width:220px;
	font-size:85%; /*renders 11px */
	float:right;
}
div#spalte_anfrage_rechts p {
	margin: 5px 0 0 0;
}
div#spalte_anfrage_rechts h1 {
	margin-top: 10px;
}
div#fenster_anfrage .content_anfrage {
	margin: 10px 10px 0 30px;
}
div#fenster_anfrage .textarea {
	width:440px;
	height:200px;
	background: url(/images/hd_anfrage_textarea.gif) repeat-x bottom #faf4e0;
	color:#000;
	border: 1px solid #000;
}

div#fenster_anfrage .input_anfrage,  #insertform input.text {
	width:120px;
	height:18px;
	background: url(/images/hd_anfrage_input.gif) repeat-x bottom #faf4e0;
	color:#000;
	border: 1px solid #000;
}
#insertform label {
	float:left;
	display:block;
	width:210px;
	height:22px;
	padding-top:3px;
}

div#fenster_anfrage .anfrage_button {
	margin: 10px 10px 0 0px;
	border: 0px;
}
.box_580_dunkel_mitte h1, .box_580_hell_mitte h1,.box_580_dunkel_mitte h2,.box_580_hell_mitte h2,.box_580_dunkel_mitte h3 a,.box_580_hell_mitte h3 a{
	padding:0px;
	margin:0px;
	margin-left:8px;
}

#insertform input.text {}

#box_popup_oben {
	background: url('../images/popup_oben.png') no-repeat;
	width: 570px;
	height: 16px;
}
#box_popup_mitte  {
	background: url('../images/popup_mitte.png') repeat-y;
	width: 570px;
}
#box_popup_mitte p {
	margin: 0px 15px;
}
#box_popup_unten  {
	background: url('../images/popup_unten.png') no-repeat;
	width: 570px;
	height: 16px;
}
#box_popup_mitte table {
	margin:20px;
}
/* the overlayed element */ 
div.overlay { 
     
    /* growing background image */ 
    background-image:url(/images/white.png);
    /* dimensions after the growing animation finishes  */ 
    display:none; 
     
    /* some padding to layout nested elements nicely  */ 
} 
 
/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background-image:url(../images/x-button.jpg); 
    position:absolute; 
    right:20px; 
    top:20px; 
    cursor:pointer; 
    height:19px; 
    width:21px; 
} 
 
.clear {
	clear:both;
}
iframe {
	width:500px;
	border:none;
	background-color:#faf4e1;
	height:500px;
}
#map {
	height:450px;
	background-color:#faf4e1
}
select {color:#000 !Important;}


.box_190_suche_oben {
	width: 190px;
	height:27px;
	background: url(/images/box_suche_190px_oben.gif) no-repeat #fff;
}
.box_190_suche_mitte  {
	width: 190px;
	background: url(/images/box_suche_190px_mitte.gif) repeat-y #fff;
}
.box_190_suche_unten  {
	width: 190px;
	height:9px;
	background: url(/images/box_suche_190px_unten.gif) no-repeat #fff;
	margin-bottom:10px;
}
.box_190_suche_mitte form {margin-left:5px;}
#city-list li {
	height:40px;
	width:180px;
	float:left;
}

#content_rechts ul li ul li {
	margin: 5px 0 0 0;
}
strong {font-weight:bold;}
em {font-style:italic;}
#content_mitte p {
	margin:10px!important;
}
#content_mitte a {
	color:	#FF7C05;
}
.archive h2, .archive  ul{
	margin-left:8px;
}


/* Boxen */
.box_190_dunkel_oben {
	width: 190px;
	height:6px;
	background: url(/images/box_190px_oben.gif) no-repeat #fff;
}
.box_190_dunkel_mitte  {
	width: 190px;
	background: url(/images/box_190px_mitte.gif) repeat-y #fff;
}
.box_190_dunkel_unten  {
	width: 190px;
	height:6px;
	background: url(/images/box_190px_unten.gif) no-repeat #fff;
	margin-bottom:10px;
}

.box_190_hell_oben {
	width: 190px;
	height:6px;
	background: url(/images/box_190px_oben.gif) no-repeat #fff;
}
.box_190_hell_mitte  {
	width: 190px;
	background: url(/images/box_190px_mitte.gif) repeat-y #fff;
}
.box_190_hell_unten  {
	width: 190px;
	height:6px;
	background: url(/images/box_190px_unten.gif) no-repeat #fff;
	margin-bottom:10px;
}


.narrowAd {
	margin-left:5px;
	margin-bottom:10px;
	font-size:93%;
}
.narrowAd b {
	color:#0000cc;
	text-decoration:underline;
}
.narrowAd span a {
	font-size:77%;
}
.ad_content_top:hover .ad_header1 a {color:#0000CC;text-decoration:underline !important;}

.ad-table a {color:#5C5C5C;}
.ad-table {padding-left:5px;}
.ad-table {
	
	padding-left:0px;	
	margin-bottom:10px;
}
.wideAd:hover span {background-color:#ecf4ff;}
.wideAd:hover {background-color:#ecf4ff !important;}
.ad_content_top .ad_header1 a {color:#0000CC;text-decoration:underline !important;}
.ad_content_top:hover {
	background-color:#ecf4ff;
}
.ad_content_top:hover span {
	background-color:#ecf4ff;
}
.ad_content_top b a{
	font-size:1.1em;
	font-weight:bold !important;
}
.ad_content_top a b{
	font-size:1.1em;
	font-weight:bold !important;
}
.ad_content_top,.ad_content_top a {
	color:#5C5C5C;
}
.ad_header1 {display:block;	padding:3px 0;background-color:transparent;}
.ad_header1 a{color:#0000CC;text-decoration:underline !important;}
.ad-table a {color:#5C5C5C;}
.ad-table {padding-left:5px;}
.ad-table {
	font-size:93%;
	padding-left:0px;	
	background-color:transparent;
	margin:0;
	margin-left:5px;
}
.ad-table {font-size:0.9em;font-family:Arial, Helvetica, sans-serif;}
.ad_content_top .text {
    font-size:93%;
	background-color:transparent;
}
.ad_content_top .url {
    font-size:85%;
}
h2 {
font-size:123.1% !important;
font-weight:bold !important;
}
