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

body {
	background: #f6ede2;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#4c2f11;
	padding:0px;
	margin:0px;
	}


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: #4C2F11;
	font-size:20px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;}

img.download {
	vertical-align:middle;
	}

/* ----------container to center the layout-------------- */



#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
	/*background: #E8E8E8 url('menubottom.jpg') no-repeat bottom left;*/
	border:1px solid #4c2f11;
	}

/* ----------banner for logo-------------- */



#banner {
	height:114px;
	text-align: center;
	background:  url(images/header3.jpg) no-repeat bottom center;
	background-color: #4c2f11;
	padding: 0px;
	margin: 0px;
	}
	
	
#banner img {
	padding:10px 0px;
	}
 

/*#bannertitle {
	padding-top:50px;
	font-size:2em;
	font-weight:bold;
	color: #4c2f11;
	}*/

/* -----------------content--------------------- */



#content {
	background:#ffffff  url(images/stones2.jpg) no-repeat top right;
	padding: 0px;
	margin-left: 200px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: justify;
	border: 1px solid #4c2f11;
	}
	
	

.quote {
	font-size: 20px;
	text-align: justify;
	font-style: italic;
	margin-top: 310px;
	}


	
	
div#content { 
	min-height:400px;
	/*height:expression(this.scrollHeight > 600 ? "auto":"600px"); */
	}

p, pre{
	padding: 5px 10px;
	margin:0px;
	}
	
	
.style1 {font-size: 12px}
.style2 {font-size: 12; }


/* --------------left navi------------- */



#left {
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
	background:#f6ede2;
 	height:90%;
	margin-top: 25px;
	margin-left: 20px;
	}
	
/*#leftImage {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	background:#f6ede2;
 	height:90%;
	}*/
	
#leftimage {
	background-image: url(images/stones.jpg) no-repeat;
	width:109px;
	height:202px;
	float: left;
	height:90%;
	top: 292px;
	
}


/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0px;
	padding:0px;
	height:35px;
	text-align: right; 
	/*background:  url('footer.gif') repeat-x ;*/
	background-color: #4c2f11;
	}


#footer h1 a{
 	color:#f6ede2;
 }
 
 
#footer h5{
  	padding:5px 5px 0px 0px;
  }
 /**********vertical menu***************/
 
 
.verticalmenu ul{
 	list-style:none;
/*list-style-image: url("bullet.gif")*/
	padding: 10px;
 	margin: 0px;
}

.verticalmenu li, a:link, .verticalmenu a:visited, .verticalmenu a:hover {
   display: block;
   font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
   color: #4c2f11;
   text-decoration: none;
   text-align: left;
   width: 140px;
   height: 32px;
   /*background: url('menuhover.gif') no-repeat;*/
 }

 .verticalmenu a:hover{
   background: url('menuhover.gif') no-repeat;
   /*color: #dc4d1b;*/
 }
