/*
theme name: WordPress Theme
theme uri: http://www.klausoppermann.de
description:  KOWP-Theme
version: 1.0
author: Klaus Oppermann
author uri: http://www.klausoppermann.de/
Tags: fixed-width,two-columns,right-sidebar
*/
a, abbr, acronym, address, applet,
big, blockquote, body,
caption, cite, code,
dd, del, dfn, div, dl, dt, em,
fieldset, font, form,
h1, h2, h3, h4, h5, h6, html, hr,
iframe, img, ins,
kbd, label, legend,
object, p, pre, q,
s, samp, small, span, strike, strong, sub, sup,
table, tbody, td, tfoot, th, thead, tr, tt,
var {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit] {
  cursor: pointer;
}

body {
  background: #444 url(images/back4.png);
  color: #111;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
}

a,
a:hover,
a:focus {
  color: #5681A6;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #000;
}

address {
  margin: 15px 0;
}

blockquote {
  border-left: 20px double #ddd;
  font-style: italic;
  margin: 15px 30px;
  padding: 0 0 0 10px;
}

caption {
  font-weight: 700;
  margin: 5px auto;
}

cite, em {
  font-style: italic;
}

fieldset {
  border: none;
  margin: 10px 0;
}

h1, h2, h3, h4, h5 {
  color: #5681A6;
  font-family: "trebuchet ms", "times new roman", times, georgia, serif;
  font-weight: 700;
  line-height: 1.2em;
  margin: 25px 0 10px 0;
  text-shadow: 0 1px 1px #fff;
}

h1 a, h1 a:hover,
h2 a, h2 a:hover,
h3 a, h3 a:hover,
h4 a, h4 a:hover,
h5 a, h5 a:hover {
  text-decoration: none;
}

h1 {
  font-size: 1.8em;
}

h2 {
  font-size: 2.4em;
  letter-spacing: 1.0px;
  font-variant: small-caps;
  word-spacing: 0.2em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.6em;
}

h5 {
  font-size: 1.6em;
}

hr {
  border: none 0;
  clear: both;
  height: 0;
  margin: 0;
}

p {
  margin: 10px 0;
}

blockquote p {
  margin: 0;
}

ol {
  margin: 15px 0 15px 15px;
}

pre {

}

small {
  font-size: 0.8em;
  line-height: 1.4em;
}

strong {
  color: #000;
  font-weight: 700;
}

sup,
sub {
  color: #666;
  font-size: 0.9em;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
}

sup {
  bottom: 0.5em;
}

sub {
  top: 0.5em;
}

table {
  margin: 15px 0;
  border-collapse: collapse;
  border-spacing: 0;
}

table td,
table th {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}

ul {
  list-style: square;
  margin: 15px 0;
}

ul li {

}

/* WP-Standard */

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin: 5px 15px 5px 0;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin: 5px 0 5px 15px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.size-medium {
  border: 2px solid #ccc;
  -webkit-box-shadow: 1px 1px 5px #ddd;
  -moz-box-shadow: 1px 1px 5px #ddd;
  box-shadow: 1px 1px 5px #ddd;
}

.wp-caption {
  background: #f3f3f3;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
}

.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
}

.wp-caption p.wp-caption-text {
  margin: 5px 0 0 0;
  text-align:center;
}

.wp-smiley {
  max-height: 1em;
  margin:0 !important;
}

blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  text-align: right;
  width: 33%;
}

blockquote.right {
  float: right;
  margin-left: 20px;
  margin-right: 0;
  text-align: left;
  width: 33%;
}

#calendar_wrap {
  margin: 0;
  padding: 0;
}

img.size-full,
img.size-medium {
  background: transparent;
  padding: 0;
}

label {
  display: block;
  font-weight: 200;
  line-height: 1.8em;
}

legend {
  font-weight: 700;
}

input,
textarea {
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 3px;
}

input:hover,
textarea:hover {
  border: 1px solid #aaa;
}

input[type=submit] {
  background: #000;
  color: #fff;
  padding: 5px;
}

input:hover[type=submit] {
  background: #333;
  color: #fff;
}

/* Boxen */

div.box5,
div.box4,
div.box3,
div.box2 {
  float: left;
  margin: 10px 3px;
  padding: 0;
  position: relative;
  width: 320px;
}


