/* *** base css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */
/* additional modification by AK Works */

body {
	background-color: #818155;
	background-image: url('../images/bg_dark4.gif');
	background-repeat: repeat;
	font-size: 11px;
	font-family: verdana, arial, sunsans-regular, sans-serif;
	color: #564b47;
	padding: 0px;
	margin: 0px;
/*	background-image: url('../images/logo55.gif');
	background-repeat: no-repeat; */
}

h1 {
	font-size: 18px;
	text-transform: uppercase;
	background-color: #CCBD6E; /* #FF9912 -- orange */	
	border: 1px solid #564b47;
	padding: 5px 15px;
	margin: 0px;
}
h1.h1top {
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid #564b47;
	background-color: #CCBD6E; 
	padding: 5px 15px;
	margin: 0px;
	text-align: right;
} html>body h1.h1top { }
h2.page {
	font-size: 20px;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
	margin: 0px;
}
h3 {
	font-size: 14px;
	/*text-transform: uppercase;*/
	padding: 5px 10px;
	margin: 0px;
}
h3.footer {
	font-size: 11px;
	text-transform: uppercase;
	background-color: #CCBD6E; 
	border-top: 1px solid #564b47;
	border-bottom: 1px solid #564b47;
	padding: 5px 15px;
	margin: 0px;
}

/* ---------- Container -------------- */
#container {
	position: relative;
	width: 900px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	background-color: #fff;
} div#container { 
	min-height: 600px;
	height: expression(this.scrollHeight > 600 ? "auto":"600px"); 
} html>body #container {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#container2 {
	position: relative;
	width: 900px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	/*height: 900px; /*test*/
} div#container2 { 
	min-height: 600px;
	height: expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

/* ---------- Logo -------------- */
#header {
	background-color: #818155; 
	background-image: url('../images/bg_dark4.gif');
	background-repeat: repeat;
	text-align: right;
	padding: 0px;
	height: 61px;
	width: 900px;
	margin: auto;
} html>body #header{ margin: 0px; }
#header img { padding: 10px 0px; }

/* ----------------- Content --------------------- */
#content-index {
	position: relative;
	background-color: #ffffff;
	width: 900px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
p, pre{
	padding: 5px 10px;
	margin: 0px;
	line-height: 1.33;
	letter-spacing: 0.5px;
}
hr {
	color: 666;
	width: 700px;
	text-align: center;
}

/* ------------ Container + Content Left + Contact Right ------------ */
#container-content-left-contact-right {
	position: relative;
	width: 900px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
} div#container-content-left-contact-right { 
	min-height: 600px;
	height: expression(this.scrollHeight > 600 ? "auto":"600px"); 
}
#content-left {
	background-color: #ffffff;
	float: left;
	width: 599px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#contact-right {
	float: right;
	width: 299px;
	margin: 0px;
	padding: 0px;
	background-color: #fff /*#EBD3E0*/;
	border-left: 1px #666 dotted;
/*	top: 100px;*/
}

/* -------------------------- Footer --------------------------- */
#footer {
	position: relative;
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: right;
} #footer a { color: #564b47; text-decoration: none;}


/* ======================== These May Be Obsolete ================ */
/* -------------- Right Column ------------- */
#right {
	float: right;
/*	top: 100px;*/
	width: 299px;
	margin: 0px;
	padding: 0px;
	background-color: #fff /*#EBD3E0*/;
	border-left: 1px #666 dotted;
}
/* -------------- Right Column ------------- */
#right2 {
	position: absolute;
	top: 130px;
	width: 250px;
	margin-left: 630px;
	padding: 0px;
	background-color: #fff /*#EBD3E0*/;
	border: 1px #000 solid;
}
/* --- Content Float Left --- */
#content {
	background-color: #ffffff;
	float: left;
	width: 600px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
}