/*reset*/
/*table {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	border-collapse: collapse;
	border-spacing: 0;
}*/

body {
	
	color: #000;
	font-family: "Arial";
	font-size: 12px;
}

* {
	
}


.clear-left{
	clear:left;
}

a {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #000;
}

p{
	padding-left: 10px;
	padding-right: 10px;
} 

.idle{
	color:gray;
}

.playLink{
	font-weight: bold;
}  

.invitation{
	padding:22px; 
	width:655px;
	height:470px;
	width:655px;
	height:470px;
}

.invitation .title{
	font-size:14px;
}

.invitation a{
	color:blue;
	text-decoration:underline;
}

.postcard{
	background:white url('/images/postkarte.jpg') no-repeat left top;
	position:relative;   
	width:655px;
	height:470px; 
	
}

.postcard .textfield{
	width:200px;
	float:left;
	margin:0px 0px 20px 10px;
} 



.postcard .content{
	position:absolute;
	top:70px;
	left:50px;
	width:280px;
	height:380px;
}

.postcard .receiver{
	position:absolute;
	top:240px;
	left:375px;
}

.postcard .action{
	position:absolute;
	top:420px;
	left:515px;
}

.postcard .receiver .title{
	font-weight:bold;
	font-style:italic;
	font-size:15px;	
}

.postcard .content .title{
	font-weight:bold;
	font-style:italic;
	font-size:13px;
	margin-bottom:20px;
} 

.postcard .content .field{
	float:left;
}

.postcard .content p{ 
	margin:0px;
	padding:0px;
	font-style:italic;
	font-size:13px;
}

.postcard .content a{
	color:black;
	text-decoration:none;
}

.postcard .content #register-link{
	text-decoration:underline;
} 

.postcard .content .video-link{
	margin:25px 0px 35px; 
	height:30px;
}

.postcard .content h2,.postcard .content .video-link span{
	font-style:normal;
	font-size:15px; 
	font-weight:bold; 
}  

.postcard .content .video-link img{
	display:block;
	height:30px;
	border:none;
	float:left;
	border:none; 
}

.postcard .content .video-link span{
	display:block;
   	height:23px;
	float:left;
	padding:7px 0px 0px 7px;
}

.postcard .content h2{
	margin:30px 0px 0px;
}

.underline{
   text-decoration:underline; 
}
