/********************************************************************************************************
	created by:		ICSurselva AG	http://www.icsurselva.ch
	project:		CSCS Swiss National Supercomputing Centre
	date:			03/2009, claudia
	version:		4.1
	file:			layout.css
	function:		layout elements -style 
********************************************************************************************************/
body#thebody, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #990033 url(/fileadmin/templates/cscs/html/img/layout/darkframboise.jpg) repeat-y scroll center top;
	font-size:11px;
	line-height:16px;
}

html, body {
	height: 100%;
}


#main_center {
    color:#000000; 
    margin: 0px; 
	padding:0px;
	 margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    text-align: center;  
	background:white;
	position: relative;
	min-height: 100%;

width:960px;
}

* html #main_center, * html #main_page {height: 100%;}

#main_page {
    width: 960px;
    padding: 0;
	background-color:white;
	min-height:600px;
	min-height: 100%;
}


 
#main_top {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;
	background:white;
	height: 77px;
}

#cscs_logo {
	float:left;
	height: 77px;
	width:400px;
}
  
#eth_logo {
	float:right;
	width:225px;
	height: 77px;
}
  
#main_image {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;
	color:red;
	background: url(/fileadmin/templates/cscs/html/img/layout/banner.jpg) no-repeat left top;
	height: 100px;
}

#nav_top {
	font-size:11px; 
	font-weight:normal;
	margin:0px;
	padding:0px;
	text-align:left;
	float:left;
	background:white;
	width:960px;
	border-bottom: 1px solid #75828B;
} 

#service{
	width:500px;
	float:left;
	height:12px;
	padding:9px 0px 9px 241px;
}

#print {
	float:left;
	padding:6px 0px 4px 0px;
}

#special{
	float:right;
	text-align:right;
	padding:7px 0px 3px 0px;
}

span.contact{padding:0px 18px 0px 10px;} 

span.home, span.sitemap{padding:0px 0px 0px 10px;} 

#breadcrumbs {
	color:#B6B5B5;
	float:left;
	text-align: left;
	font-size:10px;
	width:710px;
	line-height:29px;
	height:29px;
	padding-left:250px;
}

#breadcrumbs {}

#breadcrumbs a {
	color:#B6B5B5;
}

#breadcrumbs span.bread_activ a {
	color:#DF151F;
}

#login {
    background-color: white;
    border: medium none;
    left: 765px;
    margin: 0;
    position: absolute;
    text-align: right;
    top: 108px;
    width: 180px;
}

#search {
	position: absolute;
	left: 810px;
	top: 108px;
	text-align: left; 
	width: 130px;
	border:1px solid #75828B;
	margin: 0px;
	background-color:white;
}

input.searchfield{
	border:1px solid white;
	width:110px;
	height:16px;
} 

#nav_left{
	margin-top:17px;
	min-height:100%;
}


#main_header {
	font-size:0.8em;
	background-color: #FFFFFF;
	display:block;
}
   * html #main_header {
    margin-bottom: 0;
	}

#main_content {
	background-color:#FF0000;
	width: 980px;
}

#main_nav {
	float:left;
	text-align: left; 
	width:210px;
	margin: -22px 0px 0px 20px;
}
  * html #main_nav {margin:0px 0px 0px 10px;} 
  
#content {
	float:left;
	text-align: left; 
	margin: 0 0px 20px 0;
}  


#main_footer {
	font-size: 10px;
	color:#75828B;
	margin: 0; 
	padding: 0 20px;
	width:920px;
   	text-align:left;
	line-height:49px;
	border-top: 1px solid #75828B;	
	left:0px;
	position: absolute;
	bottom: -50px;
	background:white;
}

#main_footer p.bodytext{padding:0px;}
#top_nav{color:white;}


