/********************************************************************************************************
	created by:		NewMedia http://www.newmedia.ch
	project:		newmedia.ch
	date:			Februar/2010, Marianne Luck
	version:		4.1
	file:			layout.css
	function:		Gerüst der Webseite
********************************************************************************************************/

/*--------------------------------
 csc Layout 
--------------------------------*/
@charset "utf-8";

*
{
	margin: 0;
	padding: 0;
}

html
{
	height: 100%;	
}

body
{
	height: 100%;
}

body 					{ 
						font-family: Verdana, Arial, Helvetica, sans-serif; 
						font-size: 62.5%; 
						line-height: 62.5%;
						color: #ffffff;
						background-color:#ffffff;
						background-image:url(../html/img/background.png);
						background-repeat:repeat-x;
						background-position: 0% 532px;
						margin-top: 0px; 
						margin-left: 0px; 
						margin-right: 0px; 
						margin-bottom: 0px; 
						padding-left: 0px;
						padding-right: 0px;
						padding-top: 0px;
						padding-bottom: 0px;
						}
						*{
						font-size:1em;
						line-height: 1em;
						}
						
#main_center
{
	background-image:url(../html/img/header_background.jpg);
	background-repeat:no-repeat;
	margin: 0px; 
	padding: 0px;	
	width: 980px;
	position: relative;
	margin: 10px auto 0 auto;	
}						
					
/* SCROLLBAR-------------------------------------------------------------*/
html, body, textarea, div 
{
	scrollbar-base-color:#000000;
	scrollbar-arrow-color:#D20476; 
	scrollbar-highlight-color:#D20476; 
}

/* BUTTON ------------------------------------------------------------------*/
#button
{
	z-index:1;
	position:absolute;
	margin-top:450px;
}

#button a img 
{
	border:none;
}

/* COVERFLOW  ---------------------------------------------------------------*/
#coverflow
{
	background-color:#D20476;
	height:250px;
	width:460px;
	float:left;
	top:10px;
	position:absolute;
	z-index:2;
}

/* CONTENT -----------------------------------------------------------------*/
#content
{
	margin-top:40px;
	margin-bottom:40px;
}

/* SPONSOREN -----------------------------------------------------------------*/
#sponsors
{
	margin-bottom:10px;
	width:100%;
	float:left;
	border-top:1px solid #fff;	
}

/* FOOTER -----------------------------------------------------------------*/
#footer
{
 	margin-top:180px;
}

/* DESIGNELEMENTE --------------------------------------------------------*/

.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}