/*
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
Text Domain: kubrick

	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 */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Sans-Serif;
	background: #ff3300;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	}

#header {
	background-image: url(images/bg_head.gif); 
  background-repeat: repeat-x;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}
	
#aktionsbanner {
  float: right; 
  width: 525px; 
  height: 120px; 
  margin-right: 0px; 
  background-image: url('images/aktionssale_switch.png')
}

#headBalken {
  position:absolute;
  height:69px;
  top:24px;
  left:13px;
  width:249px;
  z-index:-1;
  background-image: url('images/head_background.png')
}

#content {
	font-size: 1.1em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.3em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #c0c0c0;
}

.even, .alt {
#	border-left: 1px solid #c0c0c0;
}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	color:red;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 16px;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 1.1em;
	}

h3 {
	font-size: 1.2em;
	}
	
h4 {
  color: #ff3300;
  font-size:13px;
  margin:-6px 0 -10px 0;
  }

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #ff3300;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	} 

.entry p a:visited {
#	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
#	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Verdana, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.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: Arial, Verdana, Sans-Serif;
	}

.commentmetadata {
#	font-weight: normal;
	}

#sidebar {
	font: 1em Arial, Verdana, Sans-Serif;
	}

small, .nocomments, .postmetadata, blockquote, strike {
#	color: #777;
	}
	
#xsmall {
  font-size:9px;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
#content h2 a:hover {
  color: #ff3300;
  text-decoration: underline;
  }

a,  h3 a:hover {
	color: #333;
	text-decoration: underline;
	}
	
#sidebar a, h2 a:hover, h3 a:hover {
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
	
.more-link, .more-link a:visited {
  color:#ff3300!important;
}

#index_excerpt {
  margin-bottom:-12px;
}

#index_permalink {
  font-size:16px; 
  margin-top:8px; 
}

#index_more_link {
  color:#ff3300;
  margin-top:-15px;
}

#indexlist_headline {
  margin:4px 0 5px 0;
}

#indexlist_date {
  float:left; 
  width:38px; 
  color:#006CDB;
}

#indexlist_title {
  float:right; 
  width:212px;
}

#indexlist_link {
  text-decoration:none;
}

#indexlist_link:hover, #index_permalink:hover {
  text-decoration:underline;
}

#indexlist_more {
  margin-top:6px;
}
	
#post_title h2 {
  float:left;
  width:400px;
}

#post_title small {
  float:right;
  margin-top:18px;
}

#postmeta_small {
  line-height:1.3em;
}

#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 */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: -20px auto;
	padding: 0;
	width: 739px;
  position:relative;
	border: 0;
	}

#header_background {
  background-attachment:scroll;
  background-color:transparent;
  background-image:url('images/bg_head.gif');
  background-position:left top;
  background-repeat:repeat-x;
  height:178px;
  position:absolute;
  text-align:left;
  width:100%;
}

#header {
  background-attachment:scroll;
  background-color:transparent;
  background-image:url('images/bg_head.gif');
  background-position:left top;
  background-repeat:repeat-x;
  height:199px;
  margin-bottom:15px;
  margin-left:auto;
  margin-right:auto;
  margin-top:0;
  position:relative;
  text-align:left;
  width:739px;
  z-index:90;
  background-color:white;
}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}
	
#headLogo {
  background-position:0 0;
  cursor:pointer;
  display:block;
  height:155px;
  left:17px;
  position:absolute;
  top:6px;
  width:165px;
  z-index:10;
}

#loginzeile {
  color:#006CDB;
  display:block;
  font-family:arial;
  font-size:11px;
  height:14px;
  position:absolute;
  right:15px;
  top:5px;
  width:347px;
}

.chooseLangBox {
  background-color:#FFFFFF;
  background-position:1px 1px;
  background-repeat:no-repeat;
  border:1px solid #000000;
  display:block;
  float:left;
  height:13px;
  overflow:hidden;
  width:112px;
  z-index:10000;
}

.chooseHiddenLangBox {
  background-color:#FFFFFF;
  background-position:1px 1px;
  background-repeat:no-repeat;
  color:#000000;
  display:block;
  float:left;
  height:13px;
  overflow:hidden;
  width:112px; 
}

