* {
	margin:0;
	padding:0;
}

html * {
	font-size:100.01%;
}

body  {
	font-family:'Helvetica',Arial,sans-serif;
	background:none repeat scroll 0 0 #CCC;
	color:#a2a2a2;
	font-size:100.01%;
	text-align:center;
	background-image: url(../images/pattern.png);
}

#wrapper {
	background-repeat:no-repeat;
	background-color: #FFF;
	border:1px solid black;
	margin: 30px auto;
	margin-top:10em;
	width:340px;
	height:220px; 
	position:relative;
	-webkit-box-shadow: 3px 3px 5px #444;
	-moz-box-shadow: 3px 3px 5px #444;
	box-shadow: 3px 3px 5px #444;
}

#inhalt{
	text-align:center;
	padding: 0em 0em 0 0em;
}

#inhalt h1{
	font-weight:normal;
	padding-top: 1.5em;
	font-size: 1.5em;
}

#inhalt h2{
	padding-top: 2em;
	font-size:1em;
	font-weight:normal;
	line-height: 1.4em;
}

#adresse{
	font-family:'Courier New',Arial,Helvetica,sans-serif;
	font-weight:normal;
	color:#999;
	padding-top: 2em;
}

#construction {
	font-family:'Courier New',Arial,Helvetica,sans-serif;
	padding-top:0.3em;
	font-weight: bolder;
	font-size:1.4em;
	color:#666;
	display:block;
}

#adresse a:link { text-decoration:none; color:#999;}
#adresse a:visited { text-decoration:none; color:#999; }
#adresse a:hover { text-decoration:underline; color:#999; }
#adresse a:active { text-decoration:none; color:#999; }
#adresse a:focus { text-decoration:none; color:#999; }
