/*
Theme Name: aogruppen.de Theme
Theme URI: http://wordpress.org/
Description: aogruppen.de Theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: www.ckai.de
Author URI:
Tags: grau, orange, blau, 3-spaltig
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

	
*/



/* Allgemeines */

body {
	background-color: #ecf8fc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2d2d2d;
	margin: 0;
	padding: 0;
}

#page {
	width: 900px;
	margin: 0px auto;
	background-color: #fff;
}

#header {
	height: 150px;
	background-image: url(images/bg_header.gif);
}

#main {
	padding: 0px;
	margin: 15px 0;
}

#main_left {
	width: 205px;
	background-color: #fff;
	float: left;
}

#main_center {
	width: 450px;
	background-color: #fff;
	float: left;
	margin: 0 20px;
}

#main_right {
	width: 205px;
	background-color: #fff;
	float: left;
}

#footer {
	height: 20px;
	text-align: center;
	background-image: url(images/bg_footer.gif);
	padding: 20px 0;
}

#footer a {
	color: #2d2d2d;
	font-size: 12px;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}



/* Überschriften */

h1, h2 {
	color: #0066b3;
	display: block;
	font-weight: normal;
	font-size: 22px;
	height: 40px;
	background-image: url(images/bg_h1.gif);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	margin: 0 0 15px;
	padding: 0;	
}

h1 a, h2 a {
	color: #0066b3;
	text-decoration: none;
}

h3 {
	color: #0066b3;
	display: block;
	font-weight: normal;
	font-size: 15px;
	height: 40px;
	margin: 0 0 15px;
	padding: 0;
}

h4 {
	color: #f5821f;
	display: block;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	margin: 15px 0;
	padding: 10px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	border: 3px solid #ace0f3;
	width: 424px;
}



/* Navis + Listen */

.pagenav, .cities {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.pagenav li, .cities li {
	margin: 0 0 3px;
	padding: 0;
}

.pagenav li a, .cities li a {
	display: block;
	padding: 4px 7px;
	color: #2d2d2d;
	font-size: 13px;
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
}

.pagenav li a:hover, .pagenav li.current_page_item a, .cities li a:hover   {
	color: #f5821f;
	font-weight: bold;
	background-image: url(images/bg_navi_hover.gif);
	background-position: center;
}

.cities li.current_page_item a   {
	color: #f5821f;
	font-weight: bold;
	background-image: url(images/bg_navi_hover.gif);
	background-position: center;
	font-size: 15px;
	font-weight: bold;
}

.cities .cityemblem {
margin-right: 10px;
vertical-align: middle;
}

/* Sub-Pages */

ul.cities_subpages {
	margin-left: 20px!important;
	background-image: url(images/bg_navi_subpage.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 163px;
	height: auto;
}

ul.cities_subpages li {
	padding: 0px;
}

ul.cities_subpages li a {
	display: block;
	color: #2d2d2d!important;
	background-image: url(images/bg_navi_subpage_bullet.gif)!important;
	background-repeat: no-repeat;
	background-position: left center!important;
	padding-left: 15px!important;
	font-size: 13px!important;
	font-weight: normal!important;
	padding-top: 3px;
	padding-bottom: 3px;
  letter-spacing: -1px;
}

ul.cities_subpages li a:hover {
	text-decoration: underline;
}



/* Logos im Header */

.logo {
	width: 621px;
	height: 112px;
	float: left;
	display: block;
	margin: 30px 0px 0px 15px; /* left: 15px; */
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
}

.logo_ao {
	width: 200px;
	height: 96px;
	float: right;
	display: block;
	margin: 35px 1px 0px 0px;
	background-image: url(images/logo_header_ao.png);
	background-repeat: no-repeat;
}



/* Preisrechner */

.calc {
	width: 180px;
	margin: 0 auto;
	padding: 0;
}

.calc_select {
	width: 180px;
	font-size: 12px;
}

.calc_select_d {
	width: 36px;
	font-size: 11px;
}

.calc_select_m {
	width: 75px;
	font-size: 11px;
}

.calc_select_y {
	width: 50px;
	font-size: 11px;
}

.calc_small {
	width: 50px;
	font-size: 12px;
	margin-right: 6px;
}

.calc_button {
	font-weight: bold;
	width: 180px;
	margin-top: 10px;
	font-size: 12px;
	padding: 4px;
}

.calc_calender_link {
	width: 9px;
	height: 16px;
	display: block;
	float: right;
}

.calc_calender_icon {
}

.calc label {
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 2px;
	display: block;
}

/* Telefonkontakt */
img#telkontakt {
  margin-left:10px;
}

/* Start-Karte */

div#start_map {
	margin:0px;
	margin-bottom:10px;
	border:0px;
	padding:0px;
	width:450px;
	height:300px;
	background-image:url(images/start_map.gif);
	background-position:top left;
	background-repeat:no-repeat;
	position:relative;
}

div#start_map a {
	border:0px;
	position:absolute;
	display:block;
	background-repeat:no repeat;
}

div#start_map a:active,
div#start_map a:link,
div#start_map a:visited {
	background-position:bottom left;
}

div#start_map a:focus,
div#start_map a:hover {
	background-position:top left;
}

div#start_map a#mapCityBerlin {
	left:270px; /* -90px da kleinere Karte + weiße mittlere Kontur um Original-Icons */
	top:87px;
	width:45px;
	height:36px;
	background-image:url(images/start_map_cities/city.logo.berlin.bg.png);
}

