.text_field {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; height: 19px;}
.grey {color: #666666; font-size:13px; font-style: normal; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left; text-decoration: none} 
.baby {font-size:13px}
.grey_text {color: #999999; font-size:13px; font-style: normal; text-align:justify; text-decoration: none}
.color_text {color: #006699}
.menu { color: #999999; font-size:12px; font-style: normal; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: none; text-decoration: none}
.menu_current { color: #999999; font-size:12px; font-style: normal; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: none; text-decoration: line-through}
SPAN {background: #F2F4F4}
.red {  color: #FF0000}
.special {  left: 20px; background-color: #CCCCCC}
.text  { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666 }
.tekst {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #323369; text-align: left}
.tekst1 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #323369}
.copy{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666}

.copy #gaz_properties{ color: #300161; background: #B7D4F2; font-weight: bold}

body {background: #FFFFFF; margin-left: 0; margin-top: 0; margin-bottom: 0; margin-right: 0}


.mnu {  font-family: verdana; font-size: 11px; color: #fff; font-weight: bold; text-decoration: none;}
a:hover.mnu{ color: red;} 

body#about  td#about {background: #B7D4F2; color: red; }
body#production  td#production {background: #B7D4F2; color: red; }
body#manufacture  td#manufacture {background: #B7D4F2;color: red; }
body#stations  td#stations {background: #B7D4F2; color: red; }
body#info  td#info {background: #B7D4F2; color: red; }

body#about a#about {color: red; }
body#production a#production {color: red; }
body#manufacture a#manufacture {color: red; }
body#stations a#stations {color: red; }
body#info a#info {color: red; }

table#1 tr#1 {background: #B7D4F2}
table#2 tr#2 {background: #B7D4F2}
table#3 tr#3 {background: #B7D4F2}
table#4 tr#4 {background: #B7D4F2}
table#5 tr#5 {background: #B7D4F2}
table#6 tr#6 {background: #B7D4F2} 
table#7 tr#7 {background: #B7D4F2}
table#8 tr#8 {background: #B7D4F2}
table#9 tr#9 {background: #B7D4F2}
table#10 tr#10 {background: #B7D4F2} 
table#11 tr#11 {background: #B7D4F2}

table #properties {color: black; font-family: Verdana, Arial, Helvetica; font-size: 12px}

td #current {color: #330066; background: #B7D4F2;}
.mnu_right {  color: #2E005D; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none}
.mnu_right_action { color: #330065; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}


.zag {  color: #300161; font-size: 14px; font-family: Verdana, Arial, Helvetica; font-weight: bold; margin: 0; font-style: normal}
div{  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #323369}
a#map{color: #330066; text-decoration: none}
div, td .tekst_just { font-family: Verdana, Arial, Helvetica; font-size: 12px; color: #323369 ; text-align: justify}

div .copy #second {margin: 17px}
h3 {color: #330065}



table#menu td table{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: #330065;
   padding-right: 6%;
	border: 0px solid #fff;
	border-bottom: 0;
	cursor: hand;
	}

	
table#menu a{	color: #fff;	text-decoration: none;}
	



#h-contain {
	padding: 5px;
	border: 1px solid #000;
	margin-bottom: 25px;
	}
#header {
  float: left;
  width: 100%;
  background: #330065;
  font-size: 93%;
  line-height: normal;
  margin: 0;
  margin-left: 5px;
}
.zag_r {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #FFFFFF}

/* userForm
=========================================================================================================================== */
.userForm
{
	font-family:Tahoma;
	margin:15px 0 10px 0;
}
		.userForm label
		{
			/*color:#7f0101;*/
			font-size:11px;
			cursor:pointer;
		}
		.userForm input, .userForm textarea, .userForm select
		{
			width:60%;
			border:#666 1px solid;
			font-size:12px;
			padding:3px;
		}
		.userForm select
		{
			width:auto;
		}
		.userForm input:focus, .userForm textarea:focus, .userForm select:focus {background:#faffbd;outline:none}
		.userForm textarea
		{
			width:99%;
		}
		.userForm input.button 
		{
			width:100px;
		}
	
		.userForm a#send
		{
			float:left;
			display:block;
			/* background:url(/img/span_h1.png) repeat-x left top; */
			background:#330065;
			width:200px;
			height:28px;
			line-height:28px;
			color:white;
			text-decoration:none;
			font-size:11px;
			text-align:center;
			font-weight:bold;
			cursor:pointer;
		}
		
		.userForm a#send:hover
		{
			color:red;
		}
		
		.userForm span#loadingAnim
		{
			display:none;
			float:left;
			height:31px;
			padding:0 0 0 35px;
			margin-left:10px;
			background:url(/img/ajax-loader.gif) no-repeat left center;
			line-height:31px;
			font-size:11px;
		}

/* kcaptcha
=========================================================================================================================== */
		#kcaptcha
		{
		}
			#kcaptcha #kcaptchaImage
			{
				border:#ccc 1px solid;
				float:left;
				margin:3px 0;
				width:100px;
				height:62px;
				height:50px;
				padding:1px;
			}
					#kcaptcha #kcaptchaImage img{padding:0px;}
					#kcaptcha #kcaptchaImage.load
					{
						background:url(/img/load25.gif) no-repeat center center;
					}
			#kcaptcha a#kcaptchaRefresh
			{
				display:block;
				float:left;
				cursor:pointer;
				text-decoration:none;
				font-size:11px;
				border-bottom:#2683ae 1px dashed;
				margin:3px 0;
				color:#2683ae;
			}
			#kcaptcha a#kcaptchaRefresh:hover
			{
				color:#58b2f4;
				border-bottom:#58b2f4 1px dashed;
			}

