/********************************************************************************************************
	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
{
	min-height:100%;
	height:100%;
	background-repeat:repeat-y;
	background-position:center;
	background-position:top;
}

body 					{ 
						font-family: Arial, Helvetica, sans-serif; 
						font-size: 62.5%; 
						line-height: 62.5%;
						color: #262827;
						background-repeat:no-repeat;
						background-position:center;
						background-position:top;						
						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: 0 auto 0 auto;
	position:relative;	
	padding: 0px;	
	min-height:100%;
	width:100%;
									
}

* html #main_center
{
	height: 100%;
}

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

#main_header_top
{
	margin:0px;
	padding:0px;
}

/*KATEGORIENHINWEIS*/
#nav_kat_desc p
{
	float:left;
	width:700px;
	color:#262827;
	font-size:12px;	
	line-height:2em;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	margin-left:10px;
}

/* LOGO */
#logo
{
	width: 290px;
	height:200px;
	float:left;
	text-align:right;

}
#logo a img
{
	border:none;
	padding-left:10px;
}


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

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


/* CONTENT ---------------------------------------------------------------*/
#main_content
{
	float:left;
	width:100%;	
}

/* 4 Teaserboxen */
#content_nav /*Startseite*/
{
	float:left;
	width:210px;
	height:160px;

}
/* CONTENT */
#content
{
	float:left;
	width:100%;
}

/* FOOTER ---------------------------------------------------------------*/
#footer
{
	width:99%;
	float:left;	
	background-color:#262827;
	margin-top:20px;
	height:25px;
}

#newmedia
{
	position:absolute;
	margin-left:1000px;
	margin-top:-190px;
	
}

/* SUCHE ---------------------------------------------------------------*/
#search
{
	float:left;
	height:25px;
	padding-top:5px;
	line-height:18px;
	width:190px;
}

#search .hidden
{
	visibility:hidden;
	display:none;
}

#search_box 		{height:20px;}
#search_box a img   {border:none;}
.search-button		{padding:0px 2px 0px 2px;float:left;}

#Search
{
	line-height:10px;
	height:12px;
	padding:2px 4px 4px 4px;*
	padding:4px 4px 2px 4px;	
	width:145px;
	border:1px dashed #cccccc;
	margin-right:5px;
	float:left;
}

/*SCHATTEN ----------------------------------------------*/
.shadow {
	filter: progid:DXImageTransform.Microsoft.shadow(color=#999999, strength=6, direction=135);
	text-shadow: #cccccc 5px 5px 5px;
	box-shadow: 0.2em 0.2em #999999;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	margin-bottom: 5px;
}

.shadowFF  { position:relative; display:block; color:#fff; }
.shadowFF span { position:absolute; display:block; top:0px;  }
.shadowFF:before { display:block; padding:1px; content: attr(title); color:#999999;  } 
