html, body
{
	height: 95%;
	text-align: center;
	background-color: #BDD6DE;
	color: #333333; 	
	font-family: verdana;
	font-size: 10px;
}

a:link           {color: #6A0000; font-family: verdana; font-size: 10px; text-decoration: none;}
a:visited        {color: #6A0000; font-family: verdana; font-size: 10px; text-decoration: none;}
a:active    	 {color: #6A0000; font-family: verdana; font-size: 10px; text-decoration: none;}
a:hover	         {color: #333333; font-family: verdana; font-size: 10px; text-decoration: none;}

input            {border: 1px solid #CCCCCC; background: #DBE5E4; font-family: verdana; font-size: 10px; color: #6A0000}
textarea         {border: 1px solid #CCCCCC; background: #DBE5E4; font-family: verdana; font-size: 10px; color: #6A0000}
select           {border: 1px solid #CCCCCC; background: #DBE5E4; font-family: verdana; font-size: 10px; color: #6A0000}

.table_small
{
	height: 10px;
}

.table_bright
{
	text-align: left;
	background: #DBE5E4;
	color: #6A0000;
}

.table_art_bright
{
	text-align: left;
	background: #DBE5E4;
	color: #6A0000;
}

.table_art_bright:hover
{
	text-align: left;
	background: #CCCCCC;
}

.table_bright_right
{
	text-align: right;
	background: #DBE5E4;
	color: #6A0000;
}

.table_normal
{
	text-align: left;
	background: #F1E9F1;
	color: #000000;
}

.table_art_normal
{
	text-align: left;
	background: #F1E9F1;
	color: #000000;
}

.table_art_normal:hover
{
	text-align: left;
	background: #CCCCCC;
	color: #000000;
}

.red
{
	color:  #6A0000;
}

.red_bold
{
	font-weight: bold;
	color:  #6A0000;
}

.blue_bold 
{
	font-weight: bold;
	color: #507986;
}

.grey
{
	color: #333333;
}

.grey_bold
{
	font-weight: bold;
	color: #333333;
}

#distance 
{ 		
	width:1px;
	height:50%;
	margin-bottom: -260px;
	float:left;
}

#box
{
	clear: left;
	position: relative;
	width: 900px;
	height: 570px;
	margin: 0 auto;
}

#header
{
	margin: 0px;
	padding: 0px;
}

#content
{
	margin: 0px;
	text-align: left;
	float: left;
	background-color: white;
	margin-left: 10px;
	margin-right: 10px;
	height: 540px;
	width: 500px;
	padding: 10px;
	overflow: auto;
}

#imgRight
{
	margin: 0px;
	float: left;
	text-align: left;
	position: relative;
	clear: none;
}

#innerBoxLeft
{
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
}

#innerBoxRight
{
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
}

#content_image 
{
	position: relative;
	float: right;
	top: -10px;
}

#menu
{
	margin: 0px;
	position: relative;
	top: -3px;
}

ul#navigation
{
	background: white;
  	width: 200px;
  	height: 113px;
	float: left;
  	margin: 0;
  	padding: 0;
  	list-style: none;
}

ul#navigation li
{
	float: left;
	margin: 0;
	padding: 0;
}

ul#navigation li a
{
	text-align: right;
  	font-size: 10px;
  	padding-left: 2px;
	margin-bottom: 2px;
  	border-left: 5px solid black;
  	display: block;
  	height: 12px;
  	width: 192px;
  	background: #E6E2E6;
	text-decoration: none;
  	color: #6A0000;
}

ul#navigation li a:hover
{
	border-left: 5px solid #6A0000;
	background-color: #CDD6D5;
	color: black;
}

ul#navigation li a:active
{
	border-left: 5px solid #6A0000;
	background-color: #CDD6D5;
}
