/*
-----------------------------------------------
CSS regler

Kund:     Kolsbo Redovisning
Upphov:   Julian Kommunikation
Version:  #1 - 17 april 2006
----------------------------------------------- */


/* =Structure
----------------------------------------------- */
body {
	margin: 20px 0 0;
	padding: 0;
	text-align: center;
	background:#F1F1EF;
	font-size: 70%;
	font-family: 'Lucida Grande', Arial, Helvetica, Georgia, sans-serif;
	color: #333;
	line-height:16px;
	}

#page {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	text-align: left;
	}
	
a, a:link, a:visited, a:focus, a:hover {
	color:#463C80;
	text-decoration:underline;
	}
a:hover {
	color: #4E61AF;
	text-decoration: underline;
	}
a.bottom, a.bottom:link, a.bottom:visited, a.bottom:focus, a.bottom:hover {
	color:#8DD757;
	text-decoration:none;
	}
a.bottom:hover {
	color:#DDF38F;
	text-decoration: none;
	}
	
h1{
	font-size: 140%;
	font-family: "Times New Roman", Times, serif;
	color: #636360;
	margin:10px 0 20px -10px;

}	
h2 {
	font-size:1.2em;
	}
	
h3 {
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	}


#clear {
	clear:both;
	}


/* =Header
----------------------------------------------- */
#header {

/*	height: 80px;*/
	position: relative;
	clear:both;
	margin-bottom:5px;
	margin-top:5px;
	z-index:21;
	}
#headerRight {
	background: url(../images/header.gif) no-repeat center left;
	height: 120px;
	width:530px;
	float:right;
	margin-bottom:5px;
	}
#logo {
	background: url(../images/logo.gif) no-repeat top left;
	width:225px;
	height:120px;
	float:left;
	}

#toppmeny {
	background: url(../images/bg_menu.gif) no-repeat top left;
	height: 40px;
	width:760px;
	position: relative;
	text-align: left;
	clear:both;
	margin-bottom:5px;
	z-index:21;
	}
#datum {
	float:right;
	margin:12px 5px;
	color:#777;
	}
	
/* =Header | Navigation
----------------------------------------------- */
#navigation
{
margin: 0;
padding: 0 0 20px 15px;
}

#navigation ul, #navigation li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navigation a:link, #navigation a:visited
{
float: left;
line-height: 38px;
font-weight: normal;
margin: 0 15px 0 10px;
text-decoration: none;
color: #777;
}

#navigation a:link#current, #navigation a:visited#current, #navigation a:hover
{
border-bottom: 2px solid #336699;
padding-bottom: 0;
background: transparent;
color: #336699;
}

#navigation a:hover { color:#D9D65B; }
	
/* =Content
----------------------------------------------- */
#content {
	width:760px;
	position:relative;
	padding-bottom: 5px;
	margin-bottom:1px;
	clear:both;
	z-index: 20;
	}

.left {
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	padding:10px 75px 10px 55px;
	background:#fff;
	width:505px;
	vertical-align:top;
	}
.right {
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	width:250px;
	vertical-align:top;
	background-color:#fff;
	}
ul {
	margin:1em 0;
	padding-left: 2em;
	}

li {
	margin:0 0 0.5em;
	}

/* =Allt möjligt
----------------------------------------------- */
.cursor {
	cursor: default;
	}

.red {
	color: #f00;
	}


/* =Footer
----------------------------------------------- */
#footer { 
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	clear: both;
	font-size:9px;
	text-transform:uppercase;
	font-weight:bold;
	text-align: center;
	height: 20px;
	color:#C6C6B7;
	padding: 0 0 0 0px;
	}
	
/*----------------------- Forms ---------------------------*/

input, textarea, select {
	border: 1px solid #67B154;
	background-color:#F9F9F9;
	padding:3px;
	color:#78AD58;
}
.submit {
	color: #666666;
	font-size:10px;
	background-color: #F9F9F9;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #CCCCCC;
	padding:3px;
	
}
