/* *** 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: #ffffff;
font-size: 12px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:black;
padding:0px;
margin:0px;
}

a {color: #023C85;}
a:visited {color:#006666;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1 {
font-size: 11px;
text-transform:lowercase;
background-color: #ffffff;
border-top:3px solid #023C85;
padding:5px 15px 10px 0px;
margin:0px 
}

/* For titles */
h2 {
font-size:12px;
font-weight: normal;
text-align:center;
text-decoration:underline;
}

/* For normal text */
h3 {
font-size: 12px;
font-weight:normal;
text-align:justify;
line-height:18px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* For the FAQ page headings */
h4 {
font-size: 12px;
font-weight:bold;
text-align:left;
text-decoration:underline;
font-family: Verdana, Arial, Helvetica, sans-serif;
}


img.download {vertical-align:middle;}

/* ----------container to center the layout---------- */
#container {
width: 600px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
} 

/* ----------banner for logo-------------- */
#banner {
text-align: right;
background-color: #ffffff;
padding: 0px;
margin: 0px; }

#banner img {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; 
float:left; 
position:relative; 
margin-left:-200px; 
margin-right:1px;
}

/* -----------------content--------------------- */
#content{ 
position: relative; 
margin: 0px; 
padding: 10px 0 10px 0;
width:600px;
}

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

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

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

/* -- defines div containing inline frame -- */
#inline {
background-color: #ffffff; 
width: 100%;
text-align:center;
}

#if1{
} 

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

.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /* 6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below */
margin: 0;
text-align: center; /* set value to "left", "center", or "right" */
}

.underlinemenu ul li{
display: inline;
font-size:12px;
}

.underlinemenu ul li a{
color: #023C85;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 35px; /*spacing between each menu link*/
text-decoration: none;
/*border-bottom: 3px none; bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom: 3px solid #023C85;
}

