/********************************************************************************************************
	created by:		NewMedia http://www.newmedia.ch
	project:		newmedia.ch
	date:			Februar/2009, 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: Arial, Helvetica, sans-serif; 
						font-size: 62.5%; 
						line-height: 62.5%;
						color: #ffffff;
						background-color:#333033;
						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;
						}
		

ul,ol,li{
	margin:0px;
	padding:0px;
}	
#backgroundContainer {
    top:0;
    left:0;
    overflow:hidden;
    position:absolute;
    z-index:0;
}

img#backgroundContainerIMG {
    display:block;
    height:0;
    visibility:hidden;
    width:0;
    z-index:1;
}

#backgroundNavigation
{
	position:absolute;
	background-image:url(../html/img/bgr_main_navi.png);
	background-repeat:repeat-x;
	width:100%;
	height:40px;
	top:0;
	left:0;
	margin-top:97px;

}

#backgroundFooter
{
	position:absolute;
	background-color:#333033;	
	width:100%;
	height:40px;
	bottom:0;
	left:0;

}
					
#main_center
{
	margin: 0px; 
	padding: 0px;	
	width: 980px;
	position: relative;
	margin: 0 auto 0 auto;	
}	

.bgr_light
{
	background-image:url(../html/img/bgr_content_light.png);
	background-repeat: repeat;
	width:100%;
	float:left;
}

.bgr_dark
{
	background-image:url(../html/img/bgr_content_dark.png);
	background-repeat: repeat;
	width:100%;
	float:left;

}					
					
/* SCROLLBAR-------------------------------------------------------------*/
html, body, textarea, div 
{
	scrollbar-base-color:#7e1f71;
	scrollbar-arrow-color:#dfd200; 
	scrollbar-highlight-color:#dfd200; 
}

/* LOGO -----------------------------------------------------------------*/
#logo
{
	margin-top:45px;
	margin-bottom:25px;
	float:left;
}
#logo a img
{
	border:none;
}

/* LOGO -----------------------------------------------------------------*/
#flashcontent
{
	position:absolute;
	right:0;
	top:0;
	margin-top:45px;
}

a img 
{
	border:none;
}

/* CONTENT -----------------------------------------------------------------*/
#content
{
	margin-top:80px;
	position:relative;
	z-index:10;
	width:100%;
	float:left;
}

/* FOOTER -----------------------------------------------------------------*/
#footer
{
	bottom:0;
	left:0;
	width:980px;	
	height:40px;
	margin: 0 auto 0 auto;	
	text-transform:uppercase;

}

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

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