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

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

a:link, a:visited {
    color: #1A491F;
		text-decoration: underline;
}

a:hover, a:active {
    color: #046D0F;
		text-decoration: underline;		
}

h1 {
    font-size: 20px;
		color: #5E2422;
}

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

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

p {
    line-height: 1.5em;
}

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

small {
    font-size: 10px;
}

li {
    margin-bottom: 1em;
}

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

.imgfloatright img, img.imgfloatright, .imgfloatleft img, img.imgfloatleft, img.imgborder {
    border: 1px solid #000;
}

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


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

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

#address { /*
    padding: 30px 0px 0px 464px;
		font-size: 14px;
		color: #000; */
}

/* Outer/Inner Content Area */
#outer { 
    background-color: #ffffff; /* 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 25px 35px 25px;
}

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

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

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


#navlist {
    margin: 0;
    padding: 0;
    height: 20px;
    border-top: 1px solid #fff;		
}

#navlist ul {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
		background: #8C0B06;
		width: 760px; 
}

#navlist ul li {
    display: block;
    float: left;
    text-align: center;
    padding: 0;
    margin: 0;
}

#navlist ul li a {
    background: #8C0B06;
    width: 252px;
    height: 18px;
    border-top: none;
    border-left: 1px solid #fff;
    border-bottom: none;
    border-right: none;
    padding: .3em 0 .3em 0;
    margin: 0 0 0 0;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
}

#navlist ul li a:hover {
    color: #fff;
    background: #5E2422;
}

#navlist a:active {
    background: #fff;
    color: #5E2422;
}

#navlist .selected_link {
    background: #C66A67;
    color: #FFA !important;
    font-weight: bold;
    cursor: default;		
}