/**********************************************************************************
	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: Arial, Verdana, Helvetica, sans-serif; 
						font-size: 62.5%; 
						line-height: 62.5%;
						color: #CCCCCC;
						background-color:#000000;
						margin-top: 0px; 
						margin-left: 0px; 
						margin-right: 0px; 
						margin-bottom: 0px; 
						padding-left: 0px;
						padding-right: 0px;
						padding-top: 0px;
						padding-bottom: 0px;
						background-image:url(../html/img/background.png);
						background-repeat:repeat-x;
						}
						*{
						font-size:1em;
						line-height: 1em;
						}
						
#main_center
{
	margin: 0px; 
	padding: 0px;	
	position: relative;
	margin: 0 auto 0 auto;	
}						
					
/* SCROLLBAR---------------------------------------------------------------------*/
html, body, textarea, div 
{
	scrollbar-base-color:#000000;
	scrollbar-arrow-color:#999; 
	scrollbar-highlight-color:#999; 
}


/* SPRACHE ----------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------*/

#language_navigation {
	position:absolute;
	top:20px;
	padding-left:405px;
}

/* HEADER -----------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------*/
#header
{
	height:20px;
	padding-top:105px;
}


	#header_end
	{
		background-image:url(../html/img/background_header_end.png);
		background-repeat:no-repeat;
		height:20px;
	}

#header_navigations
{
	padding-top:10px;
	padding-bottom:10px;
	float:left;
}

#header_image
{
	background-color:#000000;
	float:left;
	width:100%;
	height:200px;
}

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

/* LOGO -------------------------------------------------------------------------*/
#logo
{
	margin-left:0;
	margin-top:20px;
	position:absolute;
}
#logo a img
{
	border:none;
}
/* CONTENT_HEADER ---------------------------------------------------------------*/
/* ------------------------------------------------------------------------------*/
#content_header
{
	float:left;
	background-image:url(../html/img/nav_background.png);
	background-repeat:repeat-x;
}

#quicksearch
{
	width:100%;
	float:left;	
	padding-top:6px;	
}

.quicksearch_text
{
	width:180px;
	float:left;
	line-height:13px;
	margin-right:5px;
	border:1px solid black;
	padding:1px;*
	padding:1px;	
	padding-left:4px;
}

.quicksearch_submit
{
	float:left;
	width:17px;
	height:17px;
	line-height:17px;
	border:0px;
	cursor:pointer;
}
/* CONTENT ----------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------*/
#content
{
	padding-top:100px;
	background-image:url(../html/img/background_content.png);
	background-repeat:repeat-y;
	min-height:440px;
	padding-bottom:20px;
}

/* FOOTER -----------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------*/
#footer
{
	background-image:url(../html/img/background_footer.png);
	background-repeat:repeat-y;
	height:25px;
	padding-top:15px;
}

	#footer_end
	{
		background-image:url(../html/img/background_footer_end.png);
		background-repeat:no-repeat;
		height:20px;
	}
	
	#footer .sujet {
		background-image:url(../html/img/footer_sujet.png);
		background-repeat:no-repeat;
		height:219px;		
		width:486px;
		margin-left:490px;
		margin-top:-40px;
	}
	
#footer .footer_sponsor{
	padding-left:80px;
	margin-top:-7px;
	width:300px;
}

#footer .footer_sponsor img{
	padding-left:2px;
	height:25px;
}

/* FOOTER SITEMAP ---------------------------------------------------------------*/
#footer_sitemap
{
	background-color:#F5F5F5;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	float:left;
	width:100%;
	margin-bottom:20px;
	margin-top:20px;
	padding-top:10px;
	padding-bottom:20px;
	font-size:11px;
}

#footer_sitemap h2
{
	margin:0px;
	padding:0px;
	line-height:20px;
	font-size:11px;
	font-weight:bold;
	margin-bottom:10px;
	text-transform:uppercase;
}

#footer_sitemap ul,
#footer_sitemap li
{
	list-style:none;
	margin:0px;
	padding:0px;
	width:100%;
	float:left;	
}

#footer_sitemap li
{
	height:20px;
	line-height:20px;
	width:100%;
	float:left;
	border-bottom:1px solid #ccc;
}

#footer_sitemap a,
#footer_sitemap a:link
{
	text-decoration:none;
	height:20px;
	line-height:20px;
	display:block;
}

#footer_sitemap a:hover,
#footer_sitemap a:focus,
#footer_sitemap a:active
{
	background-color: #CCCCCC;
}
/* COPYRIGHT -------------------------------------------------------------------*/
#copyright
{
	float:left;
	line-height:20px;
	height:20px;

}
/* BRAND -------------------------------------------------------------------*/
#newmedia
{
	position:absolute;
	right:0;
	bottom:10px;
}
