/**********************************************************************************
	created by:		Newmedia	http://www.newmedia.ch
	project:		schweizerische Arbeitsgemeindschaft fuer die Berggebiete www.sab.ch
	date:			07/2010, kec
	version:		0.1
	file:			layout.css
	function:		Gerüst der Webseite
**********************************************************************************/

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

*
{
	margin: 0;
	padding: 0;
}
#ce6980,#ce6981,#ce6982 {

	display:none;
}

html{height: 100%;}

body{height: 100%;}

body{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height:17px;
	color: #000000;
	margin: 0px; 
	padding:0px;
	background-color:#676767;	
}


body, td, tr, div, span {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
}
						
#mainCenter{
	background: url(/fileadmin/templates/sab/html/img/layout/mainPage.jpg) repeat-y;
	width: 952px;
	margin: 0 auto 0 auto;	
}

#mainPage{
	border:1px solid #5c5c5c;
	border-bottom:1px solid #A2A2A2;
	margin:0 auto;
	padding:0;
	width:900px;
}

#mainHeader{
	height:170px;
	color:#000000;
	position:relative;
	text-align:left;
}

#logo{
	float:left;
	height:100px;
	left:0;
	position:absolute;
	top:0;
	width:100px;
	z-index:3;
}

#horizontalService{
	background: url(/fileadmin/templates/sab/html/img/navi/horizontalService_neu.png) repeat-x left top;
	font-size:11px;
	font-weight:normal;
	height:28px;
	border-bottom:1px solid #8197B2;
	border-top:1px solid #8197B2;
	width:900px;
	float:left;
	left:0;
	position:absolute;
	top:139px;
	z-index:3;
}

#horizontalMainNav{
	background:#C5CEDE;
	border-bottom:1px solid #8197B2;
	border-top:1px solid #8197B2;
	float:left;
	font-size:11px;
	font-weight:normal;
	height:28px;
	padding-left:5px;
	width:895px;
}

#languageMenu{
	height:28px;
	width:180px;
	float:left;
	padding-left:15px;
}	

#languageMenu span.languagenolink{
	padding:8px 0px;
	float:left;
}

#languageMenu span.languagenolink img{
	border:1px solid #c5c5c5;
	margin-right:5px;
}	

#horizontalNav{
	float:right;
	color:black;
	padding-right:15px;
	width:auto;
}

#mainContent{
	float:left;
	width:900px;
}	

#mainFooter{
	width:952px;
	margin:0 auto;
	padding-left:40px;
	padding-top:10px;
	line-height:20px;
	font-size:11px;
	background: url(/fileadmin/templates/sab/html/img/layout/mainFooter.gif) no-repeat left bottom;
	color:#333333;
	height:70px;}
	
#mainFooter div{
	width:875px;
	overflow:hidden;}

.clear {
	clear:both;
	height:0;
	margin-top:0 !important;
}		
					
/* SCROLLBAR---------------------------------------------------------------------*/
html, body, textarea, div 
{
	scrollbar-base-color:#000000;
	scrollbar-arrow-color:#999; 
	scrollbar-highlight-color:#999; 
}


/* LOGO -------------------------------------------------------------------------*/

#logo a img{border:none;}


/*------------------------------------------------------------------
	 LINKS.css 
-------------------------------------------------------------------*/
a:link, a:visited, a:active{
	font-weight:normal;
	color: #194E85;
	text-decoration:underline;
	font-size: 11px;
}

a:hover{
	color: #FFFFFF;
	text-decoration:none;
}

/*------------------------------------------------------------------
	 navigation.css 
-------------------------------------------------------------------*/

div#horizontalNav a{ 
	color:black;
	font-weight:normal;
	text-decoration:none;
}

/*------------------------------------------------------------------
	 Rechts
-------------------------------------------------------------------*/
#NEWSTITLE {
	padding:0px;
	margin:0px;
}

#NEWSTITLE div.contentElement{
	padding:5px 5px 5px 10px;
	border-bottom:1px solid #C05B7B;
	margin-bottom:10px;
}

#NEWSTITLE div.contentElement a{
	text-decoration:underline;
	color:#FFFFFF;
}

#NEWSTITLE div.contentElement a:hover{
	text-decoration:none;
}
/*------------------------------------------------------------------
	 Content
-------------------------------------------------------------------*/

.titelmitte {
	margin-top:5px;
}

div.inhalt ul{
	margin-left:15px;
}

div.inhalt a:link{
	color:#006699;
	text-decoration:underline;
}

div.inhalt a:hover{
	color:#006699;
	text-decoration:none;
}

div.contentElement font {
font-size:11px;}

