/*
Theme Name: Plainscape
Theme URI: http://srinig.com/wordpress/themes/plainscape/
Description: A plain and simple theme that just works. Fixed width, two columns, left sidebar, standards compliant.
Version: 1.0.3
Author: Srini G
Author URI: http://srinig.com/wordpress/
Tags: fixed-width, two-columns, right-sidebar, blue, white, light, threaded-comments

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

*/



body {
	background:url('images/body_background.jpg') repeat-x;
	font-size: 56%; /* Resets 1em to 10px */
	font-family: Verdana,'Lucida Grande', Sans-Serif;
	color:#555;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Sans-Serif;
	font-weight: bold;
	text-align:left;
}


h2 a  {
	font-family: Verdana, Sans-Serif;
	color:#005698;
	font-weight: bold;
	text-align:left;
}


h1 { font-size: 13px; color:#005698;}
h2 { font-size: 11px; color:#005698; padding: 5px 0 0 0; margin: 0;}
h3 { font-size: 11px; color:#005698; padding: 5px 0 0 0; margin: 0;}


pre {
	overflow:auto;
}

acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
}

strong {	
	color:#666;
}

a {
	color: #005698;
	text-decoration: none;
}


a:hover {
	background: #d3d3d3;
}


hr {
	display: none;
	}

a img {
	border: none;
	}


/* Layout */

body {
	margin: 0;
	padding: 0;
}

#page {
	margin: 0 auto;
	padding: 0;
	width: 1040px;
}

#header {
	margin: 0 20px 0 20px;
	padding: 0;
}

#breadcrumb {
	margin: 0;
	padding: 25px 0 0 228px;
	height: 10px;
	color: #999999;
	font-size:1.1em;
}

#breadcrumb a {
	color: #999999;
}

#breadcrumb a:hover {
	color: #555555;
	background: none;
}



#wrapper {
	margin: 0px 20px 15px 20px;
	padding: 0;
}


#content {
	margin:0;
	padding: 27px 84px 0 0;
	width: 710px;
	float: right;
}


/* Sidebar */
	
#sidebar {
	font: 1.2em Verdana, Arial, Sans-Serif;
	width:130px;
	float:left;	
	margin: 37px 0 0 0;
	padding: 0;
}	

#sidebar h2 {
	background: #005698;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0 0 0 8px;
	margin: 0 0 3px 0;
	display:block;
	line-height: 20px;
	}

#sidebar #sidebar-navigation h2 {
	background:url('images/bg_sidebar_nav.gif') repeat-x bottom;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

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

#ctc  {
	margin: 25px 0 0 0;
	text-align: center;
	}

#ctc h2 {
	display: none;
	}

#ctc a:hover {
	background: none;
	text-decoration: underline;
	}

.widget_recent_entries ul li a {
	background-color: #b1c1da;
	color: #005698;
	margin: 0 0 3px 0;
	padding: 2px 0 2px 8px;
	display: block;	
	}

.widget_recent_entries ul li a:hover {
	background-color: #c9d3e5;
}	


/* Sidebar Submenue*/

.cms-nav-sidebar a {
	padding: 0 0 0 8px;
	display: block;
	line-height: 20px;
	margin: 0 0 3px 0;
}	


/* Sidebar Submenue 1. Ebene */

.cms-nav-sidebar li {
	line-height: 0;
	padding: 0;
	margin:0;
}	

.cms-nav-sidebar li a {
	background-color: #b1c1da;
	color: #005698;
	margin: 0 0 3px 0 ;
	padding: 0 0 0 8px;
	display: block;
	line-height: 20px;
}	

.cms-nav-sidebar li.selected_page_side a {
	padding: 0 0 0 8px;
	display: block;
	line-height: 20px;
	background-color: #005698;
	color: #ffffff;
	margin: 0 0 3px 0;
}	

.cms-nav-sidebar li.selected_page_side a:hover {
	background-color: #005698;
}	

.cms-nav-sidebar li.selected_page_side ul li a {
	background: #e4e9f2;
	color: #005698;
	display: block;
}	


.cms-nav-sidebar li.selected_page_side ul li a:hover {
	font-weight: normal;
	background: #c9d3e5;
	color: #005698;
}	


.cms-nav-sidebar li a:hover {
	background-color: #c9d3e5;
}	



/* Sidebar Submenue 2. Ebene */

.cms-nav-sidebar li ul li a {
	background: #e4e9f2;
	color: #005698;
	display: block;
}	

.cms-nav-sidebar li ul li.selected {
	background-color: #005698;
	color: #ffffff;
	margin: 0 0 3px 0;
	padding: 0 0 0 8px;
	line-height: 20px;
	display: block;
}	

.cms-nav-sidebar li ul li a:hover {
	background-color: #c9d3e5;
}	


