@charset "iso-8859-1";
/* 
	Positionierung
	www.gff-coaching.de
	Last Update: 20090115
	by: px-web, Raphael Dudek
*/

/************************************************
  Allgemeine Festlegungen
************************************************/
* {
  margin:0;
  padding:0;
}

body {
  background-color:#140065;
  color:white;
  text-align:center;
  font:12px/1.5 Arial, Helevetica, sans-serif;
}
/************************************************
  Seite
************************************************/
div#seite {
  width:677px;
  width:697px;
  margin:20px auto;
  border:10px solid white;
  background-color:white;
  text-align:left;
}
/************************************************
  Kopf
************************************************/
div#logotitel {
  height:103px;
}

h1#logo {
  float:left;
  margin-right:120px;
  width:107px;
  height:103px;
  background:#140065 url(../bilder/logo.gif) no-repeat;
  text-indent:-3000px;
}

h2#untertitel {
  float:left;
  width:149px;
  height:103px;
  background:url(../bilder/kopf.gif) no-repeat;
  text-indent:-3000px;
}

/************************************************
  Navigationsleiste
************************************************/
ol#nav {
  width:697px;
  background-color:#f5a300;
  list-style-type:none;
}

ol#nav li {
  height:27px;
  background-color:#f5a300;
  float:left;
}

ol#nav li a {
  display:block;
  height:27px;
}

ol#nav li#Startseite a {
  width:107px;
  background:url(../bilder/nav_01start.gif) no-repeat;
  text-indent:-3000px;
}
ol#nav li#Startseite a:hover {background:url(../bilder/nav_01start_o.gif) no-repeat;}
ol#nav li#Startseitehover a {
  width:107px;
  background:url(../bilder/nav_01start_o.gif) no-repeat;
  text-indent:-3000px;
}

ol#nav li#ichbin a {
  width:93px;
  background:url(../bilder/nav_02ichbin.gif) no-repeat;
  text-indent:-3000px;
}
ol#nav li#ichbin a:hover {background:url(../bilder/nav_02ichbin_o.gif) no-repeat;}
ol#nav li#ichbinhover a {
  width:93px;
  background:url(../bilder/nav_02ichbin_o.gif) no-repeat;
  text-indent:-3000px;
}

ol#nav li#inSachen a {
  width:118px;
  background:url(../bilder/nav_03insachen.gif) no-repeat;
  text-indent:-3000px;
}
ol#nav li#inSachen a:hover {background:url(../bilder/nav_03insachen_o.gif) no-repeat;}
ol#nav li#inSachenhover a {
  width:118px;
  background:url(../bilder/nav_03insachen_o.gif) no-repeat;
  text-indent:-3000px;
}

ol#nav li#ichvermittle a {
  width:122px;
  background:url(../bilder/nav_04ichvermittle.gif) no-repeat;
  text-indent:-3000px;
}
ol#nav li#ichvermittle a:hover {background:url(../bilder/nav_04ichvermittle_o.gif) no-repeat;}
ol#nav li#ichvermittlehover a {
  width:122px;
  background:url(../bilder/nav_04ichvermittle_o.gif) no-repeat;
  text-indent:-3000px;
}

ol#nav li#ichzeigeauf a {
  width:114px;
  background:url(../bilder/nav_05ichzeigeauf.gif) no-repeat;
  text-indent:-3000px;
}
ol#nav li#ichzeigeauf a:hover {background:url(../bilder/nav_05ichzeigeauf_o.gif) no-repeat;}
ol#nav li#ichzeigeaufhover a {
  width:114px;
  background:url(../bilder/nav_05ichzeigeauf_o.gif) no-repeat;
  text-indent:-3000px;
}

ol#nav li#Kontakt a {
  width:143px;
  background:url(../bilder/nav_06kontakt.gif) no-repeat;
  text-indent:-3000px;
}
ol#nav li#Kontakt a:hover {background:url(../bilder/nav_06kontakt_o.gif) no-repeat;}
ol#nav li#Kontakthover a {
  width:143px;
  background:url(../bilder/nav_06kontakt_o.gif) no-repeat;
  text-indent:-3000px;
}
/************************************************
  Inhaltsbereich
************************************************/
div#teaser {
  float:left;
  width:107px;
 -width:101px;
  height:170px;
  background:#140065 url(../bilder/teaser.gif) no-repeat;
  text-indent:-3000px;
}

div#inhalt {
  background-color:#140065;
}

div#text {
  width:470px;
 -width:468px;
  margin-top:27px;
 -margin-top:0px;
  margin-left:107px;
 -margin-left:104px;
  background-color:white;
  color:#140065;
}

/************************************************
  Fuss
************************************************/
div#fuss {
  width:697px;
  height:67px;
  margin:0 auto;
/*  background:url(../bilder/fuss.gif) no-repeat; 
  background-position:center; */
}
