*, html {
	padding:0;
	margin:0;
}

body {
	background: #fff;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
}


iframe {
	width:425px;
	height: 250px;
	border: 0;
	overflow:hidden;


	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;

/*
	-moz-box-shadow: 4px 4px 14px #000;
	-webkit-box-shadow: 4px 4px 14px #000;
	box-shadow: 4px 4px 14px #000;
	
-moz-transform:rotate(20deg);
  -webkit-transform:rotate(20deg);
  -o-transform:rotate(20deg);
  -ms-transform:rotate(20deg);
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=.2);
*/	
	
	margin-top: 10px;
	margin-bottom: 5px;
	  
  }

#inhalt {
	width: 425px;
	position:relative;
	padding-top: 55px;
	margin: 0 auto;
}

h1, h2, h3, h4 {
	font-weight: normal;
   	text-transform: uppercase;	
	line-height: 1.4em;
   	margin-top: 0.5em;
   	margin-bottom: 0.75em;
   	padding-bottom: 0.25em;
}

h1 {
   	color: #f30;
	font-size: 20px;
/* 	border-bottom:1px solid black; */
}

a {
	color:#000;
	text-decoration: none;
	border: 0;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 1em;
}

