/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
 	margin: 0;
  	padding: 0;
}

body{
	font: 11px Verdana, Arial, sans-serif;
	color: #333333;
	background: #ffffff;
	line-height: 16px;
	overflow: hidden;
	height: 100%;
}

h1 {
  	font: bold 11px Verdana, Arial, sans-serif;
}

h2 {
	color: #961111;
	background: #fff;
	margin: 10px 0;
  	padding: 0;
  	font: bold 11px Verdana, Arial, sans-serif;
}

p {
  	margin: 10px 0 25px 0 ;
  	line-height: 1.5em;
}

span a{
	font: bold 11px Verdana, Arial, sans-serif;
	color:#961111;
	background: #fff;
	text-decoration: none;
}

a {
  	color: #000;
	background: none;
  	font-weight: bold;
  	text-decoration: none;
}

a:hover {
 	 text-decoration: underline;
}

ul{
	list-style-type: square;
}

ul ul{
 list-style-type: square;
 margin-left: 40px;
}

ul ul ul{
 list-style-type: none;
}

#headm{
	width: 100%;
	position: absolute;
	text-align: center;
}

#head1 {
	background-image: url('/img/headern.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height: 42px;
	vertical-align: middle;
	width: 661px;
	text-align: left;
	margin: 0 auto;
}

#flashcontent {
	height: 60px;
	width: 661px;
	margin: 0 auto;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#sisu {
	width: 510px;
	text-align: left;
	margin: 0 auto;
}

#sisum {
	position: absolute;
	top: 140px;
	height: 410px;
	text-align: center;
	width: 100%;
	overflow: auto;
	margin: 0 auto;
}

#logintbl {
	border: 1px solid #999999;
	margin-top: 40px;
}


/************* #navMenu styles **************/

#langMenu {
	color: #fff;
	margin-left: 490px;
	padding-top: 10px;
}
  
#langMenu ul {
	list-style-type:none;
	margin: 0;
}
  
#langMenu ul li {
	color: #fff;
	padding:3px;
	display: inline;
}
  
#langMenu a {
font: bold 10px Arial;
	color: #999; 
	text-decoration: none;
}
      
#langMenu a:hover,
#langMenu .on {
  	color: #fff; 
  	text-decoration: none;
}

#topNavMenu {
	height: 27px;
	background-image: url('/img/topnavn.jpg');
	background-repeat: no-repeat;
	background-position: center;
	width: 661px;
	margin: 0 auto;
}

#topNavMenu ul {
	text-align:center;
	padding:5px;
	list-style-type:none;
	background:transparent;
}

#topNavMenu ul li {
	margin:3px;
	display:inline; 
}
  
#topNavMenu ul li a {
	color: #648292;
	font: bold 11px Arial, Verdana, sans-serif;
text-decoration: none;
}
  
#topNavMenu ul li a:hover,
#topNavMenu ul li .on {
	color: #961111;
	border-bottom: 3px solid #961111;
	padding-bottom: 4px;
}

#topNavMenu ul li a:active {
	color: #961111;
	border-bottom: 3px solid #961111;
	padding-bottom: 4px;
}

/************* #footer styles *************/

#sfooter {
	height: 59px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	text-align: center;
}

