/* *** 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('body.jpg') top left;
font-size: small;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
line-height: 1.3em;
padding:0px;
margin:0px;
}
a {color: #1A4A64;}
a:visited {color:#333333;}
a:hover {color: #9A1212;}
a:active { color:#000000;}

h1 {
	font-size: 11px;
	text-transform:uppercase;
}


h2 {
	color: #333333;
	font-size:20px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;
	line-height: 20px;
}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
	background-color:#E8E8E8;
	
	background-image:url(images/logo_rework.jpg);
	
	/*background-image:url(images/logo.jpg).;*/
	background-repeat: no-repeat;
	background-position: bottom left;

	
	/*background: #E8E8E8  url ('images/logo_rework.jpg') no-repeat bottom left;*/

border:1px solid #8D8D8D;

}

/* ----------banner for logo-------------- */
#banner {
height:150px;
text-align: center;
background:  url('images/banner_light_text.jpg') no-repeat bottom center;
background-color: #e1ddd9;

padding: 0px;
margin: 0px;
}
#banner img {padding:10px 0px;} 
#bannertitle{padding-top:75px;font-size:4em;font-weight:bold; color:#000000}

/* -----------------content--------------------- */
#content {
	background-color:#ffffff;
	padding: 0px;
	margin-left: 172px;
	margin-right: 5px;
	margin-top: 5px;
	padding-top: 3px;
}

div#content { 
/*min-height:300px;
*/
/*height:expression(this.scrollHeight > 600 ? "auto":"600px"); 

The short page (old products page) had the left menu list covering the top of the logo (background)  Be sure the pages are longer than 600 pixels */
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* ----------images sidebar--------------------------- */
#image_sidebar  {
		margin:  0px 10px 10px 10px;
		width: 220px;
		float: right;
		}

/* --------------left navi------------- */
#left {
	float: left;
	width: 172px;
	margin: 0px;
	padding: 0px;
	background:#E8E8E8;
	
	height:90%;
	
}

/* -----------services list--------------------------- */

#services_list {
line-height: 2.0em;
}

/* -----------services_table --------------------------- */
#services_table {
border-color:#999999;
margin-left: 10px;
margin-right: 10px;
}


/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding:0px;

height:35px;
text-align: right; 
background:  url('footer.gif') repeat-x ;
}
 #footer h1 a{
 color:#FFFFFF;
 }
  #footer h1{
  padding:5px 5px 0px 0px;
  }
 /**********vertical menu***************/
.verticalmenu ul{
 list-style:none;
/*list-style-image: url("bullet.gif")*/


 padding: 10px;
 margin: 0px;
}

 .verticalmenu  li,  .verticalmenu a:link, .verticalmenu a:visited, .verticalmenu a:hover {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #1E5A76;
	text-decoration: none;
	text-align: left;
	width: 140px;
	height: 32px;
	font-weight: bold;   /*background: url('menuhover.gif') no-repeat;*/
 }

/*a {color: #1E5A76;}
a:visited {color:#33876E;}
a:hover {color: #c43300;}
a:active { color:#000000;}*/


 .verticalmenu a:hover{
   background: url('menuhover.gif') no-repeat;
   color: #dc4d1b;
 }