div.box2 {
  width: 484px;
}

div.box3 {
  margin-top: 20px;
  position: relative;
  text-align: center;
}

div.box3 span {
  background: url(images/foto3.png) no-repeat 0 0;
  display: block;
  height: 210px;
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  text-indent: -999em;
}


div.box4 {
  width: 237px;
}

div.box5 {
  width: 210px;
}

div.box2 h2,
div.box3 h3,
div.box4 h3,
div.box4 h4,
div.box5 h3,
div.box5 h4 {
  margin: 5px 15px 5px 15px;
}

div.box2 img,
div.box3 img,
div.box4 img,
div.box5 img  {
  margin: 0;
}

div.box3 img  {
  margin: 15px 0;
}

div.box2 p,
div.box3 p,
div.box4 p,
div.box5 p {
  margin: 5px 0;
  padding: 0 10px 10px 10px;
  text-align: left;
}

div.box2 ul {
  margin: 0 15px 0 30px;
  padding: 0;
}

div.box3 ul,
div.box4 ul,
div.box5 ul {
  list-style: none;
  margin: 0 15px;
  padding: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.thumbnail {
  float: left;
  margin: 5px 15px 10px 0;
}

.thumbnail img {
  border: 5px solid #ddd;
  float: left;
  margin: 0 15px 10px 0;
}

.thumbnail a:hover img,
.thumbnail a:focus img {
  border: 5px solid #bbb;
}

.thumbnail2 {
  border: 2px solid #ddd;
  height: 200px;
  margin: 10px 15px;
  padding: 0;
  width: 290px;
}

.wp-pagenavi,
.wp-navigation {
  clear: both;
  margin: 10px 18px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  background: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee)) ;
  background: -moz-linear-gradient(top,  #ffffff,  #eeeeee) ;
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee'); /* IE6 & IE7 */
  -ms-filter: "filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee')";  /* IE8 */
  border: 1px solid #bbb;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #000;
  margin: 0 5px 0 0;
  padding: 7px;
  text-decoration: none;
  width: auto;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background: #333;
  border: 1px solid #ccc;
  color: #fff;
}

.wp-pagenavi span.current {
  font-weight: 700;
}

.wp-pagenavi span.extend {
  background: transparent;
  border: none;
  color: #000;
  margin: 2px;
  padding: 5px;
}

/* Layout */

#page,
#wrapheader,
#header,
#wrapper,
#wrapcontent,
#content,
#wrapsidebar,
#sidebar,
#wrapfooter,
#footer {
  position: relative;
  z-index: 1;
}

#header,
#wrapper,
#footer {
  margin: 0 auto;
  padding: 10px 0;
  width: 980px;
}

#wrapheader {
  background: #86B0D3;
  border-bottom: 2px solid #ddd;
  height: 110px;
}

#header {
  background: url(images/blue-header.jpg) no-repeat 50% 0;
  height: 110px;
}

#header h1 {
  left: 0;
  margin: 0;
  position: absolute;
  top: 5px;
}

#header h1 a,
#header h1 a:hover,
#header h1 a:focus {
  background: url(images/logo.png) no-repeat 0 0;
  display: block;
  height: 100px;
  width: 155px;
}

#header h2 {
  background: url(images/kark-classics.png) no-repeat 0 0;
  display: block;
  height: 57px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 220px;
  top: 40px;
  width: 363px;
}

a.contact {
  background: url(images/kfz-schild2.png) no-repeat 0 0;
  bottom: 0;
  display: block;
  height: 110px;
  position: absolute;
  right: 0;
  width: 300px;
  z-index: 9000;
}

#searchform {
  position: absolute;
  right: 10px;
  top: 0;
}

#searchform form,
#searchform p {
  margin: 0;
  padding: 0;
}

#searchform input {
  background: #fff;
  border: 1px solid #ccc;
  margin: 0 5px 0 0;
  padding: 2px 5px;
  opacity: 0.8;
}

#searchform input:hover {
  opacity: 1;
}

#searchform input[type=submit],
#searchform input.bu {
  background: transparent url(images/lupe.png) no-repeat 0 0;
  border: none;
  height: 32px;
  margin: 0;
  padding: 0;
  width: 32px;
  text-indent: -999em;
}


