/*
Theme Name: WordPress Default DE-Edition
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>. Die deutsche Bearbeitung erfolgte durch <a href="http://wordpress-deutschland.org/">WordPress-Deutschland.org</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 */

.pagetitle{
margin-top:0px;
}
.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;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	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;
	}


.commentmetadata {
	font-weight: normal;
	}


small, #side_left ul ul li, #side_left 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 */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 960px;
	}

.narrowcolumn {
	float: right;
	margin: 0px;
	width: 750px;
	}

.widecolumn {
	margin: 0px;
	width: 750px;
	}

.post {
	margin: 0 0 40px;
	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;
}


.clear {
	clear: both;
}



/* End Structure */



/* 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: 10px;
	padding: 0 0 0 30px;
	list-style: disc;
	padding-left: 10px;


	}

html>body .entry li {
	margin: 0px 0 8px 10px;
	}
#side_left ul ul li:before {
	content: "\- ";
}
.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;
	}

#side_left ul, #side_left ul ol {
	margin: 0;
	padding: 0;
	}

#side_left ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 20px;
	}

#side_left ul p, #side_left ul select {
	margin: 5px 0 8px;
	}

#side_left ul ul, #side_left ul ol {
	margin: 5px 0 0 0px;
	}

#side_left ul ul ul, #side_left ul ol {
	margin: 0 0 0 10px;
	}

ol li, #side_left ul ol li {
	list-style: decimal outside;
	}

#side_left ul ul li, #side_left 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;
	}

#side_left #searchform #s {
	width: 108px;
	padding: 2px;
	}

#side_left #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: 99%;
	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 side_left */
#side_left
{
	padding: 0px;
	margin-right: 40px;
	width: 200px;
	}

#side_left form {
	margin: 0;
	}
/* End side_left */



/* 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;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	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 */


/* "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." */










