/******************************************************************
Theme Name: mySmoothbox CSS
Author:		Michel Frömmgen
Author URI: http://www.michel-froemmgen.de
Version: 	1.0.2
*******************************************************************/

div.smoothbox{
	position: absolute; 
	top: 0; 
	left:0; 
	width: 100%; 
	height: 100%;
	display: none;}			
		
	#flyer{
		display: none;
		position:absolute;
		left:50%;
		top:50%;
		color: #fff;
		margin:-270px 0 0 -270px;
		text-align: left;
		z-index: 20000000000;
		padding: 10px;
		background: url(../images/startseitenflyer/flyer.jpg);
		border: 2px solid #000;
		}
		
			a#close{	
			position: relative;
			left: 100%;
			top: -30px;
			margin:0;
			float: left;
			z-index: 1000;
			color: #000;
			text-decoration: none;
			background: #fff;
			display: block;
			height:25px;
			width:25px;
			text-align: center;
			padding:0;
			line-height: 25px;
			font-family:"trebuchet MS", tahoma;
			font-weight: bold;
			}
			a#close:hover{color:#333;}
			
			/* Link */
			
			a#link{
			position: relative;
			top:556px;
			left:25px;
			margin:0;
			color:#FFFFFF;
			display:block;
			padding:0;
			font-family:"trebuchet MS", tahoma;}
		
			