.chooseHiddenLangBox:hover {
  background-color:#316ac5;
  color:#ffffff;
}

#hiddenLangBox {
  background-color:#FFFFFF;
  border:1px solid #000000;
  display:none;
  position:absolute;
  left:0px;
  margin-top:13px;
  padding-top:2px;
  width:112px;
  height:295px;
  z-index:10000;
}

#chooseLangBoxAnzeige {
  background-color:#FFFFFF;
  color:#000000;
  cursor:default;
  float:left;
  font-family:Arial,Helvetica,Sans-Serif;
  font-size:11px;
  height:12px;
  margin-left:20px;
  margin-top:0;
  overflow:hidden;
  width:75px;   
}

#chooseLangBoxText {
  display:block;
  height:14px;
  margin-top: -1px;
  width:90px;
}

#chooseHiddenLangBoxText {
  display:block;
  height:14px;
  margin: -1px 0 0 20px;
  width:90px;
  cursor:default;  
}

#chooseLangBoxButton {
  background-color:#D6D3CE;
  border-left:1px solid #000000;
  display:block;
  float:right;
  height:13px;
  width:13px;
}
                           
#chooseLangButton {
  background-image: url(images/pfeil.png);
  background-position:2px 4px;
  background-repeat:no-repeat;
  border-bottom:1px solid #424142;
  border-left:1px solid #FFFFFF;
  border-top:1px solid #FFFFFF;
  display:block;
  float:left;
  height:12px;
  width:13px;
}

#login_register {
  float:right;
  color:#006CDB;
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
}

#login_register a {
  color:#006CDB;
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  text-decoration:none;
}

#login_register a:hover {
  text-decoration:underline;
}

div.bannerlinks {
  background-color:#B2D3F4;
  position:absolute;
  right:13px;
  top:95px;
  width:350px;
}

#servicecallBox {
  background-repeat:no-repeat;
  float:left;
  height:65px;
  width:175px;
  background-position: 0 4px;
}

#servicecall {
  border-bottom:1px solid #B2D3F4;
  cursor:pointer;
  display:block;
  float:left;
  height:20px;
  width:90px;
  margin-top:18px;
}

#servicechat {
  border-bottom:1px solid #B2D3F4;
  cursor:pointer;
  display:block;
  float:left;
  height:20px;
  width:62px;
}

#servicetimes {
  display:block;
  height:65px;
  position:absolute;
  right:-7px;
  width:180px;
  background-position: 0 -62px;
}

div.bannerlinks_left {
  background-repeat:no-repeat;
  display:block;
  float:left;
  height:19px;
  width:73px;
}

div.bannerlinks_right {
  background-repeat:no-repeat;
  cursor:pointer;
  float:left;
  height:19px;
  margin-bottom:0;
  width:125px;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 14px;
	margin: 0 0 0;
	width: 522px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	padding: 0 0 12px;
	text-align: left;
	border-bottom: 1px solid #c0c0c0;
	}

.post hr {
	display: block;
	}
	
.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	margin-top: 13px;
	}

.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;
}

#news_list, #blog_list {
  position:relative;
  width:251px;
  background-color:#b2d3f4;
  padding:1px 5px 10px 5px;
}

#news_list a, #blog_list a {
  color:#006cdb;
}

#news_list ol, li {
  margin:0;
}


#slider_news ul, #slider_news li,
#slider_blog ul, #slider_blog li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider_news, #slider_news li,
#slider_blog, #slider_blog li{ 
	width:250px;
	height:140px;
	overflow:hidden; 
	}
.news_column {
  float:left;
  width:255px;
  margin-top:15px;
}

.blog_column {
  float:right;
  width:252px;
  border-left: 1px solid #c0c0c0;
  padding-left:4px;
  margin-top:15px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

.fb_share_count_top {
  width:49px;
}

.FBConnectButton_Small, .FBConnectButton_RTL_Small {
  width:49px;
  background-position:-4px -232px!important;
  border-left: 1px solid #1A356E;
}

.FBConnectButton_Small .FBConnectButton_Text {
  margin-left:10px!important;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 739px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	}
	
#shadow_bottom {
  background-image: url(images/shadow_bottom.png);
  width:749px;
  height:19px;
  margin: 10px auto;
	padding: 0;
}