#page {
  background: #fff url(images/blue-content2.jpg);
  border-bottom: 1px solid #ccc;
  clear: both;
}

#wrapcontent {
  float: left;
  width: 630px;
}

#content {
  font-size: 1.3em;
  line-height: 1.5em;
  padding: 10px 0;
  z-index: 1;
  min-height: 500px;
}

#content a.more,
#content a:hover.more,
#content a:hover.more {
  background: #5681A6;
  color: #fff;
  padding: 1px 3px 3px 3px;
}

#content a:hover.more,
#content a:hover.more {
  background: #fff;
  color: #5681A6;
}

#content input {
  display: block;
}

#content div.pola {
  background: url(images/polaroid1.png) no-repeat 0 0;
  float: left;
  height: 154px;
  margin: 0 10px 5px 0;
  padding: 0;
  width: 130px
}

#content div.pola img {
  margin: 13px 0 0 13px;
}

#content div.radio {
  background: url(images/radio2.png) no-repeat 0 0;
  padding: 80px 0 0 0;
  position: relative;
  text-align: center;
  width: 300px;
}

#content dl.artikel {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  float: left;
  margin: 0;
  padding: 10px;
  width: 185px;
  height: 240px;
  overflow: hidden;
}

#content dl.rechts {
  border-right: none;

}

#content dl.artikel h2 {
  font-size: 1.0em;
  margin: 0;
  padding: 0;

}

#content dl.artikel dt {
  text-align: center;
}

#content dl.artikel dt img {
  border: 2px solid #ddd;
  margin: 0 0 20px 0;
  width: 130px;
}

#content dl.artikel dd {

}

#content dl.artikel dd.price {

}



#content dl.parts {
  background: #f7f7f7;
  border: 1px dotted #ccc;
  float:left;
  margin: 10px 10px 10px 0;
  padding: 10px;
  width:28%;
}

#content dl.parts h2 {
  font-size: 1.1em;
  margin: 0;
  padding: 0;
}

#content dl.parts dt {
  text-align:center;
}

#content dl.parts dt img {
  border: 2px solid #ddd;
  margin: 0 auto;
  width: 130px;
}

#content dl.parts dd.head {
  height:65px;
  overflow:hidden;
}

#content dl.parts dd.price {
  font-weight:700;
  text-align:right;
}


#content ul.galerie,
#content div.gallery {
  list-style: none;
  margin: 15px auto;
  padding: 0;
  width: auto;
}

#content ul.galerie li {
  background: transparent;
  border: none;
  display: inline;
  float: left;
  padding: 0;
  width: auto;
}

#content ul.galerie li a,
#content ul.galerie li a:hover,
#content ul.galerie li a:focus,
#content .gallery dl a,
#content .gallery dl a:hover,
#content .gallery dl a:focus {
  background: url(images/rahmen.jpg) no-repeat 0 0;
  display: block;
  float: left;
  height: 148px;
  margin: 5px;
  padding: 28px 0 0 0;
  text-align: center;
  text-decoration: none;
  width: 190px;
}

#content ul.galerie li a:hover,
#content ul.galerie li a:focus,
#content .gallery dl a:hover,
#content .gallery dl a:focus {

}

#content ul.galerie li img,
#content .gallery dl img {
  border: 1px solid #ccc;
}

#content div.post {
  border-bottom: 2px dotted #ddd;
  clear: both;
  margin: 40px 0;
  padding: 0 0 10px 0;
  position: relative;
}

#content div.post h1,
#content div.post h3,
#content div.post h4,
#content div.post h5 {
  margin: 25px 0 10px 0;
  padding: 0;
}

#content div.post h2 {
  font-size: 1.6em;
  margin: 0 25px 5px 0;
  padding: 0;
}

#content div.post h2 a,
#content div.post h2 a:hover,
#content div.post h2 a:focus {
  text-decoration: none;
  font-family: georgia, "times new roman", times, verdana, arial, helvetica, sans-serif;
}

#content div.post p {
  margin: 10px 0;
}

#content div.post p.date {
  margin: 5px 0;
  font-style: italic;
}

#content div.post p.comments {
  background: url(images/comments.png) no-repeat 0 50%;
  margin: 0;
  padding: 0 0 0 20px;
  position: absolute;
  top: 0;
  right: 0;
}

