/**************************************************************************************
	Type: 		Cascading Style Sheet
	
	Creator: 		J.Wolflisberg
	For: 			Fengshui-zen.ch
	
	Copyright:		2008
	
	E-Mail: 		webmaster@fengshui-zen.ch
	
**************************************************************************************/

/* GLOBAL ELEMENTS***************************************************************************/

*{
	font-family:Helvetica, sans-serif;
}

body{
	background-color:#ff6600;
	margin:0px;
}

h1,h2{
	padding-left:12px;
	color:#fff;
}

h1{
	background-image:url(../images/h1.gif);
	background-repeat:no-repeat;
}

h2{
	background-image:url(../images/h2.gif);
	background-repeat:no-repeat;
}

/* MENU ELEMENTS***************************************************************************/

#menu{
	width:160px;
	margin-left:0px;
	padding:0px;
	background-color:#FFF;
	border:#000 5px solid;
	position:absolute;
	top:178px;
}

#menu a{
	font-size:12px;
	color:#ff6600;
	text-decoration:none;
}

#menu ul{
	margin:0px;
	padding-bottom:5px;
	list-style-type:none;
	padding-left:23px;
}

#menu .menuCategories{
	background-color:#ff6600;
	margin:0px;
	padding:5px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
}

#menu a:hover{
	text-decoration:underline overline;
	font-weight:bold;
}

/* HEADER ELEMENTS***************************************************************************/

#header{
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:783px;
	height:203px;
}

#footer{
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	width:783px;
	height:28px;
}

#languages{
	padding-left:669px;
	padding-top:6px;
}

#languages img{
	border:1px solid #999;
}
/* WIDGET ELEMENTS***************************************************************************/

#widget{
	width:150px;
	margin-left:500px;
	background-color:#ff6600;
	position:absolute;
	top:-206px;				/* WARNING: DON'T FORGET TO CHANGE JS VALUES BTW.*/
}

#widget_outter{
	text-align:center;
}

#widget_inner{
	background-color:#fff;
	margin-left:6px;
	margin-top:6px;
	margin-right:6px;
	height:200px;
}

#widget_title a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

.widget_element_title{
	color:#999;
	font-size:8px;
}

/* MAIN ELEMENT***************************************************************************/

#main{
	margin:auto;
	background-image:url(../images/body.jpg);
	background-repeat:repeat-y;
	width:783px;
}

/* CONTENT ELEMENT***************************************************************************/

#content{
	margin-left:180px;
	padding:12px 25px 25px 0px;
	color:#8c8c8c;
	text-align:justify;
}
