/**********************************************************************************
	created by:		Newmedia http://www.newmedia.ch
	project:		PROJEKTNAME
	date:			Januar/2010, Marianne Luck
	version:		0.1
	file:			layout.css
	function:		Gerüst der Webseite
**********************************************************************************/

/* GENERAL SETTINGS -------------------------------------------------------------*/
/* ------------------------------------------------------------------------------*/
@charset "utf-8";

*
{
	margin: 0;
	padding: 0;
}

html
{
	height: 100%;	
}

body
{
	height: 100%;
}

body 					{ 
						font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
						font-size: 62.5%; 
						line-height: 62.5%;
						color: #666666;
						background-image:url(../html/img/body_background.jpg);
						background-repeat:repeat-x;						
						background-color:#ffffff;
						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
{
	margin: 0px; 
	padding: 0px;	
	width: 960px;
	position: relative;
	padding-top:40px;
	margin: 0 auto 0 auto;	
}						
					
/* SCROLLBAR---------------------------------------------------------------------*/
html, body, textarea, div 
{
	scrollbar-base-color:#99ACB0;
	scrollbar-arrow-color:#BBCED2; 
	scrollbar-highlight-color:#BBCED2; 
}

/* HEADER -----------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------*/
#header
{
	float:left;
	height:140px;
}


/* PRINT -----------------------------------------------------------------------*/
#print
{
	float:right;
	margin:0px;
	padding:0px;
	border-left:1px solid #000;
	padding-left:10px;
	text-decoration:underline;
	line-height:11px;
}

/* LOGO -------------------------------------------------------------------------*/
#logo
{
	margin-top:10px;
	position:absolute;
}
#logo a img
{
	border:none;
}

#slogan
{
	position:absolute;	
	margin-top:-28px;
	margin-left:760px;

}

/* CONTENT ----------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------*/
#content
{
	float:left;	
	margin-top:20px;
}

#contend_inhalt
{
	background-image:url(../html/img/content_background.gif);
	float:left;
	background-repeat:repeat-y;
	min-height:380px;
	width:580px;
	padding:25px 20px 0px 50px;
}

#content_top
{
	background-image:url(../html/img/content_top.gif);
	background-repeat:no-repeat;
	height:17px;
	width:100%;
	float:left;
}

#content_bottom
{
	background-image:url(../html/img/content_bottom.gif);
	background-repeat:no-repeat;
	height:17px;
	width:100%;
	float:left;
}

/* FOOTER -----------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------*/
#footer
{
	float:left;
	background-image:url(../html/img/footer_background.jpg);
	background-repeat:repeat-x;
	min-height:260px;
	width:100%;
	margin-top:10px;
}

/*TEASER TITEL ABSTAND ANPASSEN*/
#c159, #c160, #c161, #c652, #c654
{
	margin-top:-40px;
}

/* COPYRIGHT -------------------------------------------------------------------*/
#copyright
{
	float:left;
	line-height:20px;
	height:15px;
	margin-bottom:10px;
}
/* BRAND -------------------------------------------------------------------*/
#newmedia
{
	position:absolute;
	right:0;
	bottom:10px;
	visibility:hidden;
}
