/* 
     ___                           __                  __             
 __ /\_ \    __                __ /\ \__              /\ \            
/\_\\//\ \  /\_\     ___ ___  /\_\\ \ ,_\     __      \_\ \     ___   
\/\ \ \ \ \ \/\ \  /' __` __`\\/\ \\ \ \/   /'__`\    /'_` \   / __`\ 
 \ \ \ \_\ \_\ \ \ /\ \/\ \/\ \\ \ \\ \ \_ /\ \L\.\_ /\ \L\ \ /\ \L\ \
  \ \_\/\____\\ \_\\ \_\ \_\ \_\\ \_\\ \__\\ \__/.\_\\ \___,_\\ \____/
   \/_/\/____/ \/_/ \/_/\/_/\/_/ \/_/ \/__/ \/__/\/_/ \/__,_ / \/___/ 

      100% made with love - behave well and have a lot of fun
_______________________________________________________________________

Ein Service der Ilimitado OHG - Barrierefrei an und ins Internet
Kontakt: info@ilimitado.de

*/
 


/**************************
 *  ALLGEMEIN ANGABEN
 **************************/
 
 * {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
}

body {
  font-size: 10pt;
  font-family: georgia, "times new roman", times, serif;
  background-color: #BFE686;
  color: #000000;
}

.hidden{
  display: none;
  }
	

#site {
  width: 985px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #FFFFFF;
  color: #000000;
}


/**************************
 *  BODY
 **************************/
	
#body{
  clear: both;
  border-left: 1px solid #CDD0C8;
  border-right: 1px solid #CDD0C8;
  width: 983px;
}


/**************************
 *  CONTENT
 **************************/
 
#content{
  float:left;  
  border-right: 1px dashed #CDD0C8;
  border-left: 1px dashed #CDD0C8;
  margin-top: 15px;
  margin-bottom: 25px;
  margin-left:10%;
  padding-top: 15px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 35px;
  width: 75%;
  height: 100%;
  min-height: 200px;
  color: #41453A;
  background-color: inherit;
  text-align: center;
}

#content h1{
  clear: right;
  color: #29ACC3;
  background-color: inherit;
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 12px;
}

#content h2{
  clear: left;
  color: #29ACC3;
  background-color: inherit;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 12px;
}

#content p{
  color: #41453A;
  background-color: inherit;
  font-size: 1.4em;
  line-height: 1.75em;
  margin: 30px;
  float: left;
}
#content a{
  color: #E0A252;
  background-color: inherit;
}
#content a:hover,
#content a:focus,
#content a:active{
  color: #C3294B;
  background-color: inherit;
  text-decoration:underline;
}

/**************************
 *  FOOTER
 **************************/
 
 #footer{
  color: #CDD0C8;
  background-color: #FFFFFF;
  font-size: 0.8em;
  text-align: center;
  border: 1px solid #CDD0C8;
  clear: left;
}
 #footer p{

}
 #footer p a{
  color: #CDD0C8;
  background-color: inherit;
}
#footer p a:hover{
  text-decoration: underline;
  color: #B4B9AC;
  background-color: inherit;
}
