/********************************************************************************************************
	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, Verdana, Helvetica, sans-serif; 
						font-size: 62.5%; 
						line-height: 62.5%;
						color: #666666;
						background-color:#FFFFFF;
						background-image:url(../html/img/bgr.gif);
						background-repeat:repeat;
						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;
						/*letter-spacing:1px;*/
						}
						
						
#main_background {
	width:1000px;
	background-image:url(../html/img/bgr_shadow.png);
	background-repeat:repeat;
	position: relative;
	margin: 0 auto 0 auto;
}
						
#main_center
{
	margin: 0px; 
	padding: 0px;	
	width: 920px;
	position: relative;
	margin: 0 auto 0 auto;	
	padding-bottom:20px;
}	

*html #main_center {
	margin-left:40px;
}		

#header_image_home {
	background-color:#000000;
	height:479px;
	width:920px;
}

*html #header_image_home {
	background-color:#000000;
	height:479px;
	width:920px;
}

#header_image {
	background-color:#000000;
	height:277px;
	width:920px;
}

*html #header_image {
	background-color:#000000;
	float:left;
}
					
/* SCROLLBAR-------------------------------------------------------------*/
html, body, textarea, div 
{
	scrollbar-base-color:#666666;
	scrollbar-arrow-color:#000000; 
	scrollbar-highlight-color:#999999; 
}

/* LOGO -----------------------------------------------------------------*/
#title
{
	margin-top:290px;
}

/* LOGO -----------------------------------------------------------------*/
#logo
{
	padding-left:40px;
	padding-top:20px;
	padding-bottom:10px;
	float:left;
	width:780px;
}
#logo a img
{
	border:none;
}

/* PRINT -----------------------------------------------------------------*/
#print {
	padding-top:59px;
	padding-right:36px;
	float:right;
}

/* CONTENT -----------------------------------------------------------------*/
#content
{
	padding-top:60px;
	float:left;
	min-height:560px;*
	min-height:590px;
}

*html #content {
	margin-top:0;
	height:590px;
}


/* FOOTER -----------------------------------------------------------------*/
#footer
{
	height:117px;
	background-image:url(../html/img/bgr_footer.png);
	background-repeat:no-repeat;
}

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

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

#newmedia {
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:890px;
	display:none;
}