#content div.post p.postmetadata {
  clear: both;
  margin: 10px 0;
}

#content div.post .wp-caption p.wp-caption-text {
  margin: 5px 0 0 0;
  text-align:center;
}

#content #respond {
  clear: both;
  padding: 15px 0;
}

#content div.navigation {
  background: transparent;
  border: none;
  clear: both;
  margin: 15px 18px;
  position: relative;
}

#content div.navigation .nav-previous,
#content div.navigation .nav-next {
  float: left;
  width: 300px;
}

#content div.navigation .nav-next {
  float: right;
}

#content .breadcrumb {
  color: #777;
  margin: 10px 0;
}

#content .breadcrumb a {
  color: #777;
}

#content .breadcrumb a:hover,
#content .breadcrumb a:focus {
  color: #000;
}

#wrapsidebar {
  float: right;
  width: 350px;
}

#sidebar {
  padding: 20px 0;
  position: relative;
  text-align: right;
}

#sidebar div.discover a,
#sidebar div.discover a:hover,
#sidebar div.discover a:focus {
  position: absolute;
  top: 20px;
  left: 150px;
  background: url(images/d-schild.png) no-repeat 0 0;
  display: block;
  height: 60px;
  width: 85px;
  z-index: 1000;
}



#sidebar div.autobahn a,
#sidebar div.autobahn a:hover,
#sidebar div.autobahn a:focus {
  background: url(transparent.gif) no-repeat 200px 200px;
  position: absolute;
  top: 545px;
  left: 115px;
  display: block;
  height: 60px;
  width: 80px;
  z-index: 1000;
}

#sidebar div.km300 a,
#sidebar div.km300 a:hover,
#sidebar div.km300 a:focus {
  background: url(transparent.gif) no-repeat 200px 200px;
  position: absolute;
  top: 25px;
  left: 232px;
  display: block;
  height: 80px;
  width: 80px;
  z-index: 1000;
}

#sidebar div.speedlimit a,
#sidebar div.speedlimit a:hover,
#sidebar div.speedlimit a:focus {
  background: url(transparent.gif) no-repeat 200px 200px;
  position: absolute;
  top: 85px;
  left: 285px;
  display: block;
  height: 70px;
  width: 70px;
  z-index: 1000;
}

#wrapfooter {
  border-top: 1px solid #fff;
  font-size: 1.3em;
  line-height: 1.6em;
  min-height: 120px;
  padding: 0;
}

#footer {
  color: #aaa;
  padding-top: 130px;
  text-align: center;
}

#footer ul  {
  list-style: none;
  margin: 10px 15px;
  padding: 0;
}

#footer ul li {
  display: inline;
}

#footer ul li a,
#footer ul li a:hover,
#footer ul li a:focus {
  color: #aaa;
  padding: 0 5px 0 10px;
  text-decoration: none;
  text-shadow: -1px -1px 1px #222;
}

#footer ul li a:hover,
#footer ul li a:focus {
  color: #fff;
}

#footer ul li+li {
  border-left: 1px solid #aaa;
}

#footer div.radio {
  background: url(images/radio2.png) no-repeat 0 0;
  padding: 80px 0 0 0;
  position: absolute;
  top: 10px;
  left: 250px;
  text-align: center;
  width: 300px;
}

#footer div.radio p {

}

#footer div.tv {
  background: url(images/tv.png) no-repeat 0 0;
  display: block;
  height: 280px;
  position: absolute;
  right: 400px;
  top: 0;
  width: 345px;
}

.recentcomments a {
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
}

ul#recentcomments li.recentcomments {
  padding: 7px 5px;
}

#wrapnavigation {
  line-height: 1;
  margin: 0 0 20px 0;
  padding: 0;
  z-index: 6000;
}

#navigation {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 980px;
  z-index: 5000;
}

#nav, #nav ul {
  list-style: none;
  line-height: 1;
  margin: 0;
  padding: 0;
}

#nav a,
#nav a:hover,
#nav a:focus {
  background: url(images/star-blue.png) no-repeat 0 50%;
  color: #5681A6;
  display: block;
  font-size: 1.5em;
  font-variant: small-caps;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 15px 0 0;
  padding: 10px 20px;
  text-align: left;
  text-decoration: none;
  width: auto;
}

