
/* CSS sviluppato da: Anna Laudani */
/* http://www.laudania.com */

html {
height: 100%;

}
body {
  min-height: 100%;
  font-family: Verdana, Arial, sans-serif; 
  color:#000000;
  margin: 0px;
  padding: 0px;
  text-align: center;
  
}
	
img{
  border:0
}
div.container{
  font-family: Verdana, Arial, sans-serif; 
  color:#000000;
  width: 1024px;
  margin-right: auto;
  margin-top:0px;
  margin-bottom:auto;
  margin-left: auto;
  height: 100%;
  text-align: center;
}

div.seite{
  position:relative; 
  left:0px; 
  top:0px; 
  width: 1024px; 
  height: 600px;
  z-index:1;
}

.blue-logo {
  color: #00678a;
}

a{
  color: #ffffff;
  text-decoration: none;
  outline:none;
	
}
a:hover{
  color: #f9bd36;
  text-decoration: none;
}


.twenty{
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 text-align: left;
}

.sixty{
 font-family: Verdana, Arial, sans-serif;
 font-size: 60px;
 text-align: left;
}

.tuerkis {
	font-family: Verdana, Arial, sans-serif;
	color: #006789;
	font-size: 11px;
	font-weight: bold;
}
