/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body
{
	background: #5F636E url(images/bg.jpg) repeat-y 50% 0;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

a:link, a:visited, a:active
{
	/*#485F71*/
	/*color: #7777FF;*/
	color: #7777FF;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #9999F0;
	text-decoration: underline;
}

p, pre
{
	padding: 5px 10px;
	margin: 0px;
}

form
{
	margin: 0px;
	padding: 0px;
}

select
{
	font-size: 10px;
	font-family: verdana, "lucida console", sans-serif;
	color: #7777FF;
	background-color: #000000;
}

h1
{
	font-size: 16px;
	font-weight: bold;
}

h2
{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}

#container
{
	width: 793px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	color: #FFFFFF;
	padding: 0px;
	margin: {0};
}

#banner 
{
	background-color: #000000;;
	text-align: right;
	padding: 0px;
	margin: 0px;
}

#content 
{
	background-color: #000000;
	padding: 0px;
	margin-left: 170px;
	margin-right: 0px;
	padding-right: 15px;

}

div#content
{ 
	min-height: 600px;
	height: expression(this.scrollHeight > 600 ? "auto" : "600px"); 
}

#left 
{
	float: left;
	width: 143px;
	margin: 0px;
	padding: {0};
	border-right: 1px solid #666;
}


#footer
{
     clear: both;
     margin: 0px;
     padding: 0px;
     text-align: center;
     padding-bottom: 3px;
     vertical-align:bottom;
}

/* container object for the left an right floaters */
#topbar
{
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#floatleft
{
	width:59%;
	float:left;
	text-align:left;
}

#floatright
{
	width:39%;
	float:left;
	text-align:right;
}


/* This will contain the ads that are in the left bar */
.ads
{
	text-align: center;
}

/* This is the main Menu table. Holds the menus on the left side. */
.table
{
	padding-left: 1px;
	width: 141px;
	background-color: #000000;
}

/* Menu sub-item */
.sub-item
{
	padding-left: 12px;
	font-size: 12px;
	background-color: #485F71;
	border-bottom: 1px solid black;

}

/* Hover for menu sub-itme */
a:hover .sub-item
{
	background-color: #D3D1D1;
	text-decoration: none;
}

.news	{ font-family:Verdana,sans-serif; border:2px solid grey; padding:3px; width:500px; }
.topic	{ font-weight:bold; text-align:left; color:#EAEA6F; }
.date	{ text-align:right; color:#EAEA6F; }
.text	{ text-align:left; }
.author { text-align:left; }
.comments { text-align:right; font-style:italic; }
