/* Verwendete Hacks: 

   - Box-Model -> für IE<6 Kompatibilität:
     Bei Verwendung von margin, border oder padding werden erst die Werte
     für Breite und Höhe eines Elements im falschen BM-Stil angegeben
     (Beispiel: width: 115px;). Danach folgt der Block
     -----------------------
     voice-family: "\"}\""; voice-family: inherit;
     -----------------------
     und dann die korrekten Breite- und Höheangaben (Beispiel: width: 109px;).
     Weitere Infos: http://www.tantek.com/CSS/Examples/boxmodelhack.html
*/

/***********************************************
  generelle Einstellungen
***********************************************/

@font-face {
    font-family: 'Ubuntu Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Ubuntu Regular'), url('Ubuntu-R.woff') format('woff');
    }

@font-face {
    font-family: 'Ubuntu Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Ubuntu Medium'), url('Ubuntu-M.woff') format('woff');
    }

@font-face {
    font-family: 'Ubuntu Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Ubuntu Bold'), url('Ubuntu-B.woff') format('woff');
    }

* {
  margin: 0;
  padding: 0;
}


body {
	font-family: 'Ubuntu Regular', Arial, sans-serif;  font-style: normal;
    font-weight: normal;
	color: #666;
	font-size: 20px;
	line-height: 30px;
	background: #fff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: normal;
}





/***********************************************
  Textformatierung
***********************************************/




/***********************************************
  Links
***********************************************/

a:hover {
	color: #666;
	text-decoration: none;
}

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:active{
	color: #df2c8c;
	text-decoration: none;
}



/***********************************************
  DIVs
***********************************************/
div#wrapper {
  background: #fff;
  margin: auto;
  width: 960px;
}
div#header {
  background: #fff;
  width: 750px;
  height: 160px;
  padding: 10px;
}
div#content {
  background: #fff;
  width: 750px;
  height: auto;
  float: left;
  text-align: left;
  padding-left: 50px;  
}
div#footer {
  background: #fff;
  width: 750px;
  height: auto;
  float: left;
  text-align: left;
  padding:0px;  
}



a.bild1 {
	display: block;
	position: relative;
	text-align: ;
	left: 0px;
	top: 0px;
	}
	
a.logo {
	display: block;
	position: relative;
	text-align: left;
	top: 0px;
	clear: both
	}

	
	
	
h1 {
	font-family: 'Ubuntu Regular', Arial, sans-serif;  font-style: normal;
    font-weight: normal; 
	font-size: 28px;
	line-height: 40px;
	color: #00b6f0;
	text-align: right;
	}

h2 {
	font-family: 'Ubuntu Regular', Arial, sans-serif;  font-style: normal;
    font-weight: normal; 
	font-size: 28px;
	line-height: 40px;
	color: #80bf44;
	text-align: right;
	}
	
h3 {
	font-family: 'Ubuntu Regular', Arial, sans-serif;  font-style: normal;
    font-weight: normal; 
	font-size: 28px;
	line-height: 40px;
	color: #df2c8c;
	text-align: right;
	}

h4 {
	font-family: 'Ubuntu Regular', Arial, sans-serif;  font-style: normal;
    font-weight: normal; 
	font-size: 28px;
	line-height: 40px;
	color: #eb633f;
	text-align: right;
	}
	
h5 {
	font-family: 'Ubuntu Regular', Arial, sans-serif;  font-style: normal;
    font-weight: normal; 
	font-size: 24px;
	line-height: 26px;
	color: #00b6f0;
	text-align: left;
	}
	
h6 {
	font-family: 'Ubuntu Regular', Arial, sans-serif;  font-style: normal;
    font-weight: normal; 
	font-size: 22px;
	line-height: 26px;
	color: #80bf44;
	text-align: left;
	}
	
h7 {
	font-family: 'Ubuntu Regular', Arial, sans-serif;  font-style: normal;
    font-weight: normal; 
	font-size: 22px;
	line-height: 26px;
	color: #df2c8c;
	text-align: left;
	}	

h8 {
	font-family: 'Ubuntu Regular', Arial, sans-serif;  font-style: normal;
    font-weight: normal; 
	font-size: 22px;
	line-height: 26px;
	color: #eb633f;
	text-align: left;
	}	
	
h9 {
	font-family: 'Ubuntu Regular', Arial, sans-serif;  font-style: normal;
    font-weight: normal; 
	font-size: 22px;
	line-height: 26px;
	color: #00b6f0;
	text-align: left;
	}

h10 {
	font: 22px 'Ubuntu Regular', Arial, sans-serif;  font-style: normal;
    font-weight: normal;
	color: #666;
	line-height: 34px;
	background: #fff;
	}
	
h11 {
	font-family: 'Ubuntu Regular', Arial, sans-serif;  font-style: normal;
    font-weight: normal; 
	font-size: 38px;
	line-height: 38px;
	color: #00b6f0;
	text-align: left;
	}
h12 {
	font-family: 'Ubuntu Regular', Arial, sans-serif;  font-style: normal;
    font-weight: normal; 
	font-size: 38px;
	line-height: 38px;
	color: #80bf44;
	text-align: left;
	}
h13 {
	font-family: 'Ubuntu Regular', Arial, sans-serif;  font-style: normal;
    font-weight: normal; 
	font-size: 38px;
	line-height: 38px;
	color: #df2c8c;
	text-align: left;
	}
h14 {
	font-family: 'Ubuntu Regular', Arial, sans-serif;  font-style: normal;
    font-weight: normal; 
	font-size: 14px;
	line-height: 18px;
	color: #666;
	text-align:left;
	}	