#nav a:hover,
#nav a:focus,
#nav li.current-cat a,
#nav li.current-cat-parent a,
#nav li.current_page_item a,
#nav li.current_page_parent a,
#nav li:hover a,
#nav li.sfhover a  {
  background: url(images/pfeil-blue.png) no-repeat 100% 50%;
  color: #fff;
  padding: 10px 30px 10px 10px;
}


#nav li {
  float: left;
  margin: 0;
  padding: 0;
  width: auto;
}

#nav li ul { /* second-level lists */
  background: #5681A6 url(images/blue.png);
  border-top: 1px solid #fff;
  left: -999em;
  padding: 10px;
  position: absolute;
  width: 150px;
}

#nav li ul ul { /* third-and-above-level lists */
  margin: -1.5em 0 0 12em;
  border: 1px solid #5681A6;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul {
  left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul { /* lists nested under hovered list items */
  left: auto;
}

#nav li ul a,
#nav li ul a:hover,
#nav li ul a:focus {
  background: url(images/star.png) no-repeat 0 50%!important;
  border-bottom: 2px dotted #5681A6;
  color: #F1ECCF !important;
  font-size: 1.3em;
  font-weight: 200;
  margin: 0 5px;
  padding: 7px 15px 7px 25px!important;
}

#nav li ul a:hover,
#nav li ul a:focus,
#nav ul li.current-cat,
#nav ul li.current-cat-parent a,
#nav ul li.current_page_item a,
#nav ul li.current_page_parent a {
  color: #F1ECCF !important;
  border-bottom: 2px dotted #F1ECCF;
}

#nav li.current-cat-parent a,
#nav li.current_page_item a,
#nav li.current_page_parent a,
#nav li.current-cat-parent a:hover,
#nav li.current_page_item a:hover,
#nav li.current_page_parent a:hover {
  font-weight: 700;
}

#nav li:hover ul li {
  clear: left;
  float: none;
  padding: 0;
  position: relative;
}

.contact span,
#sidebar div.discover a span,
#sidebar div.autobahn a span,
#sidebar div.km300 a span,
#sidebar div.speedlimit a span,
h1 span, h2 span,
dd.gallery-caption,
.nix {
  display: inline;
  height: 0;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  top: -1000px;
  width: 0;
}

#formbox {  margin: 15px 0;padding: 0;}
#formbox form {  border: none;}
#formbox fieldset {  border: none;color: #000;margin: 0 20px 15px 0;padding: 10px 0;}
#formbox label,#formbox select,#formbox input[type=checkbox],#formbox input[type=radio],#formbox input[type=button],#formbox input[type=submit] {  cursor: pointer;}
#formbox label {  font-weight: 200;margin: 0;padding: 0;}
#formbox input,#formbox textarea,#formbox input:hover,#formbox textarea:hover  {  background: #fff;border: 1px solid #ccc;color: #000;margin: 5px 0;padding: 5px;width: 80%;-webkit-border-radius: 7px;-khtml-border-radius: 7px;-moz-border-radius: 7px;border-radius: 7px;}
#formbox input:hover,#formbox textarea:hover {  background: #fff;border: 1px solid #aaa;color: #000;}
#formbox input[type=checkbox] {  background: transparent;border: none;color: #000;margin: 0;width: 1.5em;}
#formbox textarea {  overflow: auto; }
#formbox input[type=submit] {background: #000;  border: 1px solid #333;  color: #fff;  display: block;  float: left;  font-weight: 700;letter-spacing: 1px;margin: 0 5px;padding: 8px 15px;text-align: left;text-decoration: none;width: auto;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;-webkit-box-shadow: 1px 1px 5px #bbb;-moz-box-shadow: 1px 1px 5px #bbb;box-shadow: 1px 1px 5px #bbb;
}
#formbox input:hover[type=submit] {background: #333;color: #fff; -webkit-box-shadow: none; -moz-box-shadow: -1px 0 1px #fff; box-shadow: none;}
#formbox h3 {margin: 10px 0;  padding: 0;}
#formbox p {clear: left;  margin: 5px 0;  padding: 0;  background: transparent;  text-align: left;}