/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
background-color: #000000;
font-size: 0.85em;
font-family: "Century Gothic";
color:#ffffff;
padding:0px;
margin:0px;
}
a {color: #ffffff;}
a:visited {color:#ffffff;}
a:hover {color: #F08714;}
a:active { color:#F08714;}

h1 {
font-size: 1.50em;
color:#F08714;
text-align:center;
/*font-weight:lighter;
text-transform:uppercase;
background-color: #E0A3B7;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
*/
padding:5px 15px;
margin:0px }

/*
h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

img.download {vertical-align:middle;}*/

/* ----------container to center the layout-------------- */
#container {
width: 710px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
background-color: #000000;
}

/* ----------banner for logo-------------- */
#banner {
background-color: #000000;
text-align: center;
padding: 0px;
margin: 0px;
}
/*#banner img {padding:10px 0px;} */

/* -----------------content--------------------- */
#content {
float: right;
background-color: #000000;
padding: 0px;
width: 422px;
/*margin-left: 288px;
margin-right: 0px;
*/
}
/* -----------------
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}
--------------------- */
p, pre{
padding: 5px 10px;
margin:0px;
}


/* --------------left navi------------- */
#left {
float: left;
width: 288px;
margin: 0px;
padding: 0px;
}
.left a:link {
	/*display:block;*/
	color: #3D3938;
	text-decoration: none;
}
.left a:visited {
	/*display:block;*/
	color: #3D3938;
	text-decoration: none;
}
.left a:hover {
	color: #F08714;
	 
}
.left_on a:link {
color: #F08714;
text-decoration: none;
}
.left_on a:visited {
	/*display:block;*/
	color: #F08714;
	text-decoration: none;
}
.left_on a:hover {
	color: #F08714;
	text-decoration: none;
	 
}
/* -----------footer--------------------------- */
#footer {
clear: both;
font-size: 0.85em;
margin: 0px;
padding: 0px;
text-align: center; }

.footer a:link {
	/*display:block;*/
	color: #ffffff;
	text-decoration: none;
}
.footer a:visited {
	/*display:block;*/
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover {
	color: #F08714;
	 
}
.footer_on a:link {
color: #F08714;
text-decoration: none;
}
.footer_on a:visited {
	/*display:block;*/
	color: #F08714;
	text-decoration: none;
}
.footer_on a:hover {
	color: #F08714;
	text-decoration: none;
	 
}
/* -----------extras--------------------------- */
.color {
	/*display:block;*/
	color: #F08714;
	text-decoration: none;
}