﻿
body {
	margin:5px 0px 0px 0px;
	background-color: #000 ;
 	text-align:center;
 	padding:0px;
	color:#FFF;
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	
	scrollbar-Base-Color: #000000; 
	scrollbar-3dlight-Color: #4C4C4C; 
	scrollbar-face-color: #000000; 
	scrollbar-highlight-color: #4C4C4C; 
	scrollbar-track-color: #000000; 
	scrollbar-Arrow-Color: #4C4C4C; 
	scrollbar-Shadow-Color: #4C4C4C; 
	scrollbar-DarkShadow-Color: #4C4C4C; 
	
	
	
	
}

/**************************/
/*     Master constrain   */
/**************************/
#constrain {
	margin:auto;
 	text-align:center;
 	width:800px;
 }

/* -- left side end --*/

.clear {clear: both;display: block; font-size: 1px; margin: 0px; line-height: 1px; height: 1px;}


/**********************************/
/* --     center stuff            */
/**********************************/  
#center{
	width:620px;
	margin: 20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height: 500px;
	min-height:490px;
	overflow: auto;
}
/*html>body #center {height:auto;}*/
#center  ul{float:left;  list-style:none;}
#center  li{padding-left: 15px; background : transparent url(/img/li.gif) no-repeat 2px 5px;}

.content {
	text-align: left;	
 	color: #AEAEAE;
 	text-align:left;
  	padding:0px 0px 0px 0px;
	font-family: arial, Helvetica, sans-serif; 
	font-size: 12px;
	/*height:450px;
	min-height:450px;*/	
 }
html>body .content {height:auto;}


.main_menu{
	width:600px;
	margin:0px;
	padding:15px 0px 0px 0px;
	height: 20px;
	min-height:20px;
	text-align: center;
}
.sub_menu{
	width:630px;
	margin:0px;
	padding:0px;
	height: 20px;
	text-align: center;
}
 /*scroll bar */

 
 
 
 /*links*/
a:link  {font-family: arial, Helvetica, sans-serif; font-size: 11px; color: #AEAEAE; text-decoration: none}
a:visited {font-family: arial, Helvetica, sans-serif; font-size: 11px; color : #AEAEAE;  text-decoration: none }
a:active {font-family: arial, Helvetica, sans-serif; font-size: 11px; color : #AEAEAE; }
a:hover {font-family: arial, Helvetica, sans-serif; font-size: 11px; color : #AEAEAE;  text-decoration: underline}



h1 {	font-family: arial, Helvetica, sans-serif;
	color: #AEAEAE;
	font-size: 14px;
	font-weight: bold; }

h2 {	font-family: arial, Helvetica, sans-serif;
	color: #AEAEAE;
	font-size: 13px;
	font-weight: bold; }

h3 {	font-family: arial, Helvetica, sans-serif;
	color: #AEAEAE;
	font-size: 12px;
	font-weight: bold;}

h4 {	font-family: arial, Helvetica, sans-serif;
	color: #AEAEAE;
	font-size: 11px;
	font-weight: bold; }
	
hr {
	background : #AEAEAE;
	color: #AEAEAE ;
	height: 1px;
	rules:false;
/*border-style: dotted;*/
}

 form, div, blockquote, h1,h2,h3,h4,h5 {
	margin-top: 0em;
	margin-bottom: 0.3em; }
p	{
	margin-top: 0em;
	padding: 0px 0px 0px 0px;
	margin-bottom: 1em; }

.T2 {	font-family: arial, Helvetica, sans-serif;
	color: #686868;
	font-size: 13px;
	text-align: center;
	tabel-align: left;
	 }
/*input,, textarea*/
 button {
	font-family: arial, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	border: 1px #DBDBDB solid;
	color: #525252;
	background : #FFF;

}
 #btnSkra {
	border: 1px solid #686868;
	color: #525252;
	background: #fff url('../img/skra_takki.gif') no-repeat ; 
}


/* -- Veftré -- */
.popUpDemo{
list-style: none;
}

.popUpMenu{
list-style: none;
}
/*-- Veftré -- */

/************************************/
/*     First level Navigation       */
/************************************/
#menu a{
	color: #646363;
	font: arial, helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #646363;
}
#menu a.selected{
	color: #646363;
	font: arial, helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #C0C0C0;
	text-decoration:underline;
}
#menu ul{
	list-style: none;
	padding:0px;
	margin:0px;
}
#menu li{
	display: inline;
	padding: 0 15px 0 15px;
}
/************************************/
/*    second level Navigation       */
/************************************/
#sub_menu a{
	color: #646363;
	font: arial, helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #646363;
}
#sub_menu a.selected{
	color: #646363;
	font: arial, helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #C0C0C0;
	text-decoration:underline;
}
#sub_menu ul{
	list-style: none;
	padding:0px;
	margin:0px;
}
#sub_menu li{
	display: inline;
	padding: 0 8px 0 8px;
}




