/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
/*  background: #E7E7E7 url(images/body.jpg) top left;*/
	background-color:#582B31;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	padding:2px 0 1px 0;
/*  height: 600px;*/
	min-height:600px;
	margin:0;
}

a {
	color: #DB7093;
}

a:visited {
	color:#c43300;
}

a:hover {
	color: #c43300;
}

a:active {
	color:#000000;
}

h1 {
	font-size: 11px;
	text-transform:uppercase;

/*border-top:1px solid #564b47;
border-bottom:1px solid #564b47;*/
/*padding:5px 15px;*/
margin:0px
}

h2 {
	color: #9A1212;
	font-size:20px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;
}

h3 {
	font-size:14px;
	color:#FFFFFF;
	background-color:#582B31;
	text-align:center;
	margin-left:50px;
	margin-right:160px;
	line-height:20px;
}

h4 {
	font-size:12px;
	font-weight:lighter;
	color:#582B31;
	text-align:center;
	margin-left:50px;
	margin-right:160px;
}

h5 {
	font-size:12px;
	font-weight:bold;
	margin-left:30px;
	margin-right:160px;
	text-align:left;
}

h6 {
	font-size:12px;
	font-weight:lighter;
	margin-left:40px;
	margin-right:140px;
	text-align:center;
}

img.download {
vertical-align:middle;
}

/* ----------container to center the layout-------------- */
#container {
	width: 760px;
	margin: auto;
	height:100%;
	background: url(../images/header_bottom_left.gif) no-repeat bottom left 	;
	background-color:#FFFFFF;
/*	background: #E8E8E8 url(images/menubottom.jpg) no-repeat bottom left; */
/*	border:1px outset #8D8D8D;*/
}

/* ----------banner for logo-------------- */
#banner {
	height:114px;
	text-align: center;
	background:  url(../images/header_fond_blanc.jpg) no-repeat top center;
	background-color:#534A34;

	padding: 0px;
	margin: 0px;
}

#banner img {
	padding:10px 0px;
} 

#bannertitle {
	padding-top:50px;
	font-size:3.5em;
	font-weight:bold;
  font-family: georgia;
	color:#8E6E4F;
}

.middle {
	height:100%;
	display:inline;
	width:100%;
}

/* -----------------content--------------------- */
#content {
	background:#ffffff  url(../images/header_bottom_right.gif) no-repeat bottom right;
	padding: 0px;
	width:540px;
/*	margin-left: 200px;*/
	margin-right: 0px;
	margin-left: 0px;
	height:100%;
	min-height:470px;
	float:right;
}

p, pre {
	padding: 5px 10px;
	margin:0px;
}

/* --------------left navi------------- */
#left {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
/*	background:#E8E8E8;*/
	background-color:#FFFFFF;
	height:100%;
}

.verticalmenu ul{
	list-style:none;
	/*list-style-image: url("bullet.gif")*/

	padding: 10px;
	margin: 0px;
}

.verticalmenu li, .verticalmenu a {
	display: block;
	background:url(../images/off.png);
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align:middle;   
	width: 190px;
	height: 30px;
	font-size:16px;
	font-weight:bold;
	/*background: url('menuhover.gif') no-repeat;*/
}

.verticalmenu a:hover {
	background: url(../images/menuhover.gif) no-repeat;
	color: #582B31;
 }
 
.verticalmenu a.here {
	color: #582B31;
}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin:0px;
	padding:0px;
	color:#705039;
	height:35px;
	text-align: center;
	background-color:#FFFFFF;
}

#footer h1 a {
	color:#582B31;
}

#footer h1 a.link {
	color:#582B31;
}

#footer h1 {
	padding:5px 5px 0px 0px;
}

/**********vertical menu***************/
