/* *** 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: #e1ddd9;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#000000;
padding:0px;
margin:0px;
}
a {color: #5E7830; font-weight: bold; text-decoration: none;}
a:visited {color:#5E7830; font-weight: bold; text-decoration: none;}
a:hover {color: #564b47; font-weight: bold; text-decoration: none;}
a:active { color:#000000; font-weight: bold; text-decoration: none;}

h1 {
font-size: 11px;
text-transform:uppercase;
background-color: #aaaaaa;
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;}

#news {
font-size:14px;
font-weight: bold;
padding: 5px 10px 20px;
margin:0px;}

#bott {
color: #999999;
font-size:8px;
font-weight: bold;
padding: 5px 10px 20px;
margin:0px;
}

.img_left
{
	float: left;
	padding: 5px;
	margin: 0;
}

.img_right
{
	float: right;
	padding: 5px;
	margin: 0;
}

#inboxtext
{
	padding: 5px;
	height: 145px;
	overflow: hidden;
}

img.download {vertical-align:middle;}

table#sample {
    background-color:#FFFFFF;
    border: solid #000 3px;
    width: 400px;

}

table#sample td {
    padding: 5px;
    border: solid #000 1px;

}

.data {
    color: #000000;
    text-align: right;
    background-color: #CCCCCC;

}

.toprow {
    font-style: italic;
    text-align: center;
    background-color: #FFFFCC;

}

.leftcol {
    font-weight: bold;
    text-align: left;
    width: 150px;
    background-color: #CCCCCC;

}

/* ----------container to center the layout-------------- */
#container {
width: 951px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #dddddd;
}

#rightcol{
 width:150px; 
 float:right; 
 position:relative; 
 }

/* ----------banner for logo-------------- */
#banner {
/* background-color: #eeeeee; */
text-align: center;
padding: 0px;
margin-top: 2px;
}
#banner img {padding:0px 0px; text-align: center;} 


/* -----------------content--------------------- */
#content 
	{
		background-color: #cccccc;
		padding: 0px;
		margin-left: 200px;
		margin-right: 000px;
	}
	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: 200px;
margin: 0px;
padding: 0px;
position:relative;
}
#right {
float: right;
width: 200px;
margin: 0px;
padding: 0px;
position:relative;
}


/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: right; }

#footer1 {
clear: both;
margin: 0px;
padding: 0px;
text-align: center; }

/*-----------menu------------------------------*/
*{
	list-style:none;
	margin:0px;
	padding:0px;
}

#menu {
	width: 190px;
	margin: 5px;
  border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;

	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #5E7830;
	display: block;
	background: url(images/menu1.gif);
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #26370A;
	background: url(images/menu1.gif) 0 -32px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu li a:active {
	color: #26370A;
	background: url(images/menu1.gif) 0 -64px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}

