/* Base */

body
{
	margin: 0;
	padding: 0;
	background: url(Images/Layout/Back.gif);
}

a
{
	color: #464646;
	text-decoration: none;
}

a:hover
{
	color: #969696;
}

a.external
{
	color: #751C05;
	font-weight: bold;
	padding-left: 16px;
	background: url(Images/Layout/new-window-link.gif) no-repeat left center;
}

a.external:hover
{
	color: #B42907;
}

a.internal
{
	color: #751C05;
	font-weight: bold;
/*	padding-left: 16px;
	background: url(Images/Layout/internal.gif) no-repeat left center;*/
}

a.internal:hover
{
	color: #B42907;
}

strong
{
	font-weight: normal;
	color: #751C05;
}

/* Items */
#logo
{
	position: absolute;
	top: 20px;
	right: 70px;
	z-index: 1;
}

.rightImg
{
	position: absolute;
	top: 110px;
	right: 7px;
}

#adresse
{
	position: absolute;
	background: url(Images/Layout/Adresse.gif) no-repeat 0 45px;
	top: 370px;
	right: 30px;
	width: 160px;
	padding-left: 42px;
}

/* Main Menu */
#mainMenu
{
	position: absolute;
	left: -137px;
	top: 0;
	width: 261px;
	z-index: 1;
}

/* Overflow Box */
#mainMenuOV
{
	width: 100%;
	overflow: hidden;
}

/* MenuItems */
#mainMenuItems
{
	float: left;
	margin-top: 20px;
	width: 137px;
	margin-bottom: -5000px;
	padding-bottom: 5000px;
}

.mainMenuItem
{
	display: block;
	width: 97px;
	height: 18px;
	margin-bottom: 15px;
	background: url(Images/Layout/Stick.gif);
	padding: 7px 30px 7px 10px;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 85%;
}

.mainMenuItemSel
{
	display: block;
	width: 97px;
	height: 18px;
	margin-left: 21px;
	margin-bottom: 15px;
	background: url(Images/Layout/StickIn.gif);
	padding: 7px 9px 7px 10px;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 85%;
}


/* Submenu*/
#subMenu
{
	background-position: 1em 1em;
	position: absolute;
	right: -135px;
	top: 15px;
	width: 130px;
	z-index: 1;
	background: url(Images/Layout/SubMenuVert.gif) no-repeat 1em bottom;
}

#subMenuVertLine
{
	border-top: 1px solid #505050;
	width: 1em;
}

#subMenuItems
{
	margin-left: 1em;
}

#subMenuItems li
{
	height: auto;
	padding: 0;
	background: none;
	list-style-type: none;
	vertical-align: inherit;
	margin: 0;
	
}

.subMenuItem
{
	display: block;
	font-weight: bold;
	font-size: 85%;
	text-transform: uppercase;
	background: url(Images/Layout/SubMenuBack.gif) no-repeat left center;
	padding-left: 0.7em;
	margin-bottom: 0.5em;
}

.subMenuItem.last
{
	background: url(Images/Layout/SubMenuBackLast.gif) no-repeat left center;
}

.subMenuItem.Sel
{
	color: #751C05;
}

/* Start Outer Box */

#outerBox
{
	width: 1035px;
	margin: 10px auto 0 auto;
	position: relative;
	overflow: hidden;
}

/* Top */
#outerBoxT
{
	height: 45px;
}

/* Top Left */
#outerBoxTL
{
	background: url(Images/Layout/TopLeft.gif);
	width: 7px;
	height: 100%;
	float: left;
}

/* Top Green */
#outerBoxTG
{
	background: url(Images/Layout/TopGreen.gif);
	height: 100%;
	float: left;
}

/* Green Content */
#outerBoxGC
{
	padding: 7px 3em;
	font-size: 70%;
}

/* Top Break */
#outerBoxTB
{
	background: url(Images/Layout/TopBreak.gif);
	width: 31px;
	height: 100%;
	float: left;
	margin-right: -3px;
}

/* Top Right */
#outerBoxTR
{
	background: url(Images/Layout/TopRight.png);
	width: 28px;
	height: 100%;
	float: right;
	margin-left: -3px;
}

/* Top Center */
#outerBoxTC
{
	background: url(Images/Layout/TopWhite.gif);
	height: 100%;
	margin-right: 25px;
	padding: 0;
}

/* Main */
#outerBoxM
{
	clear: left;
	overflow: hidden;
	background: white;
	width: 100%;
}

/* Main Left */
#outerBoxML
{
	background: url(Images/Layout/Left.gif);
	width: 7px;
	float: left;
	padding-bottom: 5000px;
	margin-bottom: -5000px;
}