/* Sidebar Submenue 3. Ebene */

.cms-nav-sidebar li ul li ul li a {
	margin: 0 0 3px 0;
	background-color: #e0e0e0;
}	

.cms-nav-sidebar li ul li ul li.selected {
	font-weight: bold;
}	


.cms-nav-sidebar li ul li ul li a:hover {
	text-decoration: underline;
}	



#recent-posts a {
	padding: 4px 4px 6px 5px;
	display: block;
	min-height: 15px;
	color: #005698;
	background-color: #e8e8e8;
	margin-bottom: 3px;
}	

#recent-posts a:hover {
	background-color: #d5d5d5;
	}	


#calendar_wrap {
	padding: 0;
	margin: 0 0 -30px -9px;
	}	

	
#serv_nav {
	padding: 0;
	margin: 0;
	height: 36px;
	bottom: 0;
	
}
	
#serv_nav form  {
	margin: 9px 0 0 0;
	padding: 0;
	float:right;
}		


#s  {
	background: #d8d8d8 url('images/bg_search.gif') no-repeat;
	width: 115px;
	padding: 2px 0 0 20px;
	margin:0;
	height: 17px;
	color: #005698;
	border: 0px;
}		

#serv_nav ul {
	list-style-type: none;
	text-align: right;
	margin: 0;
	padding: 0;
	margin: 12px 0 0 0;
	font-size:1.2em;
	width: 852px;
	float: left; 
}

#serv_nav ul li {
	float:right;
	padding-left: 10px;
}

#serv_nav ul li a{
	color: #999999;
}

#serv_nav ul li a:hover {
	background: none;
	color: #555;
}

/* Footer */	

#footer {
	background: url('images/border_h.png') repeat-x top;
	padding:10px;
	margin: 20px auto;
	clear: both;
	font-size: 1.2em;
}


#footer p {
	float: left;
	padding:  0 13px 0 0;
	margin: 0;
	}

#footer ul {
	list-style-type: none;
	float:right;
	margin: 0;
	padding: 0;
}

#footer ul li {
	float:right;
	padding-left: 12px;
}

#footer ul li a{
	color: #999;
}

#footer ul li a:hover {
	background: none;
	color: #555;
}





/* Header */


#iconset {
	padding: 0;
	margin: 0 0 0 68px;
	width: 769px;
}


#iconset h1 {
	float:right;
	background:url('images/iconset/kum_logo.gif') no-repeat;
	width:207px;
	height:67px;
	padding: 0;
	margin: 0;
}

#iconset h1 a{
	display: block;
	width:207px;
	height:67px;
}

#iconset h1 a:hover{
	background: none;
}

#iconset ul {
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0;
	display: block;
	float:left;
}

#iconset li {
	float: left;
	padding: 0 5px 0 0;
	margin: 0;
}

#iconset a{
	display: block;
	width: 65px;
	height: 77px;
}

#iconset strong{
	display: none;
}


/* Classiscs */

#iconset #classics a{
	background:url('images/iconset/classics.gif') no-repeat;
}

#iconset #classics_active a, #iconset #classics_active a:hover, #iconset #classics a:hover{
	background:url('images/iconset/classics_active.gif') no-repeat;
}

/* Present */

#iconset #present a{
	background:url('images/iconset/present.gif') no-repeat;
}

#iconset #present_active a, #iconset #present_active a:hover, #iconset #present a:hover{
	background:url('images/iconset/present_active.gif') no-repeat;
}


/* Plusminuszero */

#iconset #plusminuszero a{
	background:url('images/iconset/plusminus.gif') no-repeat;
}

#iconset #plusminuszero_active a, #iconset #plusminuszero_active a:hover, #iconset #plusminuszero a:hover{
	background:url('images/iconset/plusminus_active.gif') no-repeat;
}


/* 360 Grad Taschen */

#iconset #taschen a{
	background:url('images/iconset/360grad.gif') no-repeat;
}

#iconset #taschen_active a, #iconset #taschen_active a:hover, #iconset #taschen a:hover{
	background:url('images/iconset/360grad_active.gif') no-repeat;
}


/* Geneva */

#iconset #geneva a{
	background:url('images/iconset/geneva.gif') no-repeat;
}

#iconset #geneva_active a, #iconset #geneva_active a:hover, #iconset #geneva a:hover{
	background:url('images/iconset/geneva_active.gif') no-repeat;
}


/* iRobot */

#iconset #irobot a{
	background:url('images/iconset/irobot.gif') no-repeat;
}

#iconset #irobot_active a, #iconset #irobot_active a:hover, #iconset #irobot a:hover{
	background:url('images/iconset/irobot_active.gif') no-repeat;
}


/* Lifefactory */

