/*
// Site   : http://www.unangepasse.com/
// Date   : 2004-06-01
// Author : Boris Meyer
*/

body{
	background      : #CCC url(../img/interface/background/bkg_body.gif) repeat fixed top center;
	font-family     : "Times New Roman", Times, Serif;
	font-size       : 11px;
	text-align      : center;
	margin          : 0;
}

/* LAYOUT --------------------------------- */
/* Enclose the overall design               */
#layout{
	width           : 760px;
	padding         : 0;
	margin          : auto;
	text-align      : left;
}
/* --------------------------------------- */


/* HEADER --------------------------------- */
/* Contain the lead and baseline.           */
#header h1, #header h2{
	color           : #666;
	margin          : 0;
	padding         : 0;
	font-size       : 24px;
	font-weight     : bold;
	letter-spacing  : 2px;
}

#header h2{
	color           : #999;
	font-size       : 14px;
	letter-spacing  : 7px;
	margin-bottom   : 10px;
}

#header img{
	display         : none;
}

/* --------------------------------------- */


/* MENU ----------------------------------- */
/* Contain the website navigation.          */
#layout #menu{
	display         : none;
}
/* --------------------------------------- */


/* SLIDESHOW ------------------------------ */
/* Contain the flash slideshow. */
#slideshow{
	display         : none;
}
/* --------------------------------------- */


/* CONTENT -------------------------------- */
/* Contain the website text content. */
#content{
	background      : #FFF;
	width           : 98%;
	padding         : 10px;
	color           : #333;
	text-align      : left;
	vertical-align  : top;
	border-top      : 1px solid #CCC;
	border-bottom   : 1px solid #CCC;
}

#content h1{
	font-size       : 16px;
}

#content h2{
	color           : #333;
	font-size       : 14px;
}

#content p{
	font-size       : 16px;
	margin-bottom   : 26px;
	line-height     : 26px;
}

#content table{
	background      : #FFC;
	border          : 1px solid #CCC;
	margin-top      : 10px;
	margin-bottom   : 10px;
}

#content table td .information, #content table td .agenda{
	color           : #333;
	font-size       : 12px;
	padding         : 0;
	margin          : 0;
	padding-left    : 30px;
}

#content table td .information{
	background      : url(../img/interface/picto/information.gif) no-repeat left center;
}

#content table td .agenda{
	background      : url(../img/interface/picto/agenda.gif) no-repeat left center;
}

#content table td{
	padding         : 4px;
	border-right    : 1px solid #CCC;
	border-bottom   : 1px solid #CCC;
}

#content table .white{
	background      : #FFF;
}

#content li{
	list-style-image : url(../img/interface/picto/li.gif);
	vertical-align   : middle;
}

#content input, #content textarea{
	width            : 98%;
	padding          : 2px;
	background       : #FFE;
	border           : 1px solid #333;
}

#content input:hover, #content textarea:hover{
	background       : #FFC;
	border           : 1px solid #333;
}

#content #errors{
	border           : 1px solid #F88;
	background       : #FFE;
	padding          : 4px;
}

/* MODULES -------------------------------- */
/* Contain the illustration.                */
#module{
	display         : none;
}
/* --------------------------------------- */


/* FOOTER -------------------------------- */
/* Contain the website footer.             */
#footer{
	display         : none;
}
/* --------------------------------------- */

