/* CSS für PE-Tandem */

/* Global */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);

/*Allgemein*/

html, body
{
  height:100%;
  margin:0;
  font-size: 20px;
}

body
{
  background-color: #f0f0f0;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
}

/*Hyperlinks*/

a
{
  color: #009ee0;
  text-decoration: none;
  font-weight: 700;
}

a:hover
{
  color: #000000;
  text-decoration: none;
  font-weight: 800;
}


hr
{
  border: none;
  border-top: 1px solid #000000;
  color: #FFFFFF;
  background-color: #FFFFFF;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}


/* Elemente */


/*-----------------Rahmen-----------------*/

#rahmen_box
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  width: 100%;
  max-width: 960px;
  hight: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
  padding-bottom: 100px;
}



/*-----------------Header-----------------*/

#logo
{

}

#header_box
{
  background-color: #fcc100;
  width: 920px;
  hight: 242px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

#header_image_box
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  background-color: #ffffff;
  width: 626px;
  hight: 242px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}



/*-----------------Navi-----------------*/

#header_navi_box
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  background-color: #fcc100;
  width: 294px;
  hight: 242px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
}

#header_navi_box a
{
  color: #000000;
  text-decoration: none;
  font-weight: 400;
}

#header_navi_box a:hover
{
  color: #000000;
  text-decoration: none;
  font-weight: 800;
}

#clear
{
  clear: left;
}


/*-----------------Content-----------------*/

#content h1
{
  color:#009ee0;
  font-weight: 700;
  font-size: 2.0rem;
}

#content p
{
  font-weight: 400;
  font-size: 1.0rem;
}

#teaser_box
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  background-color: #fcc100;
  width: 293px;
  hight: 188px;
  margin-left: 0;
  margin-right: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

#teaser_box_letzt
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  background-color: #fcc100;
  width: 293px;
  hight: 188px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

/*-----------------Content 2 Spalten-----------------*/

#zwei_spalten_box
{
  background-color: #ffffff;
  width: 920px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

#zwei_spalten_box_text
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  background-color: #ffffff;
  width: 450px;
  margin-left: 0;
  margin-right: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

#zwei_spalten_box_image
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  background-color: #ffffff;
  width: 450px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}



/*-----------------Footer-----------------*/

#footer {
  text-align: center;
}
