/* *** 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: #FFEFDF;
    font-size: 14px;
    /* font-family: Verdana, Arial, SunSans-Regular, Sans-Serif; */
		font-family: Georgia, Serif;
    color: #313B37;
    padding: 0px;
    margin: 0px;
}

p, td, th, li {
    font-size: 14px;
}

a:link, a:visited {
    color: #63776E;
		text-decoration: underline;
}

a:hover, a:active {
    color: #554E47;
		text-decoration: underline;		
}

h1 {
    font-size: 20px;
		color: #34343B;
}

h2 {
    font-size: 18px;
		color: #686877;
}

h3 {
    font-size: 16px;
		color: #686877;		
}

p {
    line-height: 1.5em;
}

big {
    font-size: 14px;
		font-weight: bold;
		color: #686877;		
}

small {
    font-size: 10px;
		color: #686877;		
}

li {
    margin-bottom: .4em;
}

.imgfloatright {
    display: block;
    float: right;
		font-size: 11px;
		color: #63776E;
		margin: 10px 0 10px 10px;
}

.imgfloatright img, img.imgfloatright, .imgfloatleft img, img.imgfloatleft {
    border: 1px solid #63776E;
}

.imgfloatleft {
    display: block;
    float: left;
		font-size: 11px;
		color: #63776E;
		margin: 10px 10px 10px 0;
}


/* Layout CSS */
/* Layout Container */
#container {
    width: 760px;
    padding:0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
} 

/* Header Area */
#header {
    text-align: left;
    margin: 0px;
		height: 100px;
		background: #FFF7EF url('../images/logo.gif') no-repeat top left;
}

#address {
    padding: 30px 0px 0px 450px;
		font-size: 14px;
		color: #554E47;
}

/* Outer/Inner Content Area */
#outer { 
    border-left: solid 180px #869991;  /* color of the left column  */ 
    background-color: #FFF; /* color of the content column */
} 

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

/* Left Navigation */
#left {
    width: 180px; 
    float: left; 
    position: relative; 
    margin-left: -180px; 
    margin-right: 1px;
}

/* Content Area */
#content { 
    position: relative; 
    margin: 0px;
		padding: 5px 15px 35px 15px;
}

/* Footer Area */
#footer {
    clear: left;
    padding: 8px;
    margin: 0px;
    text-align: center;
		background-color: #313B37;
		font-size: 11px;
		color: #FFF;
		line-height: 1.8em;
} 

#footer a:link, #footer a:visited {
    color: #DDECE5;
		text-decoration: none;
}

#footer a:hover, #footer a:active {
    color: #FFF7EF;
		text-decoration: underline;		
}

/* Left Menu Styles */
#navlist {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#sidebar #navlist li {
    margin-bottom: 0;
}

#navlist a, #navlist a:visited {
    display: block;
    padding: 5px 2px 5px 24px;
    border-bottom: 1px solid #FFF;
    background-color: #63776E;

    /* background-image:  url(assets/l1_down.jpg);
       background-repeat: no-repeat;
       background-position: 0% 50%; */
			 
    color: #FFF;
    text-decoration: none;
}

#navlist a:hover {
    background-color: #313B37;
    
		/* background-image:  url(assets/l1_over.jpg); */
		
    color: #FFF;
}

#navlist a.selected_link {
    background: #313B37;
    color: #DDECE5 !important;
    font-weight: bold;
    cursor: default;		
}	
