/*
Theme Name: Blaues Theme
Theme URI: http://stefanjohne.de
Description: Dieses Design wurde umgesetzt von ReiffiX.de
Version: 1.0
Author: Christian Reifferscheid
Author URI: http://reiffix.de/
*/



/*Stylesheet www.Reiffix.de
    Autor: Christian Reifferscheid
    Datum: März08
    Erstellt für Stefan Johne
	Copyright by Stefan Johne
	
 */

/*****************************************************
  Allgemeine Styles
******************************************************/

* { padding: 0; margin: 0; } /*alles auf 0, Browserdarstellung*/
p {
  margin-bottom: 1.5em;
}

h1 {
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size: 36px;
  color: #FFFFFF;
}
 
h1 a, h1 a:hover{
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size: 36px;
  color: #FFFFFF;
  text-decoration: none;
}

h2 {
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  color: #3fb3e3;
  font-size: 20px;
  margin-left: -10px;
  margin-bottom: 7px;
  width: 400px;
  letter-spacing: 0.1em;
}

h3 {
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size: 13px;
  color: #3fb3e3;
  margin-left: -8px;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
  }

body {
  font-family: Arial;
  font-size: 12px;
}

a {
  color: #4db3e1;
}
a:hover {
  color: #3fb3e3;
  font-weight: bold;
}


/*****************************************************
  Layout Styles
******************************************************/
#wrapper {
  position: relative;
  width: 760px;
  margin: 0 auto;
  background-image: url(images/bg.gif);
  width: 760px;
  background-repeat: repeat-y;
}

#header {
  background-image: url(images/header.gif);
  background-repeat: no-repeat;

  width: 760px;
  height: 118px;
}
.titel {
  position: absolute;
  left: 30px;
  top: 40px;
}
#content {
  float: left;
  width: 510px;
  padding-left: 30px;
  margin-top: 10px;
}
#content a{
   color: #3fb3e3;
  font-weight: bold;
}
#content a:hover {
  color: #3fb3e3;
  font-weight: bold;

}
#sidebar {
  float: right;
  width: 150px;
  padding: 0 15px;
  margin-top: 10px;
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size: 12px;
}
#sidebar a {
  color: #4db3e1;
  text-decoration: none;
}

#sidebar ul li {
  list-style-type: none;
}
#sidebar ul {
  margin-bottom: 15px;
}
#footer {
  margin-top: 40px;
  border-top: 1px solid #aacf9a;
  width: 720px;
  height: 10px;
  padding: 2px 20px 8px 20px;
  color: #FFFFFF;
  background-color: #6fc6ea;
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
}
#footer a{
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
}
/*****************************************************
  Spezielle Klassen
******************************************************/
.right {
  float: right;
  display: inline;
}


/*****************************************************
  Sonstiges
******************************************************/

/*Werbung */
.rectangle {
  float: left;
  margin-right: 5px;
  width: 250px;
  height: 250px;
}
.banner {
 display: block;
 margin-top: 10px;
 width: 468px;
 height: 90px;
}
.sidebarad {
  width: 120px;
  height: 240px;
}