/* ############################################################### */
/* PPCPS.de Style Sheets */
/* ############################################################### */
body {background: #FFFFFF;font-family: Arial, Trebuchet MS, Century Gothic, Arial Narrow;font-size: 13px;color: #555555;margin:0px;}
A:link,A:visited,A:active {color:#006699;text-decoration:underline;}
A:hover {text-decoration:none;}
a:focus {outline: none;} 

#header {margin: 0 auto;width: 980px;}
#page{margin: 0 auto;width: 960px;}
#side_left{width:180px;float:right;margin:0 0 0 30px;}
#side_right{width:750px;float:left;margin:0;}
#footer{text-align:center;margin-bottom:20px;}


/* ############################################################### */
/* Überschriften */
/* ############################################################### */
h1 {text-align:left;font-size: 16px;color: #4BADD0;font-weight: bold;text-decoration:none;padding-top:15px;padding-bottom:15px;}
h2 {font-size: 15px;color: #FFFFFF;font-weight: bold;text-decoration:none;margin:0;text-align:center;}
h3 {font-size: 15px;color: #FFFFFF;font-weight: bold;text-decoration:none;margin:0;text-align:center;}
h4 {font-size: 15px;color: #555555;font-weight: bold;text-decoration:none;margin: 3px 3px 3px 0px;border-bottom:2px solid #91B2C0;}

.alink A:link,.alink A:visited,.alink A:active {color:#FFFFFF;}


/* ############################################################### */
/* Menü Oben */
/* ############################################################### */
#logo{width:196px;height:79px;margin:5px 0 -15px 0;border:0;}

.menue_buttons{display:block;height:32px;margin-bottom:-1px;margin-right:5px;float:right;}
#menue_button_home{width:64px;background: url('http://www.ppcps.de/images/menue/home.png') no-repeat top right;}
#menue_button_home:hover{background: url('http://www.ppcps.de/images/menue/home_leer.png') no-repeat top right;}
#menue_button_windows-mobile{width:157px;background: url('http://www.ppcps.de/images/menue/windows-mobile.png') no-repeat top right;}
#menue_button_windows-mobile:hover{background: url('http://www.ppcps.de/images/menue/windows-mobile_leer.png') no-repeat top right;}
#menue_button_android{width:98px;background: url('http://www.ppcps.de/images/menue/android.png') no-repeat top right;}
#menue_button_android:hover{background: url('http://www.ppcps.de/images/menue/android_leer.png') no-repeat top right;}
#menue_button_blackberry{width:118px;background: url('http://www.ppcps.de/images/menue/blackberry.png') no-repeat top right;}
#menue_button_blackberry:hover{background: url('http://www.ppcps.de/images/menue/blackberry_leer.png') no-repeat top right;}
#menue_button_palm{width:79px;background: url('http://www.ppcps.de/images/menue/palm.png') no-repeat top right;}
#menue_button_palm:hover{background: url('http://www.ppcps.de/images/menue/palm_leer.png') no-repeat top right;}
#menue_button_apple{width:98px;background: url('http://www.ppcps.de/images/menue/apple.png') no-repeat top right;}
#menue_button_apple:hover{background: url('http://www.ppcps.de/images/menue/apple_leer.png') no-repeat top right;}
#menue_button_symbian{width:109px;background: url('http://www.ppcps.de/images/menue/symbian.png') no-repeat top right;}
#menue_button_symbian:hover{background: url('http://www.ppcps.de/images/menue/symbian_leer.png') no-repeat top right;}

#menue_strich{border-bottom:1px solid #669900;margin-bottom:10px;margin-top:31px;*margin-top:0px;}

ul#menue{list-style:none;padding:0 0 10px 0;margin:0;font-weight:bold;font-size:14px;}
ul#menue li{margin-right:30px;float:left;}
ul#menue li A:link,ul#menue li A:visited,ul#menue li A:active {color:#669900;font-weight: bold;}


/* ############################################################### */
/* Formulare */
/* ############################################################### */
form{margin:0;}
.text{font-family:Arial;font-size:12px;color:#555555;border:1px solid #95C0D0;padding:2px;}
.submit{font-family:Arial;font-size:12px;color:#006699;font-weight: bold;}


/* ############################################################### */
/* Runde Ecken */
/* ############################################################### */
.rand_grey{float:right;width:250px;margin:0 10px 30px 0;}
.u1_grey, .u2_grey, .u3_grey, .u4_grey{display:block; overflow:hidden;background:#EBEBEB;}
.content_grey, .u2_grey, .u3_grey, .u4_grey{border-left:5px solid #EBEBEB; border-right:5px solid #EBEBEB;}
.u1_grey, .u2_grey, .u3_grey{height:1px;}
.u1_grey{margin:0 5px 0 5px;}
.u2_grey{margin:0 3px 0 3px; border-width:0 2px; }
.u3_grey{margin:0 2px 0 2px;}
.u4_grey{height:2px; margin:0 1px 0 1px;}
.content_grey{display:block; padding:5px 10px 3px 10px; background:#EBEBEB;}

.rand_green{margin-bottom:30px;}
.o1_green, .o2_green, .o3_green, .o4_green{display:block; overflow:hidden;background:#AACA46;}
.o2_green, .o3_green, .o4_green{border-left:5px solid #AACA46; border-right:5px solid #AACA46;}
.u1_green, .u2_green, .u3_green, .u4_green{display:block; overflow:hidden;background:#D4E9A9;}
.content_green_u, .u2_green, .u3_green, .u4_green{border-left:5px solid #D4E9A9; border-right:5px solid #D4E9A9;}
.o1_green, .o2_green, .o3_green, .u1_green, .u2_green, .u3_green{height:1px;}
.o1_green, .u1_green{margin:0 5px 0 5px;}
.o2_green, .u2_green{margin:0 3px 0 3px; border-width:0 2px; }
.o3_green, .u3_green{margin:0 2px 0 2px;}
.o4_green, .u4_green{height:2px; margin:0 1px 0 1px;}
.content_green_o{display:block; padding:1px 0px 3px 0px; background:#AACA46;border-bottom:3px solid #A0B890;}
.content_green_u{padding:10px 5px 10px 5px; background:#D4E9A9;}
.rand_green A:link,.rand_green A:visited,.rand_green A:active {color:#669900;font-weight:bold;}

.rand_blue{margin-bottom:30px;}
.o1_blue, .o2_blue, .o3_blue, .o4_blue{display:block; overflow:hidden;background:#95C0D0;}
.o2_blue, .o3_blue, .o4_blue{border-left:5px solid #95C0D0; border-right:5px solid #95C0D0;}
.u1_blue, .u2_blue, .u3_blue, .u4_blue{display:block; overflow:hidden;background:#DAF3FC;}
.content_blue_u, .u2_blue, .u3_blue, .u4_blue{border-left:5px solid #DAF3FC; border-right:5px solid #DAF3FC;}
.o1_blue, .o2_blue, .o3_blue, .u1_blue, .u2_blue, .u3_blue{height:1px;}
.o1_blue, .u1_blue{margin:0 5px 0 5px;}
.o2_blue, .u2_blue{margin:0 3px 0 3px; border-width:0 2px; }
.o3_blue, .u3_blue{margin:0 2px 0 2px;}
.o4_blue, .u4_blue{height:2px; margin:0 1px 0 1px;}
.content_blue_o{display:block; padding:1px 10px 3px 10px; background:#95C0D0;border-bottom:3px solid #91B2C0;}
.content_blue_u{display:block; padding:10px 5px 10px 5px; background:#DAF3FC;}
.rand_blue A:link,.rand_blue A:visited,.rand_blue A:active {color:#006699;font-weight: bold;}

.rand_white{float:right;width:250px;margin-left:10px;}
.o1_white, .o2_white, .o3_white, .o4_white, .u1_white, .u2_white, .u3_white, .u4_white{display:block; overflow:hidden;background:#FFFFFF;}
.content_white, .o2_white, .o3_white, .o4_white, .u2_white, .u3_white, .u4_white{border-left:5px solid #FFFFFF; border-right:5px solid #FFFFFF;}
.o1_white, .o2_white, .o3_white, .u1_white, .u2_white, .u3_white{height:1px;}
.o1_white, .u1_white{margin:0 5px 0 5px;}
.o2_white, .u2_white{margin:0 3px 0 3px; border-width:0 2px; }
.o3_white, .u3_white{margin:0 2px 0 2px;}
.o4_white, .u4_white{height:2px; margin:0 1px 0 1px;}
.content_white{display:block; padding:10px; background:#FFFFFF;text-align:center;height:165px;}

#home_ads{margin-bottom:30px;text-align:center;}


form{
margin:0px;
}
#searchsubmit, .button{
font-family:Arial;
font-size:12px;
font-weight:bold;
color:#006699;
}

#s, .feld{
font-family:Arial;
font-size:12px;
color:#006699;
border:1px solid #B5CFE5;
margin-bottom:10px;
width:85%;
}
