/* *** 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: #091f3e; */
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 1.25;
	font-family: Arial, Helvetica, sans-serif;
	color:#091f3e;
	padding:0;
	margin:20;
	/* background-image: url(/images/bg-page.jpg); */
	background-repeat: repeat-x;
}
a {
	color: #00A4E4;
}
a:visited {
	color:#00A4E4;
}

a:hover {color: #564b47;}
a:active { color:#000000;}

h1 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom:1px solid #00A4E4;
	padding:5px 15px;
	margin:0;
	color: #1954A6;
	text-align: center;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1954A6;
	font-size:18px;
	font-weight: normal;
	padding: 15px 10px 5px;
	margin:0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #00A4E4;
}
h3 {
	padding: 15px 0px 0px 10px;
}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
	width: 960px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

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

/* -----------------content--------------------- */
#content {
	background-color: #ffffff;
	padding: 0px;
	margin: 0 250px 0 220px;
}

#calendar {
	background-color: #ffffff;
	padding: 0px;
	margin: 0 0 0 220px;
}

li {
	padding-left: 10px;
	list-style-position: inside;
}

div#content {

height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

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

/* --------------left navi------------- */
#left {
	float: left;
	width: 220px;
	margin: 0;
	padding: 0;
}
#right {
	float: right;
	width: 250px;
	margin: 0;
	padding: 0;
}


/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
}

#footer img {
	padding-left: 40px;
	padding-top: 20px;
	}
.fltrt {
float:right;
margin-left:8px;
}
.fltlft {
float:left;
margin-right:8px;
}

