html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend, caption, tfoot, thead {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;} /* remember to define focus styles! */ :focus {outline: 0;} /* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;} /* tables still need 'cellspacing="0"' in the markup */ table {border-collapse: collapse;border-spacing: 0;}


/*---------- BODY --------------------------------*/

body {
	text-align: center;
	background: #ffffff;
	font-family: Arial, sans-serif;
}

a {
	text-decoration: none;
	color:#000;
}

a:hover {
	text-decoration: none;
	color:#070;
}
.p_submenu {
	display:block;
	color:#000;
}
.p_submenu:hover {
	color:#fff;
}
img {
-webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none; /* IE 6-9 */
  }


body div#nav ul li ul li ul.nav2  {display: none;}

body div#nav ul li ul li:hover ul.nav2  {display: block;}

.nav3 {display: none;}

div.submenu3:hover  ul.nav3 {display: block;}


.nav2 {
	width: 260px;
	position: absolute;
	background: white;
	margin-left:225px;
	margin-top:-33px;
	z-index: 222;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background .1s ease-out;
	-moz-transition: background .1s ease-out;
	-ms-transition: background .1s ease-out;
	-o-transition: background .1s ease-out;
	transition: background .1s ease-out;
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.75);
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.75);
	box-shadow: 0 1px 6px rgba(0,0,0,.75);
}

.dropdownContain3 {
	width: 160px;
	position: relative;
	z-index: 77777;
	 /* half of width */
	}

.m3{
	width: 230px;
	padding: 5px 5px 5px 10px;
	margin: 0px 0px;
	color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background .1s ease-out;
	-moz-transition: background .1s ease-out;
	-ms-transition: background .1s ease-out;
	-o-transition: background .1s ease-out;
	transition: background .1s ease-out;
	
}
.dropOut3 {
	position: absolute;
	z-index:99555;
	text-align: left;
	margin-left:265px;
	margin-top:-26px;
	float: left;
	width: 260px;
	padding: 5px 0 5px 15px;
	color: #000;
	background: #fff;	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background .1s ease-out;
	-moz-transition: background .1s ease-out;
	-ms-transition: background .1s ease-out;
	-o-transition: background .1s ease-out;
	transition: background .1s ease-out;
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.75);
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.75);
	box-shadow: 0 1px 6px rgba(0,0,0,.75);
}
li.m3:hover {
	background: #006B2C;
	color:#fff;
}

.dropOut3 ul li:hover {
	background: #009a3e;
	color:#f6f;
}

.menustep3{
	padding: 5px 0 5px 15px;
	color: #000;
	background: #fff;	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background .1s ease-out;
	-moz-transition: background .1s ease-out;
	-ms-transition: background .1s ease-out;
	-o-transition: background .1s ease-out;
	transition: background .1s ease-out;
}
.menustep3:hover {
	background: #006B2C;
	color:#fff;
}

ul li:hover a { color: white; }
ul li:hover .dropdownContain3 { top: 30px; }
ul li:hover .underline3 { border-bottom-color: #777; }
ul li:hover .dropOut3 { opacity: 1; margin-top: 8px; }

.dropOut2 ul {
	float: left;
	padding: 10px 0;
}
.nav2 ul li {
	text-align: left;
	float: left;
	width: 225px;
	padding: 5px 0 5px 15px;
	margin: 0px 10px;
	color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background .1s ease-out;
	-moz-transition: background .1s ease-out;
	-ms-transition: background .1s ease-out;
	-o-transition: background .1s ease-out;
	transition: background .1s ease-out;
}
/*---------- Wrapper --------------------*/
#all-window{
	padding:0;
	margin-top:40px;
}
#nav {
	position:fixed;
	top:0px;
	z-index:999999;
	color:#fff;
	padding:0;
	margin:0;
	width: 100%;
	height: auto;
	min-height:40px;
	background: #006B2C;
	background-image:url('../png/fon.png');
	background-size:(100% 100%);
	background-repeat: repeat-x;
	border-bottom:#FFF 2px solid;
	vertical-align:middle;
}

ul {
	text-align: center;
	vertical-align:middle;
}

ul li {
	font: 14px Arial, sans-serif;
	vertical-align:middle;	
	cursor: pointer;
	-webkit-transition: padding .05s linear;
	-moz-transition: padding .05s linear;
	-ms-transition: padding .05s linear;
	-o-transition: padding .05s linear;
	transition: padding .05s linear;
}
ul li.drop {
	position: relative;
}
ul > li {
	display: inline-block;
}
.ullia {
	line-height: 40px;
	padding: 0 20px;
	height: 40px;
	color: #fff;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}
ul li a:hover {
	color: #eee;
}

.dropOut .triangle {
	width: 0;
	height: 0;
	position: absolute;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid white;
	top: -8px;
	left: 50%;
	margin-left: -8px;
}
.dropdownContain {
	width: 260px;
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: -130px; /* half of width */
	top: -800px;
}
.dropOut {
	width: 260px;
	background: white;
	float: left;
	position: relative;
	margin-top: 0px;
	opacity: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.75);
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.75);
	box-shadow: 0 1px 6px rgba(0,0,0,.75);
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}

.dropOut ul {
	float: left;
	padding: 3px 0;
}
.dropOut ul li {
	text-align: left;
	float: left;
	width: 225px;
	padding: 5px 0 5px 15px;
	margin: 0px 10px;
	color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background .1s ease-out;
	-moz-transition: background .1s ease-out;
	-ms-transition: background .1s ease-out;
	-o-transition: background .1s ease-out;
	transition: background .1s ease-out;
}

.dropOut ul li:hover {
	background: #009a3e;
	color:#fff;
}

ul li:hover a { color: white; }
ul li:hover .dropdownContain { top: 30px; }
ul li:hover .underline { border-bottom-color: #777; }
ul li:hover .dropOut { opacity: 1; margin-top: 8px; }

#km{
font-size: 40px;
font-family: "Arial", sans-serif;
padding:0;
margin:0;
text-align:left;
color:#666666;
margin-top:5px;
margin-bottom:-10px;
letter-spacing:-1px;

}
#km_time{
	margin-left:50px;
	font-size:16px;
	width:300px;
	line-height: 24px;
}

#kolledg{
	margin-left:10px;
	font-size:16px;	
	line-height: 20px;	
}

.container{
margin-top:60px;

}
#logo{
	width:100px;
}
#logotip{
	width:1100px;
	height:130px;
	padding:15px;
	font-family: "Arial", sans-serif;
	font-size:14px;
	background-color:#fff;
	margin: 2px auto 0;
	text-align:left;
}
.licen{
	font-size:13px;	
	padding:0;
	margin:0;
}
.tel{
	color:#000000;
	font-size:14px;	
	vertical-align:top;
}
#km_text{
	font-size:14px;
	line-height: 18px;
}
.footer{
		font: 14px Arial, sans-serif;
		padding-bottom:50px;
}
#rw{
	float:right;
	width:820px;
	height:auto;
	min-height:500px;
}

#rightwindow{
	float:right;
	width:800px;
	height:auto;
	min-height:600px;
	border-top:#009a3e 1px solid;
	border-left:#009a3e 1px solid;
	background-color:#fff;
	margin-left:5px;
	padding:20px;
	line-height: 1.5;
	text-align:justify;
	}
