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

body {
	background-color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0px;
	margin:0px;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-image: url(graphics/bckgrnd.png);
	background-position: center top;
}
.Lcolumn {
	float: left;
	width: 250px;
	text-align: center;
}
.Mcolumn {
	float: left;
	width: 250px;
	margin-left: 20px;
	text-align: center;
}
.Rcolumn {
	float: right;
	width: 250px;
	text-align: center;
}
.clearfloats {
	clear: left;
}
a {color: #DB7093;}
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;}

.h1 {
	font-size: 20px;
	text-transform:none;
	padding:5px 15px;
	margin:0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #0000FF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: italic;
	text-align: center;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: none;
	color: #CCCCCC;
	text-align: center;
	margin-bottom: 2px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	text-align: center;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: -2px;
}
h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

img.download {vertical-align:middle;}

/* ----------container to center the layout---------- */
#container {
	width: 800px;
	padding:0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	background-color: #000000;
	border: 2px solid #000000;
} 
.floatLeft {
	float: left;
	padding: 5px;
	margin-bottom: 10px;
}

/* ----------banner for logo-------------- */
#banner {
text-align: right;
background-color: #e1ddd9;
padding: 0px;
margin: 0px; }
table.one  {padding:10px 0px;} 

/* ----------outer and inner----------------- */
#outer{ 
border-left: solid 200px #EBD3E0;  /* color of the left column  */ 
background-color: #ffffff; /* color of the content column */
 } 

#inner{ margin:0px; width:100%; } /* The ie/pc pecularity */ 

/* --------------left navi------------- */
#left {
	width:200px;
	position:relative;
	margin-left:200px;
	margin-right:1px;
	height: 200px;
	float: left;
 }

/* -----------------content--------------------- */
#content{ 
position: relative; 
margin: 0px; }

p{
	padding: 5px 10px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

pre{
font-size: 12px;
padding: 5px 10px;
margin:0px;}

td{
	vertical-align:top;
	text-align: center;
}

/*  ----------------footer---------------------- */ 
#footer {
clear:left;
padding:0px;
margin:0px;
text-align: right; } 
p2 {
	padding: 5px 10px;
	margin:0px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.pLeft {
	padding: 5px 10px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
ul.disc {
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
	text-align: left;
	text-indent: 233px;
	list-style-position: inside;
}
/*-- pop up image --*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
/*-- end pop up image --*/


/*-- center image --*/

IMG.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
}
/*-- end center image --*/
.PicLeft {
	float: left;
}
