/* *** 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: #222222;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#564b47;
	text-align: center;
}

a {color: #DB7093;}
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1 {
	font-size: 11px;
	text-transform:uppercase;
	background-color: #E0A3B7;
	border-top:1px solid #564b47;
	border-bottom:1px solid #564b47;
	margin:0px }

h2 {
	font-size:20px;
	font-weight: normal;
	margin:0px;}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
	background: transparent url(bg_rel-one.gif) no-repeat bottom right;
	margin: 0 auto;
	padding: 0px;
	width: 800px;
	border-left: 3px solid red;
	border-right: 3px solid red;
}

/* ----------banner for logo-------------- */
#banner {
	background: #000000 url(images/bannermenu.jpg);
	color: #000;
	height: 90px;
	margin: 0px;
	border-bottom: 2px solid #fff; 
	}
	
#subbanner {
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(images/chaosordermetro.jpg);	
	height: 300px;
	}
	
/*---------------navlist junk-------------- */

#navlistcontainer{
	width: 800px;
	height: 23px;
	background-color: #000000;
	border-bottom:  #FFFFFF;
	}

#navlist{
	float: right;
	margin: 0px;
	position: relative;
	top: 3px;
	}

ul#navlist
	{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	}

#navlist li
	{
	display: inline;
	list-style-type: none;
	}

#navlist a 
	{ 
	padding: 3px 10px;
	text-decoration: none;
	}
	
#navlist a:visited
	{
	text-decoration:none;
	color:#FFFFFF;
	}
	
#navlist li#active a
	{
	color: #000000;
	background-color: #FFFFFF;
	border: 0px;
	}
	
#navlist a.cellzero
	{ 
	border-bottom: 3px solid #333333;
	}
	
#navlist a.cellone
	{ 
	border-bottom: 3px solid red;
	}
	
#navlist a.celltwo
	{ 
	border-bottom: 3px solid orange;
	}
	
#navlist a.cellthree
	{ 
	border-bottom: 3px solid yellow;
	}

#navlist a.cellfour
	{ 
	border-bottom: 3px solid #33FF00;
	}

#navlist a.cellfive
	{ 
	border-bottom: 3px solid #3366FF;
	}

#navlist a.cellsix
	{ 
	border-bottom: 3px solid #3300FF;
	}

#navlist a.cellseven
	{ 
	border-bottom: 3px solid #663399;
	}

#navlist a:link
	{
	color: #fff;
	background-color: #000000;
	text-decoration: none;
	}

#navlist a:hover
	{
	color: #fff;
	background-color: #FFFFFF;
	text-decoration: none;
	border-bottom: 5px solid black;
	}

#navlist a.cellzero:hover 
	{ 
	color:#000000;
	border-bottom: 3px #000000 solid; 
	}

#navlist a.cellone:hover 
	{ 
	background: #FF0000; 
	}

#navlist a.celltwo:hover 
	{ 
	background: #FF6600; 
	}

#navlist a.cellthree:hover 
	{
	background: #FFFF66;
	color: #000000; 
	}
	
#navlist a.cellfour:hover 
	{
	background: green;
	}

#navlist a.cellfive:hover 
	{
	background: #00CCFF;
	}
	
#navlist a.cellsix:hover 
	{
	background: #3300CC;
	}
	
#navlist a.cellseven:hover 
	{
	background: #663399;
	}
	
#navlist a.celleight:hover 
	{
	background: #333333;
	}
/* -----------------content--------------------- */

#content {
background-color: #ffffff;
padding: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
width: 800px;
text-align: left;
}

div#content { 
min-height: 600px;
height: expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

/* --------------left navi------------- */
#left {
float: left;
width: 200px;
margin: 0px;
padding: 0px;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: center; 
background-color:#999999;}
