/* CSS Document */

html, body {
	margin:0; 
	padding:0; 
	width:100%; 
	height:100%;
	overflow:hidden;
	/*font: normal 13px Arial, Helvetica, sans-serif;*/
	font: normal 13px 'Ubuntu', sans-serif;
	color: #666;
}
img {
	border: 0px solid;
}
p {
  margin: 0 0 1em 0;
  padding: 0;
}
a {
  color: #292d4a;
  text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}

#contact h1 {
	/*font: normal 20px Georgia, "Times New Roman", Times, serif;*/
	font: normal 26px 'Ubuntu', sans-serif;;
	line-height: 38px;
	/*letter-spacing: 0.1em;*/
	color: #292d4a;
} 
#contact p {
	/*font: normal 20px Georgia, "Times New Roman", Times, serif;*/
	font: normal 18px 'Ubuntu', sans-serif;
	line-height: 26px;
	/*letter-spacing: 0.1em;*/
	color: #292d4a;
} 
#contact {
	width: 600px;
	height: 260px;
	padding: 30px 0 20px 40px;
	margin-top: 0px;
	position:absolute; 
	top:120px; 
	left:100px; 
	z-index:2;
	background: url(bg.png);
	background-repeat: repeat;
	        /* transparent - nicht IE8 */
	        -moz-opacity:0.80;
	        opacity:0.80;
	        filter: alpha(opacity = 80);
	        /* rund - nicht IE8 */
	 	    -webkit-border-radius: 10px; /*fuer Mozilla-Browser*/
  		   -moz-border-radius: 10px;/*fuer Safari und Chrome*/
	 	    border-radius: 10px; /* die eigentliche Anweisung*/
	        /*schatten - nicht IE8*/
		   -webkit-box-shadow: 5px 5px 5px #7b7e92;/*fuer Mozilla-Browser*/
           -moz-box-shadow: 5px 5px 5px #7b7e92;/*fuer Safari und Chrome*/
           box-shadow: 5px 5px 5px #7b7e92;/* die eigentliche Anweisung*/
}

#claim a{
	/*font: normal 20px Georgia, "Times New Roman", Times, serif;*/
	font: normal 42px 'Lobster', cursive;
	/*letter-spacing: 0.1em;*/
	color: #cccbd0;
	position: absolute;
	top: 460px;
	left: 140px;
	width: 600px;
	z-index:2;
}
#claim a:hover {
	color: #f1eee7;
	/*background: #1f2230;*/
	text-decoration: none;
}

#hintergrund {
	position:absolute; 
	z-index:1; 
	width:100%; 
	height:100%;
}
#impressum a {
	/*font: normal 20px Georgia, "Times New Roman", Times, serif;*/
	font: normal 11px 'Ubuntu', sans-serif;
	/*letter-spacing: 0.1em;*/
	color: #ddd;
	position: absolute;
	top: 317px;
	left: 580px;
	width: 110px;
	z-index:3;
}

