/*
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

*/

  body {

  margin: 0px;
  background-color: #0a2877;
  background-image:url('images/hg_blau_verl.jpg');
  background-repeat: repeat-x;
  
  }

  h2 {
  
  font-weight: bold;
  font-size: 16px;
  color: #0b2c7f;
  
  }
  
  h3 {
  
  font-weight: bold;
  font-size: 10px;
  color: #333;
  margin-top: 20px;
  margin-bottom: -5px;
  
  }

  h4 {
  
  font-weight: bold;
  font-size: 12px;
  color: #333;
  margin-top: 20px;
  margin-bottom: -5px;
  
  }

  img {
  
  margin: 0px;
  padding: 0px
  
  }
  
  div.content {
  
  float: left;
  width: 588px;
  padding: 0px 70px;
  font-family: verdana,arial,tahoma;
  font-size: 12px;
  color: #333;
  line-height: 1.4
  
  }

  div.bgcontent {

  background-image:url('images/hg_verl.gif');
  background-repeat: no-repeat;
  width: 965px;
  overflow: hidden;
  padding-top: 45px;

  }
  
  div.side {
  
  float: left;
  width: 167px;
  padding: 0px 35px;
  font-family: verdana,arial,tahoma;
  font-size: 10px;
  color: #333;
  line-height: 1.4
  
  }
  
  hr {
  
  width: 588px;
  border: 1px dashed #ccc;
  margin: 25px 0px;
  
  }
  
  p.wechsel {
    margin: 0 0px 0 0px; float: left;
  }
  
  .wechsel a {
    display:block;  /* Linkbereich begrenzen */
  }
  
  .wechsel a.start {
    background: url(images/start_a.gif) no-repeat;
  }

  .wechsel a.produkte {
    background: url(images/produkte_a.gif) no-repeat;
  }

  .wechsel a.ueber {
    background: url(images/ueberuns_a.gif) no-repeat;
  }

  .wechsel a.referenz {
    background: url(images/referenzen_a.gif) no-repeat;
  }
  
  .wechsel a.kontakt {
    background: url(images/kontakt_a.gif) no-repeat;
  }
  
  .wechsel a.download {
    background: url(images/downloads_a.gif) no-repeat;
  }
  
  .wechsel a.impressum {
    background: url(images/impressum_a.gif) no-repeat;
  }
  
  .wechsel img {
    display:block; height:21px; border:0;
  }
  
  .wechsel a:hover img {
    visibility: hidden;
  }
  
  .wechsel a:hover { /* Workaround fuer IE 5.5 und 6 */
    border:0;
  }
  
  * html .wechsel a {
    margin-right:1px;
  }
  
  * html .wechsel a:hover {
    margin-right:0; /* Workaround fuer IE 5.01 */
  }
