/* By Johan Larsell for KKS 2011, Sweden */
a {
	color: #D32525;
	text-decoration: none;
}
a:hover {
	color: #E05252;
	text-decoration: underline;
}
a:active, a:visited {
	color: #980000;
}
img {
	border: none;
}
h1 {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.35em;
}
h2 {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
}
div.image {
	display: inline;
	text-align: center;
}
div.hr {
  height: 37px;
  background: #fff url(../images/skridsko_liten.jpg) no-repeat scroll center;
}
div.hr hr {
  display: none;
}
/* Head */
#header {
	background: #CC0000;
	border-bottom: 1px solid #000000;
	height: 200px;
	background-image: url(../images/head_bg.png);
}
#topnav {
   margin-right: 5px;
}
/* Left sidebar */
#left_sidebar {
	background: #F3F3F3;
	float: left;
	clear: left;
	width: 180px;
}
#left_sidebar h4{
	background: url(../images/kks_top.png);
	color: #999999;
	font-size: medium;
	font-weight: bold;
}
#left_sidebar h5{
	color: #999999;
	font-size: small;
	font-weight: bold;
}
#left_sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* Edit page */
#editpage {
	background-color: #FFFFFF;
}
/* Snabb info */
#snabbinfo {
	background: #FFFFFF;
	float: right;
}
#snabbinfo .rubrik {
	color: #FF8C00;
	font: bold;
}
#snabbinfo .snabbinfotext {
	color: #000000;
	font: normal;
}
#snabbinfo .vemskrev {
	color: #808000;
	font: bold;
}
/* Admin menu */
#admin_bar {
	background-color: #F3F3F3;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#admin_bar a {
	color: #008000;
}
#admin_bar a:hover {
	background-color: #CC0000;
	color: #FFFFFF;
}
.admin_bar_header {
	font-weight: bold;
}
/* JQuery Tip */
.tip {
    color: #fff;
    background:#1d1d1d;
    display:none; /*--Hides by default--*/
    padding:10px;
    position:absolute;    z-index:1000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
/* Footer */
#footer {
	color: #999999;
	font-size: 0.8em;
}
#footer img {
	vertical-align: middle;
}
#footer p {
	padding: .5em 15px;
}
#footer2 {
	float: right;
	margin: 10px;
}