div#start_map a#mapCityDresden {
	left:290px;
	top:131px;
	width:61px;
	height:36px;
	background-image:url(images/start_map_cities/city.logo.dresden.bg.png);
}

div#start_map a#mapCityDuesseldorf {
	left:138px;
	top:127px;
	width:84px;
	height:36px;
	background-image:url(images/start_map_cities/city.logo.duesseldorf.bg.png);
}
div#start_map a#mapCityCologne {
	left:155px;
	top:165px;
	width:62px;
	height:40px;
	background-image:url(images/start_map_cities/city.logo.cologne.bg.png);
}

div#start_map a#mapCityHamburg {
	left:205px;
	top:48px;
	width:69px;
	height:39px;
	background-image:url(images/start_map_cities/city.logo.hamburg.bg.png);
}

div#start_map a#mapCityLeipzig {
	left:230px;
	top:125px;
	width:52px;
	height:39px;
	background-image:url(images/start_map_cities/city.logo.leipzig.bg.png);
}

div#start_map a#mapCityMunich {
	left:238px;
	top:208px;
	width:54px;
	height:36px;
	background-image:url(images/start_map_cities/city.logo.munich.bg.png);
}

div#start_map a#mapCityPrague {
	left:295px;
	top:174px;
	width:54px;
	height:39px;
	background-image:url(images/start_map_cities/city.logo.prague.bg.png);
}

div#start_map a#mapCityVienna {
	left:331px;
	top:216px;
	width:52px;
	height:36px;
	background-image:url(images/start_map_cities/city.logo.vienna.bg.png);
}


/* Städte-Karte */

div#map {
	margin:0px;
	margin-bottom:10px;
	border:0px;
	padding:0px;
	width:450px;
	height:300px;
	background-position:top left;
	background-repeat:no-repeat;
	position:relative;
}

/* Städte-Karte Pins */

div#map .pin_1 {
	width: 200px;
	height: 105px;
	background-image: url(images/map_box_1.gif);
	background-repeat: no-repeat;
	position: absolute;
}

div#map .pin_2 {
	width: 200px;
	height: 105px;
	background-image: url(images/map_box_2.gif);
	background-repeat: no-repeat;
	position: absolute;
}

div#map .pin_3 {
	width: 200px;
	height: 105px;
	background-image: url(images/map_box_3.gif);
	background-repeat: no-repeat;
	position: absolute;
}

div#map .pin_4 {
	width: 200px;
	height: 105px;
	background-image: url(images/map_box_4.gif);
	background-repeat: no-repeat;
	position: absolute;
}

div#map .pin_text_box_1 {
	width: 150px;
	height: 65px;
	float: left;
	margin-left: 40px;
	margin-top: 5px;
}

div#map .pin_text_box_2 {
	width: 150px;
	height: 65px;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}

div#map .pin_text_box_3 {
	width: 150px;
	height: 65px;
	float: left;
	margin-left: 10px;
	margin-top: 31px;
}

div#map .pin_text_box_4 {
	width: 150px;
	height: 65px;
	float: left;
	margin-left: 40px;
	margin-top: 31px;
}

div#map .pin_text {
	font-size: 10px;
	line-height: 11px;
	color: #fff;
}

div#map .pin_text a {
	color: #0066b3;
	text-decoration: underline;
}

div#map .pin_text a:hover {
	color: #0066b3;
	text-decoration: none;
}



/* Diverses */

a {
	color: #f5821f;
	text-decoration: underline;
}

a:hover {
	color: #f5821f;
	text-decoration: none;
}

.clear {
	clear: both;
}

a img {
	border: none;
}



/* WORDPRESS
##############################################################################################
*/




/* Begin Typography & Colors */

#content .entry {
	line-height: 18px;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 1.2em;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, 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.2em;
	text-transform: none;
	font-size: 11px;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

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 */



/* Begin Structure */

.post {
	margin: 0;
	text-align: justify;
	}

.post hr {
	display: block;
	}
.post b{
  color:#707173;
}
.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: both;
}

#footer_wp {
	margin: 15px auto;
	text-align: center;
	font-size: 10px;
	}

/* End Structure */



/* Begin Sidebars */

#sidebar_left ul, #sidebar_right ul {
	margin: 0;
	padding: 0;
}

#sidebar_left ul li, #sidebar_right ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar_left ul li ul, #sidebar_right ul li ul, .textwidget {
	padding: 5px 15px;
	font-size: 11px;
	margin-bottom: 20px;
}

#sidebar_right ul li ul.calculator {
	padding: 5px 10px;
}

#sidebar_right ul li ul.certificates li {
	padding: 5px 10px;
	text-align: center;
}

#sidebar_right ul li ul.certificates li .certificate {
	margin-bottom: 10px;
}

#sidebar_left ul li h2 {
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	width: 175px; /* 205 */
	height: 20px; /* 50 */
	padding: 15px;
	background-image: url(images/bg_h2_left.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-transform: uppercase;
	margin: 0px;
}

#sidebar_right ul li h2 {
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	width: 175px; /* 205 */
	height: 20px; /* 50 */
	padding: 15px;
	background-image: url(images/bg_h2_right.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-transform: uppercase;
	margin: 0px;
}

/* End Sidebars */



/* 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;
	}

/* 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 {
	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;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 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 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;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
/* 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." */

