/* *** 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: #fee8ed;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
color:#8B8B8B;
padding:0px;
margin:0px;
height:100%;
}

b {
color:#ec4b9c;
}

a {color: #be74c0; 
text-decoration:underline;
font-weight:bold;}
a:visited {color:#be74c0;}
a:hover {color: #deb7df; 
text-decoration:none;}
a:active { color:#be74c0;}

h2 {
font-size: 13px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#ec4b9c;
text-transform:uppercase;
margin:0px }

img.download {vertical-align:middle;}


/* ----------container to center the layout---------- */
#container {
width: 100%;
min-height: 100%;
height: 100%;
position: relative;
padding: 0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
background-color:#fde6e;
z-index: 1;
} 

/* ----------banner for logo-------------- */
#banner {
background-color: #fee8ed;
text-align: left;
position: relative;
padding: 0px;
margin: 0px;
z-index: 1;}

#banner img {padding:0px 0px; 
text-align: left;
z-index: 1;} 

/* ----------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 {
 float:left; 
 position: absolute; 
 height:auto;
 z-index: 2;
 }
 
#email {
position:absolute;
top: 475px;
margin-left: 225px;
z-index:2;
}

/* -----------------content--------------------- */
#content{ 
position: absolute; 
margin: 0px;
z-index: 2;
top: 411px;
margin-left: 235px;
height:auto;
width: 690px;
text-align:justify;
}

p{
padding: 5px 10px;
margin:0px; }

pre{
font-size: 14px;
padding: 5px 10px;
margin:0px;}

/*  ----------------footer---------------------- */ 
#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 11px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -11px; /* negative value of footer height */
	height: 10px;
	clear:both;
	top:700px;
	bottom:0;
	text-align:right;
	width:100%;} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

