/* CSS Document */
body, html{
  padding:0px;
  margin:0px;
  background-color:#fff;
  color:#6d6d6d;
  font-family: arial;
}

#header {
  background-color: #fff;
  height:60px;
  padding-left:17px;
  display: block;
}

.content {
  width: 100%;
  padding: 0;
  margin:0;
  color:#6d6d6d;
  border: 10px solid #c6c6c6;
}

.content td.left {
  padding: 10px;
  width: 250px;
  color:#6d6d6d;
  background-color: #ffffff;
  border-right: 4px solid #c6c6c6;
}

.content td.oddel {
  height:12px;  
	background-image:url(./../images/oddel.jpg);
}

.content td.oddel_big {
  height:16px;  
	background-image:url(./../images/oddel_big.jpg);
}

.content td.left a {
  display: block;
  width:230px;
  height:25px;
  font-size:14px;
  color:#6d6d6d;
	background-image:url(./../images/button_bg.jpg);
	padding-top:8px;
	padding-left:10px;
	text-decoration: none;
	margin-bottom:3px;
}

.content td.left a:hover{
	background-image:url(./../images/button_bg_h.jpg);
	color:#000000;
	text-decoration: none;
}

.content td.right {
  background-color: #ffffff;
  padding: 10px;
  color:#6d6d6d;
}


#menu {
   padding-top:8px;
   padding-left:14px;
   height:28px;
   background: url('./../images/menu_bg.jpg');
   }
   
.menua {
  margin-right:10px;
  margin-left:10px;
  color:#fff;
  padding: 4px 5px 4px 5px;
  text-decoration:none;
  font-weight:bold;
  font-size:12px;
 }

.menua_h {
  margin-right:10px;
  margin-left:10px;
  color:#000;
  padding: 4px 5px 4px 5px;
  text-decoration:none;
  font-weight:bold;
  font-size:12px;
  background:#fff;
 }

 
.menua:hover {
  background:#fff;
  color:#000;
 }
 
#mcontent {
  padding:20px 20px 20px 20px;
  background: url('./../images/content_bg.jpg') repeat-x;
  height:200px;
} 

#footer {
  position:fixed;
  bottom:0px;
  width:100%;
  height:24px;
  font-size:10px;
  text-align:right;
  background-color: #ebf0f4;
  display: block;
}

#footer a {
  color:#6d6d6d;
}

.clear {
  clear: both;
}

div.image{
 float:left;
 padding:10px;
}

.text {
 font-family:arial;
 font-size:11px;
 }
 
 .item {
 float:left;
 background: url('./../images/item_bg.jpg');
 margin-right:10px;
 margin-bottom:10px;
 width:250px;
 height:40px; 
 }
 
 .item:hover {
 background: url('./../images/item_bg_h.jpg');
 }


.notify {

  font-size:12px;
  background:#fcffb5;
  border:1px orange dashed;

}
