/********************************************************************************************************
	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: Verdana, Arial, Helvetica, sans-serif; 
						font-size: 62.5%; 
						line-height: 62.5%;
						color: #666666;
						background-color:#ffffff;
						background-image:url(../html/img/background.jpg);
						background-repeat:repeat-x;
						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-repeat:no-repeat;
	margin: 0px; 
	padding: 0px;	
	width: 760px;
	position: relative;
	margin: 0 auto 0 auto;	
}

* html #main_center
{
	height: 100%;
}

#main_page
{

	width: 1000px;
	position: relative;
	margin: 0 auto 0 auto;
	min-height: 100%;
	text-align: left;	
}
					
/* SCROLLBAR------------------------------------------------------ */
html, body, textarea, div 
{
	scrollbar-base-color:#cccccc;
	scrollbar-arrow-color:#666666; /*violett*/
	scrollbar-highlight-color:#cccccc; /*violett*/
}
/* HEADER --------------------------------------------------------*/

#main_header
{	
	margin-left:20px;
}
#main_header_top
{
	height:120px;	
	width:100%;
	margin:0px;
	padding:0px;	
}

#main_header_middle
{
	height:240px;

}

/* LOGO */
#logo
{
	width: 150px;
	padding-top:38px;
	float:left;
}
#logo a img
{
	border:none;
}


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

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


/* CONTENT ---------------------------------------------------------------*/
#main_content
{
	float:left;
	width:760px;
	margin-bottom:20px;
	padding-top:20px;
	background-image:url(../html/img/background_content.jpg);
	background-repeat:no-repeat;
	padding-left:20px;	
	
}

/* CONTENT */
#content
{
	float:left;
	width:720px;	

}