#iconset #lifefactory a{
	background:url('images/iconset/lifefactory.gif') no-repeat;
}

#iconset #lifefactory_aktiv a, #iconset #lifefactory_aktiv a:hover, #iconset #lifefactory a:hover{
	background:url('images/iconset/lifefactory_aktiv.gif') no-repeat;
}


/* Enjoy Lighting */

#iconset #enjoylighting a{
	background:url('images/iconset/enjoylighting.gif') no-repeat;
}

#iconset #enjoylighting_aktiv a, #iconset #enjoylighting_aktiv a:hover, #iconset #enjoylighting a:hover{
	background:url('images/iconset/enjoylighting_active.gif') no-repeat;
}


/* Native Union */

#iconset #nativeunion a{
	background:url('images/iconset/built.gif') no-repeat;
}

#iconset #nativeunion_aktiv a, #iconset #nativeunion_aktiv a:hover, #iconset #nativeunion a:hover{
	background:url('images/iconset/built_active.gif') no-repeat;
}

/* Native Art Vinyl*/

#iconset #artvinyl a{
	background:url('images/iconset/artvinyl.gif') no-repeat;
}

#iconset #artvinyl_active a, #iconset #artvinyl_active a:hover, #iconset #artvinyl a:hover{
	background:url('images/iconset/artvinyl_active.gif') no-repeat;
}

/* Sonoro*/

#iconset #sonoro a{
	background:url('images/iconset/sonoro.gif') no-repeat;
}

#iconset #sonoro_active a, #iconset #sonoro_active a:hover, #iconset #sonoro a:hover{
	background:url('images/iconset/sonoro_active.gif') no-repeat;
}




.trenncontainer00 {
	height: 4px;
	background: #fff;
	padding: 0;
	margin: 0;
	clear: both;
	}

.trenncontainer01 {
	height: 20px;
	background: #fff;
	padding: 0;
	margin: 0;
	}

.trenncontainer02 {
	height: 25px;
	background: #fff;
	padding: 0;
	margin: 0;
	}
	
.trenncontainer03 {
	height: 1px;
	background:url('images/border_h.png') repeat-x bottom;
	padding: 0;
	margin: 0;
	}	

.trenncontainer04 {
	height: 30px;
	background:url('images/border_h.png') repeat-x top;
	padding: 0;
	margin: 0;
	}	

.trenncontainer05 {
	height: 20px;
	background:url('images/border_h.png') repeat-x bottom;
	padding: 0;
	margin: 0;
	}	

.trenncontainer06 {
	height: 10px;
	background:url('images/border_h.png') repeat-x center;
	padding: 0;
	margin: 0;
	}	



#header .description {
	font-size: 1.2em;
}

#hmenu {
	background:url('images/bg_menue.gif') no-repeat 0 0;
	margin:0 20px 0 227px;
	padding: 0;
	height: 30px;
	font-size: 1.2em;
	font-weight: normal;
	}


/* End header */




/* Post */

.post {
	background:url('images/border_h.png') repeat-x bottom;
	border-bottom: 2px solid #ffffff;
	margin: 0;
	padding: 0 0 15px 0; 
	overflow:hidden;
	clear:both;
	}

#more-link  {
	font-size: 1.2em;
	margin: 0 0 15px 0;
	padding: 0;
	}

#homepage-produkte  {
	background:url('images/bg_kat.gif') no-repeat -7px 50px;
	margin-bottom: 25px;
	padding: 95px 0 0;
	}


.post-produkte-home {
	width: 100%;
	margin: 0;
	padding: 0; 
	}


.post h3.post-title {
	font-weight:bold;
	font-size:1.8em;
	margin:0;
	padding:0;
	text-align:left;
}	


div.archive-title {
	font-size:1.6em;
	font-weight:bold;
}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
	font-size:1.1em;
	color:#888;
}

.clear {
	clear: both;
}

.entry {
	font-size:1.2em;
	line-height:1.8em;
	margin: 0;
}

.entry strong {
	color:#005698;
}

.entry blockquote {
	border:1px dashed #ccc;
	font-size:0.9em;
	padding:5px 20px;
	margin:10px 0;
	background:#f8f8f8;
}

.entry blockquote blockquote {
	font-size:1em;
}

.entry fieldset {
	border:1px dashed #ccc;
}

.entry fieldset legend {
	font-weight:bold;
	text-transform:uppercase;
}

.entry table {
	border-collapse:collapse;
	border-spacing:0;
	}


.entry table tr td {
	vertical-align: top;
}

.entry table td.content {
	width: 405px;
	padding: 0 0 0 20px;
}

.entry table td.image {
	width: 295px;
}

.entry table td.content_image img {
	background:url('images/bg_image.gif') no-repeat bottom right;
	padding: 0 8px 8px 0;
	margin: 8px 0 0 0;
}


