/*

File: css/svenska.css
Description: Swedish CSS stylesheet for Botkyrka website
Author: Magnus Grönberg, Houdini Interactive
Author URI: http://www.houdini.se

*/

.language_color {
	color: #8b9d2c;
}

.language_bg_color {
	background-color: #8b9d2c;
}



.page li {
	padding-top: 0px;
	padding-bottom: 5px;
	line-height: 18px;
	
	margin-left: 0px;
	padding-left: 15px;
	list-style-type: none;
	background-image: url("../img/lang_26_bullet.png");
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.page ul {
	padding-bottom: 10px;
	padding-left: 0px;
}


h1, h2, a, .svenska, .input-label{
	color: #8b9d2c;
}




a {
	text-decoration: underline;
	color: #545F1C;
}

.page_item a {
	text-decoration: none;
}



hr {
	border: 0.15em solid #8b9d2c;
}

.startpage{
	width:250px;
	height: 16px;
	background: url(../img/global_startpage.png) no-repeat !important;
}

.inline-field {
	width: 325px !important;
}


ul#main-nav li.page_item{
	background: url(../img/lang_26_nav_off.png) no-repeat;
	padding-bottom: 0.3em;
	padding-left:2em;

}


ul#main-nav li.node_open{
	background: url(../img/lang_26_nav_on.png) no-repeat;
}


ul#main-nav li.page_item a{
	color: #706E6A;
	font-family: georgia;
	line-height:1em;
}

ul#main-nav li.page_item ul{
	padding-top: 0.3em;
}

ul#main-nav li.page_item ul li.page_depth_1 {
	list-style-type: none;
	background: none;
	padding-left: 0em;
	color: #8b9d2c;
}

ul#main-nav li.page_item ul li.page_depth_1 a{
	color: #706E6A;
	text-transform: none;
}

.page_selected {
	color: #8b9d2c !important;
}








.column_right{
	background: url(../img/lang_26_border_wide_top.png) no-repeat;
	background-position: top;
}


.thin{
	background: url(../img/lang_26_border_short_thin.png) no-repeat;
	background-position: top left;
}


.thin-sub{
	background: url(../img/lang_26_border_wide_thin.png) no-repeat;
	background-position: top left;
}

.search-btn{
	background: url(../img/lang_26_btn_search.png) repeat-x;
	font-family: Georgia;
	font-size: 10px;
	color: #fff;
	width: 55px;
	cursor: pointer;
}
