/*Vielen Dank, dass Sie sich für unser CSS interessieren. fischer+ryser, Basel



/*------------------------------------------Hintergrund--------------------------------------------------*/

body {
font-family:Verdana, sans-serif;
font-weight:normal;
color:#fff;
font-size:12px;
font-weight:300;
background-color:#373737;
padding:0px;
margin:0px;
 }
 
 
/*------------------------------------------Box-System-------------------------------------------------*/
#container{
	width:780px;
	height:290px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -150px;  /* hälfte der höhe des containers*/
	margin-left: -390px;
	}
	
#warnung {
	width:700px;
	height:160px;
	float:left;
	padding:20px;
	background:url(warnung.jpg);
}

#adresse {
	float:left;
	width:700px;
	height:100px;
	padding:10 0 0 0;

}


/*----------------------------------------------------------------Schriften--------------------------------------------------------------------------------*/
h1{
	font-size:14px;
	font-weight:bold;
	padding-top:0px;
	margin-top:0px;
}

h2{
	font-size:14px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}



#warnung a{
	text-decoration:none;
	color: #222;
}


#warnung a:active, #warnung a:hover {
	color: #fff;
}

#adresse a{
	text-decoration:none;
	color: #fff;
}

#adresse:active, #warnung a:hover {
	color: #fff;
}