.entry table td.content_small {
	width: 550px;
	padding: 0 0 0 10px;
}

.entry table td.img_small {
	width: 150px;
}

.entry table td.content_image_small img {
	background:url('images/bg_image.gif') no-repeat bottom right;
	padding: 0 8px 8px 0;
	margin: 8px 0 0 0;
}

.entry table.key_points td {
	padding: 8px 0 8px 0;
	margin: 0;
}

.entry table.art_nummer td {
margin:0;
padding:0;
}



.entry table tr th {
	
}

.entry ol { list-style-type:decimal; }
.entry ol ol {	list-style-type:lower-alpha; }
.entry ol ol ol {	list-style-type:lower-roman; }

.edit {
	background:url('images/edit.gif') no-repeat;
	padding: 0;
	margin: 10px 0 7px;
	width: 59px;
	height: 17px;
}

.edit a {
	color: #FFFFFF;
	padding: 1px 0 0 5px;
	display: block;
}

.edit a {
	color: #FFFFFF;
	background: none;
}


.edit#page {
	margin: -12px 0 15px 294px;
}


p img {
	padding: 0;
	max-width: 100%;
	float: left;
	margin-right: 15px;
	margin-top: 6px;
	background:url('images/bg_image.gif') no-repeat bottom right;
	padding: 0 8px 8px 0;
	}

#homepage-news p img {
	padding: 0;
	max-width: 100%;
	float: left;
	margin-right: 15px;
	margin-top: 6px;
	background:url('images/bg_image_news.gif') no-repeat bottom right;
	padding: 0 8px 8px 0;
	}



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

.alignright {
	padding:0;
	margin: 2px 0 5px 10px;
	display: inline;
	float:right;
	}

.alignleft {
	padding:0;
	margin: 2px 10px 5px 0;
	display: inline;
	float:left;
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.navigation .alignleft {
	text-align:left;
}
.navigation .alignright {
	text-align:right;
}

.navigation {
	font-size:1.2em;
	clear:both;
	margin:20px 0;
}	


.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
}


.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.searchbox {
	padding:20px;
	text-align:center;
	clear:both;
}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}


/* Comments*/

#comments {
	font-size:1.4em;
	line-height:1.4em;
}

.commentlist {
	margin:20px 0;
	padding:0 0 1px 0;
	background:url('images/border_h.png') repeat-x bottom;
}

.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
	background:url('images/border_h.png') repeat-x top;
}

li.comment div, li.pingback div {
	padding:20px;
	overflow:auto;
}

li.comment div div, li.pingback div div {
	padding:0;
	overflow:visible;
}

.commentlist li.even {
	background-color:#fafafa;
}

.commentlist li.odd {
	background-color:#f6f6f6;
}

ul.children li {
	list-style:none;
}

img.avatar {
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:0;
	background:#fff;
}

.comment-meta, .reply {
	margin:0;
	padding:0;
	font-size:0.8em;
}

.comment-author cite {
	font-style:normal;
	font-weight:bold;
}


textarea#comment {
	width:100%;

}

#comments div.navigation {
	font-size:0.8em;
}


	
/* Calendar */
#wp-calendar {
	empty-cells: show;
	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;
	font-weight:bold;
	}

#wp-calendar caption {
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	margin:0 0 5px 8px;
	color:#666;
	}

#wp-calendar td {
	padding: 3px 5px;
	text-align: center;
	}
	
#wp-calendar td#today {
	background:#eee;
}	

#wp-calendar td#prev a {
	padding: 0;
	text-align:left;
	font-weight:normal;
}

#wp-calendar td#next a {
	padding: 0;
	text-align:right;
	font-weight:normal;
}


/* End Calendar */



/* Haendlersuche */
#fe_haendlerliste li.li_haendler {
background:#E4E9F2 none repeat scroll 0 0;
height:105px;
margin:0 0 4px;
padding:0;
}

#fe_haendlerliste ul {
list-style-type:none;
margin:0;
padding:0;
}

table.tb_haendler {
border-collapse:collapse;
border-spacing:0;
}

table.tb_haendler td.haendlername {
padding:5px 5px 0;
width:130px;
}

table.tb_haendler td.haendlerimg {
padding:0 0 0 5px;
width:130px;
}

table.tb_haendler td.haendlermeta {
padding:5px 5px 0 10px;
}

input[type="submit"] {
background:#005698 none repeat scroll 0 0;
border:0 none;
color:#FFFFFF;
cursor:pointer;
padding:2px 6px;
width:80px;
}

ul.liste_hs li {
float:left;
margin:0;
padding:0 10px 0 0;
}

ul.liste_hs {
list-style-type:none;
margin:15px 0 0;
padding:0;
}

.ddsg-wrapper ul{
color: #005698;
}

