/*
* CSS-Datei die fon der HTML-Datei "index.html" aufgeruffen wird
*/

main {
  height: auto;
}

/*
* Bereich für sie Überschrift
*/
.head {
  width: 90%;
  height: 100px;
  margin-top: 30px;
  border-top: solid rgb(135,135,135);
  text-align: center;
  margin-left: 5%;
  margin-bottom: 100px;
}

#headline {
  font-size: 30px;
  color: rgb(19, 49, 153);
  margin-top: 50px;
}

/*
* Bereich für den Inhalt
*/
.container{
	height: 500px;
  margin-top: 20px;
}

.software, .consulting {
  text-align: center;
  float: left;
  width: 25%;
  height: auto;
  min-height:  292px;
  min-width: 240px;
  margin-left: 20%;
  padding-bottom: 20px;
  border-bottom: solid rgb(135,135,135);
}

.consulting {
  margin-left: 10%;
}

#imgSoftware, #imgConsulting {
  width: 52px;
  height: auto;
}

#pSoftware, #pConsulting {
  font-size: 23px;
}

#pSoftware_2, #pConsulting_2{
  font-size: 18px;
  color: rgb(135,135,135);
  weight: 90%;
  margin: 0;
  margin-left: 5%;
  margin-right: 5%;
}

/*
* Kontakt
*/

.wrap {
	height: 800px;
}
#headline2 {
  margin-left: 16.67%;
  font-size: 25px;
  color: rgb(19, 49, 153);
}

.daten {
  height: 600px;
  font-size: 20px;
	text-align: left;
}

.Firmensitz, .Postanschrift {
  float: left;
  height: 200px;
  width: 25%;
  min-width: 210px;
  margin-left: 16.67%;
  border-bottom: solid rgb(135,135,135);
}

#headline_F, #headline_P, #headline_K, #headline_K2 {
  color: rgb(19, 49, 153);
}

#headline_K2{
  width: 600px;
}

#anschrift, #post {
  color: rgb(135,135,135);
}
/*
* Kontakt Feld
*/
.Kontakt {
  float: left;
  height: 300px;
  width: 66.67%;
  margin-left: 16.67%;
  margin-top: 40px;
  border-bottom: solid rgb(135,135,135);
}

.divTel, .divFax, .divMail, .divMail_2{
  height: 23px;
  width: auto;
}

#tel, #fax {
  float: left;
  height: 21px;
  width: 80px;
  margin: 0;
  color: rgb(135,135,135);
}

#mail, #mail_2 {
  float: left;
  height: 21px;
  width: 150px;
  margin: 0;
  color: rgb(135,135,135);
}

#telNum, #faxNum, #mailNum, #mailNum_2 {
  float: left;
  height: 21px;
  width: 300px;
  margin: 0;
  text-decoration: none;
  color: rgb(135,135,135);
}

#telNum:hover, #mailNum:hover, #mailNum_2:hover {
  text-decoration: underline;
}