#shadow_right_page, #shadow_right_header {
  background-image:url(images/shadow_right.png);
  background-repeat: repeat-y;
  width:5px;
  position:absolute;
  right:-5px;
}

#shadow_right_header {
  height:194px;
}

#shadow_left_page, #shadow_left_header {
  background-image:url(images/shadow_left.png);
  background-repeat: repeat-y;
  width:5px;
  position:absolute;
  left:-5px;
}

#shadow_left_header {
  height:194px;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 15px 0 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 15px 0 3px 0;
	padding: 0;
	}
	
#sidebar h2 a:hover{
	color:#ff3300;
  text-decoration:underline;
	}

h3 {
	padding: 0;
	margin: 16px 0 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;
	margin: -10px 0 -10px 0;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
#	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

#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: -6px;
	}

#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: -4px 0 3px 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	text-align: center;
	}

#sidebar #searchform #s {
  font-size:0.9em;
  width: 100%;
  color: #AAAAAA;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
	
#searchbox {
  background-image:url(images/pfeil_searchbox.gif);
  background-position:0 50%;
  background-repeat:no-repeat;
  height:17px;
  position:absolute;
  right:12px;
  top:16px;
  width:17px;
  cursor:pointer;
}
	
#content #searchform #s {
  margin-top:20px;
  font-size:0.9em;
  width: 50%;
	}

.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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	height:22px;
  width:170px;
  border:none;
  background-image: url('images/b_submit_comment.gif');
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding-bottom: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 10px 5px 0px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 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: 15px 0 10px 0;
	margin-left: 554px;
	width: 168px;
	}

#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 #c0c0c0;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	height:0px;
	padding:5px 0 9px 0;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #c0c0c0;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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;
}
/* End captions */

.addthis_container {
  position:absolute;
  right:203px;
  margin-top:-1px;
}

.clear {
  clear:both;
}

.nav_but{
  position: absolute;
  top: 162px;   
  width: 722px;
  margin: 0;
  padding: 0 0 0 14px;
  clear: both;
} 
  
.nav_but1{
  float: left;
}

.menue_shadow{
  background-image: url(images/menu_shadow.png);
  display: block;
  width: 90px; 
  height: 35px;
  background-repeat:no-repeat; 
}

.nav_but1 a{
  background-image: url(images/s_head_menuebuttons.gif);
  display: block;
  width: 90px; 
  height: 35px; 
  background-repeat:no-repeat; 
}

.nav_but1 a:hover{
  background-position: -90px -35px; 
}

#sidebar .widget_twitter a {
  text-decoration:underline;
}

#sidebar .widgettitle a {
  text-decoration:none;
}

a.transparent_class img {
  filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

a.transparent_class:hover img {
  filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

#slider_news_nextBtn a,
#slider_news_nextBtn a.active,
#slider_blog_nextBtn a,
#slider_blog_nextBtn a.active {
  float: left;
  background-image: url(images/slider/slider-next-active.gif);
  background-repeat: no-repeat;
  display: block;
  width: 9px;
  height: 9px;
  margin-top: 8px;
}

#slider_news_prevBtn a,
#slider_news_prevBtn a.active,
#slider_blog_prevBtn a,
#slider_blog_prevBtn a.active {
  float: left;
  background-image: url(images/slider/slider-prev-active.gif);
  background-repeat: no-repeat;
  display: block;
  width: 9px;
  height: 9px;
  margin-top: 8px;
}

a#slider_news_sliderlink_prevBtn.inactive,
a#slider_blog_sliderlink_prevBtn.inactive {
  background-image: url(images/slider/slider-prev-inactive.gif);
}

a#slider_news_sliderlink_nextBtn.inactive,
a#slider_blog_sliderlink_nextBtn.inactive {
  background-image: url(images/slider/slider-next-inactive.gif);
}

span#slider_news_slidersidecount,
span#slider_blog_slidersidecount {
  float: left;
  font-weight: bold;
  font-size: 11px;
  color: #006CDB;
  margin: 6px 3px 0 3px;
}

a.feedlinks {
   padding-left: 5px; 
   vertical-align:top;
   font-weight: bold; 
   text-decoration: none; 
}

a.feedlinks img {
  margin: 0 2px -2px 0;  
}
}