﻿/*Common*/
div#container{ background: #f2f2f2 url(../img/kasservice/header_bg.png) repeat-x; }
div#header { background: url(../img/kasservice/header.png) no-repeat; }
#userdata a,#langdata a{color:#fff;}
#userdata { color: #fff; }

/*Menu*/
#menu ul li 
{
	background: #368fce; /* Old browsers */
	background: -moz-linear-gradient(top,  #368fce 0%, #1c6396 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#368fce), color-stop(100%,#1c6396)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #368fce 0%,#1c6396 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #368fce 0%,#1c6396 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #368fce 0%,#1c6396 100%); /* IE10+ */
	background: linear-gradient(top,  #368fce 0%,#1c6396 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#368fce', endColorstr='#1c6396',GradientType=0 ); /* IE6-9 */

}

#menu ul li:hover
{
	background: #39a6f1; /* Old browsers */
	background: -moz-linear-gradient(top,  #39a6f1 0%, #267dba 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#39a6f1), color-stop(100%,#267dba)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #39a6f1 0%,#267dba 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #39a6f1 0%,#267dba 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #39a6f1 0%,#267dba 100%); /* IE10+ */
	background: linear-gradient(top,  #39a6f1 0%,#267dba 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39a6f1', endColorstr='#267dba',GradientType=0 ); /* IE6-9 */
}

#menu ul li.menuselected
{
	background: #e9f3fd; /* Old browsers */
	background: -moz-linear-gradient(top,  #e9f3fd 0%, #f2f4f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f3fd), color-stop(100%,#f2f4f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e9f3fd 0%,#f2f4f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e9f3fd 0%,#f2f4f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e9f3fd 0%,#f2f4f6 100%); /* IE10+ */
	background: linear-gradient(top,  #e9f3fd 0%,#f2f4f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f3fd', endColorstr='#f2f4f6',GradientType=0 ); /* IE6-9 */
}

#menu ul li.menuselected a{	color:#184f82;}

/*Login*/
body.login {background: #f3f9fc;}
body.login div#container{ background: url(../img/kasservice/login_bg.png) repeat-x !important; }
body.login div#container div#wrapper{ height: 600px; background: url(../img/kasservice/login.png) no-repeat !important; }
