@charset "UTF-8";

	/*******************************
	* WASABI TPLS                  *
	*******************************/



/*	+++++++++++++++++++
	+++ COLOR: Boko +++
	+++++++++++++++++++ */


/* common.css */
h2, h1.layout2, h2.layout2, h3.layout2, h4.layout2, h5.layout2, h6.layout2 {
	color:#0f7391;
}
hr {
	color:#0f7391;
	border-bottom:1px dotted #0f7391;
}

/* page_all.css */
body {
	background:#b6c6c5 url(/fileadmin/tpls/color/bg_body_boko.jpg) no-repeat top center fixed;
}
#logo {
	background:url(/fileadmin/tpls/color/bokonet_logo_boko.gif) no-repeat;
}
#footer,
#footer a:hover, #footer a:focus, #footer a:active,
.menu_rootline span.lastItem {
	color:#0f7391;
}

/* page_standard.css */
#columnRight a:link, #columnRight a:visited {
	color:#0f7391;
	text-decoration:none;
}
#columnRight a:hover, #columnRight a:focus, #columnRight a:active {
	border-bottom:1px dotted #0f7391;
}

/* menu_level.css */
div.menu_level1 {
	background:#b0e1eb;
}
div.menu_level1 a:link, div.menu_level1 a:visited {
	color:#0f7391;
}
div.menu_level1 a:hover, div.menu_level1 a:focus, div.menu_level1 a:active {
	background:#0f7391;
	color:white;
}
div.menu_level1 li.cur a, div.menu_level1 a.curifsub, div.menu_level1 a.act {
   background:#0f7391;
	color:white;
}
div.menu_level2 a:hover, div.menu_level2 a:focus, div.menu_level2 a:active {
	color:#0f7391;
}
div.menu_level2 li.cur a, div.menu_level2 a.curifsub, div.menu_level2 a.act {
   color:#0f7391;
}

/* forms.css */
input[type=submit], input[type=button] {
	border:1px solid #0f7391;
	background:#0f7391;
}
input[type=text]:hover, input[type=password]:hover, input[type=file]:hover, textarea:hover, select:hover, select:focus {
	color:#0f7391;
}
input[type=text]:focus, input[type=password]:focus, input[type=file]:focus, textarea:focus, 
input[type=submit]:hover, input[type=button]:hover, input[type=submit]:focus, input[type=button]:focus {
	border:1px solid #0f7391;
	color:#0f7391;
}
