/*******************************************************************************

	Project		:	www.efemer.net

	Copyright	:	philipp hofstätter webdesign
					www.fietstouring.com

	Version		:	1.0

******************************************************************************* */

/* =GLOBAL SETTINGS
=================================================================================================== */

* { margin: 0; padding: 0;}

body {
	font-family: "Lucida Grande", Verdana, sans-serif; 
	font-size: 11px;
	color: #17c6eb;
	background: #e0f3f7 url(images/background-top.png) repeat-x left top;
	text-align:center;
	}

a:link, a:visited { 
	color: #17c6eb;
	text-decoration: underline;
	padding-bottom: 0;
	}

a:hover {
	padding-bottom: 0;
	color: #182b3d;
	}

h1 { 
	font-size: 150%;
	line-height: 1.5em;
	color: #000;
	}

h1 a { 
	display:block;
	position:absolute;
	top:0;
	left: 20px;
	width: 575px;
	height: 178px;
	background: transparent url(images/efemer-amberandgold.png) no-repeat left top;
	text-indent: -5000em;
}

h2 { 
	margin: 48px 0 5px 0; 
	font-size: 14.5pt;
}

h3 { color: #000; margin-bottom: 22px; font-size: 13px; }

p { 
	margin: 1em 0 1em 0;
	line-height: 1.5em; 
}


/* =SEITENSTRUKTUR
=================================================================================================== */

#content-site { 
	width: 592px;
	margin: 0 auto;
	position: relative;
}

#movieContainer { 
	position:absolute;
	width: 592px;
	height: 478px;
	background: transparent url(images/movie-back.png) no-repeat left top;
	z-index:1;
	top: 135px;
	left:0px;
}

#footer { 
	position: absolute;
	top: 612px;
	color: #000;
	text-align:center;
}





/* misc.
---------------------------------------------------------- */

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

hr, .hide {
	display: none;
	}

a img {
	border: none;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


