/*********************************************************/
/*   Title:	  foulytitle.css                             */
/*   Author:  René Weber                                 */
/*            rwx@tele2.ch                               */
/*   Version: 0.0                                        */
/*   Date:    March 30, 2006                             */
/**************************************************33*****/
/* There are 3 categories of pages:                      */
/* - Normal:       Menu left, picture center, text right */
/* - Actif_Photos: Menu left, double large photos        */
/* - Chalets:      Image layout                          */
/*********************************************************/

/***************************/
/*         MAIN BODY       */
/***************************/
body {
	font-family: Verdana,sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:normal ;
	margin:0em auto;
	padding:0em;
	background:url(img/img_background.gif) top center repeat-y;
	background-color:#000000;
}
#Main { 
	position:absolute; 
	top:50%; 
	left:50%; 
	width:1000px; 
	height:596px;
	margin-left:-500px;
	margin-top:-300px;
	z-index:1; 
}
/***************************/
/*      Start pages        */
/***************************/
#Title-Pic {
	position:absolute; 
	width:757px; 
	height:597px; 
	z-index:2; 
	left:200px; 
	top:0px;
}
#Text-Box {
	position:absolute; 
	left:0px; 
	top:0px; 
	width:200px; 
	height:596px; 
	z-index:3; 
	background-image:url(img/text-box-back.jpg); 
	border:0px;
}
#Text-Title {
	position:absolute; 
	width:187px; 
	height:58px; 
	z-index:2; 
	left:0px; 
	top:10px;  
	border:0px;
}
#Text-Content {
	position:absolute; 
	width:195px; 
	height:525px; 
	z-index:2; 
	left:5px; 
	top:70px;  
	border:0px;
}
#Text-Copyright {
	position:absolute; 
	width:175px; 
	height:19px; 
	z-index:2; 
	left:25px; 
	top:560px;  
	border:0px;
}	
#Enter-Box {
	position:absolute; 
	width:165px; 
	height:58px; 
	z-index:2; 
	left:6px; 
	top:391px;  
	border:0px;
}
#Mini-Menubar {
	position:absolute; 
	width:200px; 
	height:60px; 
	z-index:2; 
	left:10px; 
	top:456px;
	border:0px;
}
#MainMenuContent {
	position:absolute; 
	width:180px; 
	height:36px; 
	z-index:4; 
	left:20px; 
	top:228px;
	border:0px;
}
#Menubar {
	position:absolute; 
	width:180px; 
	height:36px; 
	z-index:4; 
	left:18px; 
	top:175px;
	border:0px;
}
#Special-Content {
	position:absolute; 
	width:400px; 
	height:400px; 
	z-index:2; 
	left:482px; 
	top:74px;  
	border:0px;
}
/* Justified paragraph*/
p.just { 
	margin-left:5px; 
	margin-right:5px; 
	text-align:justify; 
	width:93%; 
	border:none;
}
