/*

 	Default styles and layout-boxes

*/

html {
	
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	background: #ffffff url("../images/backweb.jpg") top left no-repeat;

}

.head {
	font-size: 16px;
	color: #0b385a;
	line-height: 0px;
	font-weight: bold;
}

.subhead {
   
        font-size: 14px;
	color: #0b385a;
	line-height: 0px;
	font-weight: bold;
}

.child {

	padding-left: 10px;
	font-size: 10px;
	

}

.alter1
{
	background-color: #C0D4EC;
}

.alter2
{
	background-color: #DBE5F1;
}

td#toprow {
	border-bottom: 1px solid black;
	text-align: center;
}

td#middle {
	border-right: 1px solid black;
}

table#showcase {
	font-size: 12px;
	text-align: left;
	border: 1px solid black;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}


p {
	font-size: 11px;
}

a {
	color: black;
	text-decoration: underline; 
}

a:hover {
	color: #004487;
}


span.image_element {
 display: block;

}

span.image_element span.image_text {

 display: block;
 padding: 0;
 margin: 0;
 text-align: left;
 
 font-size: 10px;
 font-weight: bold;
 
}
.right {

 float: right;
 position: relative;
 margin: 0.2em 0.5em 0.5em 1.5em;
 
}

span img {
	position:relative;
	float:right;	
	top:-20px;
	margin-right:-15px;
}

/* hoverprylar till showcase */

   
div#show a:hover
{
   	border: none;
}

   	
div#show a span 
{ 
	display: none;
    	text-decoration: none; 
}

div#show a:hover span  
{
   display: block;
   position: absolute;
   top: 320px; 
   left: 10px; 
   width: 470px;
   padding: 5px; 
   margin: 10px; 

   color: black; 
   background: none;
   font: 10px Verdana, sans-serif; 
   text-align: center;
}

/* ******** boxes ******** */







/* debug */
div {
/*	border: 1px dotted #0000ff;     */
}


#banner {
	
	position: absolute;
	top: 46px;
	left: 193px;
	width: 500px;
	height: 60px;
	background: #ffffff url("../images/logo.jpg") top left no-repeat;

}

#field {
	position: absolute;
	top: 105px;
	left: 193px;
	width: 500px;
	height: 400px;
	background: #d6dde3 url("../images/field.jpg") top left no-repeat;
	border: 1px solid #053560;
	
	
	padding-top: 6px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;

	
}

#field[id] {
	height: auto;
	min-height: 400px;
}


#header {
	
	position: relative;
	top: -5px;
	left: -80px;
	height: 20px;
	width: 255px;
	text-align: right;
}
#subheader {
	position: relative;
	top: -26px;
	left: 207px;
	height: 20px;
	width: 200px;
	text-align: left;
}


#navcontainer {
	position: absolute;
	top: 135px;
	left: 0px;
	height: 270px;
	width: 194px;
	background: #d6dde3 url("../images/menu.jpg") top left no-repeat;
	border-bottom: 1px solid #053560;
	border-top: 1px solid #053560;
	font-size: 12px;
	line-height: 18px;
	
}


/* somewhat modyfied listamatic ( http://css.maxdesign.com.au/index.htm ) */

#navcontainer a
{
/* Set text-decoration and color so there is no default */
text-decoration: none;
color: #053560; 

}

#navcontainer a:hover, #navcontainer a:active, #navcontainer a:focus
{	
   border-right: 1px solid #053560;
   border-bottom: 1px solid #053560;
   border-top: 1px solid #053560;
   background: #afc2d1;
   padding: 2px;
   padding-right: 3px;
   padding-left: 0px;
}

#navcontainer ul ul ul a:hover, #navcontainer ul ul ul a:active, #navcontainer ul ul ul a:focus
{	
   border-right: none;
   border-bottom: 1px solid #053560;
   border-top: none;
   background: none;
   padding: 2px;
   padding-right: 3px;
   padding-left: 0px;
}

#navcontainer ul
{
   list-style-type: none;
   padding-left: 10px;
   margin: 0px;
}

#navcontainer ul ul
{
   padding-left: 0px;
}

#navcontainer ul li
{
   padding-left: 5px;
   margin-left: 2px;
}

#navcontainer ul li#active, #navcontainer ul ul li#active


{
   margin-left: 0px;
   border-left: 5px solid #053560;
}

#navcontainer a#current 
{
   color: black;
}

#navcontainer li { border-left: 1px solid #053560; }
#navcontainer li#active { border-left: 5px solid #053560; }

#current
{
   font-weight: bold;
   letter-spacing: 0;
}

#subcurrent
{
   font-weight: bold;
   letter-spacing: 0;
}