/* Main Right */
#outerBoxMR
{
	background: url(Images/Layout/Right.gif);
	width: 7px;
	float: right;
	padding-bottom: 5000px;
	margin-bottom: -5000px
}

/* Main Center */
#outerBoxMC
{
	padding-bottom: 5000px;
	margin: 5px 15px -5000px 15px;
}

/* Bottom */
#outerBoxB
{
	clear: left;
	height: 4px;
	padding-bottom: 4px;
	background: white;
	overflow: hidden;
	margin-bottom: 10px;
}

/* Bottom Left */
#outerBoxBL
{
	background: url(Images/Layout/BottomLeft.gif) no-repeat;
	width: 10px;
	height: 4px;
	float: left;
	margin-right: -3px;
}

/* Bottom Right */
#outerBoxBR
{
	background: url(Images/Layout/BottomRight.gif) no-repeat;
	width: 10px;
	height: 4px;
	float: right;
	margin-left: -3px;
}

/* Bottom Center */
#outerBoxBC
{
	background: url(Images/Layout/Bottom.gif) repeat-x;
	height: 4px;
	margin: 0 7px;
}

/* End Outer Box */


/* Start Inner Box */

#innerBox
{
	margin: 65px auto 0 auto;
	padding-right: 70px;
	width: 594px;
	position: relative;
}

/* Top */
#innerBoxT
{
	height: 225px;
}

/* Top Right */
#innerBoxTR
{
	background: url(Images/Layout/InTopRight.gif);
	width: 25px;
	height: 225px;
	float: right;
	margin-left: -3px;
}

/* Top Center */
#innerBoxTC
{
	background: url(Images/Layout/InTop.gif);
	height: 16px;
	margin: 0 22px 0 21px;
}

/* Top Left */
#innerBoxTL
{
	background: url(Images/Layout/InTopLeft.gif);
	width: 24px;
	height: 17px;
	margin-right: 100px;
}

/* Left Menu */
#innerBoxLM
{
	background: url(Images/Layout/InLeftMenu.gif);
	float: right;
	margin-bottom: -5000px;
	padding-bottom: 5000px;
	margin-right: 100px;
	width: 24px;
}

/* Left Break */
#innerBoxLB
{
	background: url(Images/Layout/InLeftBreak.gif);
	float: right;
	width: 24px;
	height: 14px;
	margin-left: 137px;
	margin-right: 100px;
	margin-bottom: -3px;
}

/* Main */
#innerBoxM
{
	clear: left;
	overflow: hidden;
	position: relative;
	top: -209px;
	margin-bottom: -209px;
	padding-bottom: 10px;
	width: 100%;
}

/* Main Left */
#innerBoxML
{
	background: url(Images/Layout/InLeft.gif);
	width: 21px;
	float: left;
	margin-top: 17px;
	padding-bottom: 5000px;
	margin-bottom: -5000px;
}

/* Main Right */
#innerBoxMR
{
	background: url(Images/Layout/InRight.gif);
	width: 22px;
	float: right;
	margin-top: 209px;
	padding-bottom: 5000px;
	margin-bottom: -5000px;
}

/* Main Center */
#innerBoxMC
{
	padding: 0 10px 5000px 10px;
	margin: 0 22px -5000px 21px;
	min-height: 339px;
	background: url(Images/Layout/InBack.gif) 19px -2px;
}

#innerBoxContent
{
	margin-left: 105px;
	padding-left: 10px;
	border-left: 1px solid #464646;
}

/* Bottom */
#innerBoxB
{
	clear: both;
	height: 4px;
	margin-bottom: 10px;
}

/* Bottom Left */
#innerBoxBL
{
	background: url(Images/Layout/InBottomLeft.gif) no-repeat;
	width: 24px;
	height: 6px;
	float: left;
	margin-right: -3px;
}

/* Bottom Right */
#innerBoxBR
{
	background: url(Images/Layout/InBottomRight.gif) no-repeat;
	width: 10px;
	height: 6px;
	float: right;
	margin-left: -3px;
}

/* Bottom Center */
#innerBoxBC
{
	background: url(Images/Layout/InBottom.gif) repeat-x;
	height: 6px;
	margin: 0 7px 0 21px;
}

/* End Inner Box */

/* References */

.refItem
{
}

.refImage
{
	float: left;
	width: 30%;
	vertical-align: top;
	padding-top: 0.5em;
}

.refText
{
	float: left;
	width: 70%;
	vertical-align: top;
}

.refEnd
{
	clear: left;
	height: 2em;
}

.refText a.external
{
	padding: 0;
	background: none;	
}

.refText ul
{
	margin: auto auto auto 1em;
	padding: auto;
}

.refText li
{
	height: auto;
	padding: 0;
	background: none;
	list-style-type: inherit;
	vertical-align: inherit;
	margin: 0;
}