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

body {
	background-color: #e1ddd9;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0;
	margin:0;
	background-image:  url("resources/background.jpg");
}
a {color: #000033;}
a:visited {color:#000033;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1 {
	font-size: 11px;
	text-transform:none;
	padding:5px 15px 5px 0px;
	margin:0 0 0 0pt;
	text-decoration: none;
	text-align: right;
	font-weight: normal;
	font-style: italic;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #9DA8D1;
	bottom: 10px;
	clip: rect(auto,auto,auto,auto);
}

h2 {
font-size:20px;
font-weight: normal;

margin:0;}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
	width: 900px;
	background-color: #cccccc;
	background-image:   url("resources/backgd_container.jpg");
	margin: auto;
	height: auto;
}

/* ----------banner for logo-------------- */
#banner {
text-align: right;
padding: 0px;
margin: 0px;
}
#banner img {padding:10px 0px;} 

/* -----------------content--------------------- */
#content {
	padding: 0px;
	width: auto;
	margin-top: 30px;
	margin-right: 220px;
	margin-left: 190px;
	height: auto;
}
div#content { 
min-height:300px;
height:expression(this.scrollHeight > 300 ?); 
}

p, pre{
	margin:0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* --------------left navi------------- */
#left {
	float: left;
	width: 150px;
	margin: 25px 0 0;
	padding: 0;
}
#right {
	float: right;
	width: 180px;
	margin: 175px 0 0;
	padding: 0;
}


/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: right;
	clip: rect(auto,auto,auto,auto);
	bottom: -25px;
}
.menu_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 0px;
}
.menu_item {
	font-weight: bold;
	color: #000033;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #9DA8D1;
	padding-left: 15px;
}
.bread {
	color: #000000;
	padding-top: 5px;
	line-height: 14px;
}
.heading_2 {
	font-weight: bold;
	text-transform: capitalize;
}
