@charset "utf-8";
/**********************************************************************************
	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;
	outline:none;
}

html
{
	height: 100%;	
}

body
{
	height: 100%;
}

body 
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 62.5%; 
	line-height: 62.5%;
	color: #262127;
	background-color:#262127;
	margin-top: 0px; 
	margin-left: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	outline:none;
}
*{
	font-size:1em;
	/*line-height: 1em;*/
}

#background_header
{
	background-image:url(../html/img/background_body.png);
	background-repeat:repeat-x;
	width:100%;
	z-index:1;
	position:absolute;
	height:170px;
}
#main_center
{
	margin: 0px; 
	padding: 0px;	
	width: 980px;
	position: relative;
	margin: 0 auto 0 auto;	
}						
					
/* SCROLLBAR---------------------------------------------------------------------*/
html, body, textarea, div 
{
	scrollbar-base-color:#262127;
	scrollbar-arrow-color:#ccc; 
	scrollbar-highlight-color:#ccc; 
}

/* HEADER -----------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------*/
#header
{
	float:left;
	height:120px;
	color:#FFF;
	padding-top:10px;
}

#header_callcenter_language
{
	float:left;
	width:100%;	
	border-bottom:1px solid #666;
	padding-bottom:10px;
}

#callcenter
{
	font-size:15px;
	line-height:12px;
	float:left;	
	margin-top:6px;
	font-weight:bold;
}

#header_navigations
{
	float:left;
}

#header_image
{
	float:left;
	width:100%;
	height:200px;
}

/* LOGO -------------------------------------------------------------------------*/
#logo
{
	margin-top:2px;
}
#logo a img
{
	border:none;
}


#logo_print
{
	visibility:hidden;
	display:none;
}

#slogan
{
	display:none !important;	
}
/* CONTENT_HEADER ---------------------------------------------------------------*/
/* ------------------------------------------------------------------------------*/
#content_header
{
	float:left;
	width:100%;
	height:40px;
}

#quicksearch
{
	width:100%;
	float:left;		
	margin-top:8px;
}

.quicksearch_text
{
	width:188px;
	float:left;
	line-height:20px;
	height:20px;
	font-size:12px;
	border:1px solid black;
	color:262127;
	padding:1px;*
	padding:1px;	
	padding-left:4px;
}

.quicksearch_submit
{
	float:left;
	width:24px;
	height:24px;
	line-height:20px;
	border:0px;
	cursor:pointer;
}
/* CONTENT ----------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------*/
#content
{
	background-color:#FFF;
	padding-top:20px;
	float:left;	
	width:100%;
	padding-bottom:30px;
	min-height:500px;
}

/* WERBEBANNER -------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------*/
#werbebanner {
	width:960px;
	background-color:#FFF;
}

#werbebanner img.banner{
	margin:0 auto;
	text-align: center;
}

#werbebanner .center{
	margin: 0 auto;
	text-align: center;
	width:100%;
}


/* FOOTER -----------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------*/
#footer
{
	padding-top:20px;
	padding-bottom:10px;
	float:left;
	width:100%;
	background-color:#262127;
	color:#CCC;
	font-size:11px;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4
{
	font-size:11px;
	color:#CCC;
	line-height:15px;	
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}

#footer p,
#footer strong,
#footer bold
{
	font-size:11px;	
}

#footer .csc-textpic-caption
{
	margin-top:5px;	
	padding:0px;
	font-size:11px;
	margin-bottom:0px;
}

/* COPYRIGHT -------------------------------------------------------------------*/
#copyright
{
	float:left;
	line-height:20px;
	height:20px;

}
/* BRAND -------------------------------------------------------------------*/
#newmedia
{
	position:absolute;
	right:-10px;
	bottom:10px;
}
