/******************/
/* The body part  */
/******************/
body {
	background-image: url("bgr.jpg");
	background-repeat: repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	color:#000000;
	}

/************************/
/* Contain the design   */
/************************/
#conteneur {
	width:790px;
	margin:0px auto;
	padding: 0px 0px 0px 0px;
	background-image:url(fond.jpg);
	background-position:center;
	background-repeat:repeat-y;
	}
/*************************/
/* Contain the header    */
/*************************/
#header {
	width:790px;
	height:166px;
	background-image:url(header.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	}
/*******************************/
/* At the bottom of the header */
/*******************************/
#menu {
	width:790px;
	height:51px;
	background-image:url(menu.jpg);
	background-position: center;
	background-repeat:no-repeat;
	}
/*******************************/
/* At the bottom of the "menu" */
/*******************************/
#sousmenu {
	width:790px;
	height:51px;
	background-image:url(sousmenu.jpg);
	background-position: center;
	background-repeat:no-repeat;
	}
/********************/
/* the central part */
/********************/
#center {
	width:790px;
	}

/**********/
/* footer */
/**********/
#pied {
	width:790px;
	height:64px;
	background-image: url(pied.jpg);
	background-position: center;
	background-repeat:no-repeat;
	text-align: center;
	clear:both;
	}
/***************************/
/* Where you put your text */
/***************************/
#contenu {
	float:left;
	width:480px;
	margin-left:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top:10px;
	/* text-align:justify; */
	}

	/* Links */
	#contenu a:link {
		text-decoration:none;
		color:#990000;
		}
	#contenu a:visited {
		text-decoration:none;
		color:#990000;
		}
	#contenu a:hover {
		text-decoration:none;
		color: #CC0000;
		}
	
	/* Überschriften */	
	#contenu h1 {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 20px;
		
		}
	
	#contenu h2 {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:24px;
		color:#800000;
		}
	
	/* Gallerie */
	#contenu table.twg {
	  	border: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12pt;
	}
	
	/* Thumbnailtabelle */ 
	#contenu table.thumbnails {
		/*	margin-left: auto;
	  	margin-right: auto;
	  	vertical-align: middle;*/
	  text-align: center;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
	}
	/* orientation of the thumbnails in a cell */
	#contenu td.thumbnails {
	   	text-align: center;
	   	vertical-align: middle;
	   	font-family: Verdana, Arial, Helvetica, sans-serif;
		 font-size: 10pt;
	}
	
	/* font settings for cells */
	#contenu td.twg {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		text-align: left;
		vertical-align:top;
	}
	
	//thumbnails zentriert
	#contenu td.mainnav {
		text-align: center;
		vertical-align: top;
		/*padding: 15px 10px 0px 10px;*/
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
	}
	
	/* settings for the top left cell where the galleries -> ... ->  buttons are */
	#contenu td.topnavleft {
	   height: 30px;	   vertical-align: middle;
	   font-size: 10px;
		 text-align: left;
		 width: 80%;	}
	
	/* settings for the top right cell where the menu buttons are */
	#contenu td.topnavright {
	   height: 30px;
		 width: 20%;
		 text-align: right;
		 vertical-align: middle;
		 /*border-top: 2px none; */
	   /*border-bottom: 2px none; */
	   font-size: 10px;
	   padding-right: 5px;
	   /*background-color: #EAEAEA;*/
	}
	
	/* the settings for the details image (border ...)   */
	#contenu  .twg_imageview {
	  border : 1px inset Gray;
			vertical-align: middle;
			text-align: center;
		margin: 0px 0px 0px 0px;
	}
	
	/* settings for images in a cell - some duplocate settings does exists - be carefull with changing this could be overwritten somewhere */
	#contenu td.twg_image {
		 border: none; 
		 text-align: center;
		 vertical-align: top;
	 padding: 9px 4px 4px 4px;
	   font-family: Verdana, Arial, Helvetica, sans-serif;
	   font-size: 10pt;
	   height:100px;
	}
	
/****************/
/* The left nav */
/****************/
#gauche {
	float:left;
	width:200px;
	margin-left:20px;
	display:inline; /* important for ie */
	}
#nav {
	width:195px;
	float:left;
	}
#nav a:link, #nav a:visited {
	/*background-color: #f1efe5;*/
	background-image:url(tick.gif);
	background-position:left;
	background-repeat:no-repeat;
	color:#333333;
	width:175px;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 20px;
	text-decoration:none;
	border-bottom:1px solid #666666;
	border-left:1px solid #000000;
	display:block;
	}
#nav a:hover {
	/*background-color: #dad8cf;*/
	width:175px;
	background-image:url(tick_on.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	color:#333333;
	border-left:1px solid #000000;
	text-decoration:none;
	}
/*****************************************/
/* To say that picture don't have border */
/*****************************************/
img {
	border:0px;
	}
/***************************/
/* Modif for links in text */
/***************************/

/**************/
/* Main title */
/**************/
#titre {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
	font-size:36px;
	padding-left:200px;
	top:50px;
	color:#800000;
	}
/************/
/* Subtitle */
/************/
#subtitle {
	position:absolute;
	font-size: 25px;
	padding-left:300px;
	top:86px;
	color:#800000;
	}

#subsubtitle {
	position:absolute;
	font-size: 22px;
	padding-left:380px;
	top:110px;
	color:#800000;	}

#pagetitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
	font-size:24px;
	padding-left:250px;
	top:240px;
	color:#800000;
	}

#heading1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000000;
}

#heading2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
}



#copy {
	padding-top:20px;
	}

/* Links */
#copy a:link {
		text-decoration:none;
		color:#990000;
		}
#copy a:visited {
		text-decoration:none;
		color:#990000;
		}
#copy a:hover {
		text-decoration:none;
		color: #CC0000;
		}

/* The end ^^ */
