/*######### Basutseende ##################################################*/

* {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background: url(../images/bodyBg.gif) right repeat-y;
}
ul {
	list-style-position: inside;
}
ol {
	list-style-position: inside;
}

/*######### Headers ######################################################*/

/*######### Basutseende, länkar ##########################################*/

/*######### Containers ###################################################*/

#createEdit {
	position: absolute;
	left: 300px;
	top: 95px;
}

#container { margin-right: 200px; } 

#header { 
	position: relative;
	background: url(../images/topBg.gif); 
	height: 116px;
} 

#meny { 
	position: absolute; 
	top: 116px; 
	left: 0; 
	height: 634px; 
	width: 183px; 
	background: url(../images/menyBg.gif) 
	no-repeat; padding: 10px 0; 
} 

#main { padding: 10px 20px 20px 203px; } 

#footer { 
	background: #eee; 
	padding: 10px;
	padding-left: 183px;
	padding-right: -50px; 
	border-top: 1px dashed #666; 
	text-align: center; 

	font-size: 0.8em;
}


/*######### Headers ######################################################*/

h1 {
	font-variant: small-caps;
	text-decoration: underline;
	font-size: 16px;
}
h2 {
	font-variant: small-caps;
	font-size: 16px;
}
h3 {
	font-variant: small-caps;
	font-weight: normal;
	font-size: 16px;
}
h4 {
	font-weight: normal;
	font-size: 16px;
}

h5 {
	font-weight: normal;
	font-weight: bold;
}

/*######### Header #######################################################*/

#agrisera {
	position: absolute;
	right: 20px;
}

/*######### Body #########################################################*/
/*######### Meny #########################################################*/

#meny ul {
}
#meny li {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}
#meny li a {
	font-size: 1.15em;
	color: #000;
	font-weight: bold;
}
#meny ul li a:link, #meny ul li a:visited, #meny ul ul li a:link, #meny ul ul li a:visited {
	display: block;
	width: 160px;
	padding: 2px 0 2px 20px;
	margin: 3px 0;
	color: #000;
	background: url(../images/linkImg.gif) left no-repeat #fff;
	filter:alpha(opacity=80);   /* Internet Explorer       */
	-moz-opacity:0.8;           /* Mozilla 1.6 and below   */
	opacity: 0.8;
}
#meny ul li a:hover, #meny ul li a#meny:hover, #meny ul ul li a:hover {
	color: #222;
	background: url(../images/linkImg.gif) left no-repeat #fff;
	filter:alpha(opacity=100);   /* Internet Explorer       */
	-moz-opacity:1.0;           /* Mozilla 1.6 and below   */
	opacity: 1.0;
}
#meny ul ul li a:link, #meny ul ul li a:visited {
	margin: 0 0 0 0;
	padding-left: 30px;
	color: #111;
	background: left no-repeat #fff;
}
#meny ul ul li a:hover {
	color: #222;
	background: url(../images/linkImg.gif) left no-repeat #fff;
}
#meny ul li a:link, #meny ul li a:visited
{
	margin: 3px 0 0 0;
}
#meny ul ul li.selectedLink, #menu ul li.selectedlink
{
	color: #222;
	background: url(../images/linkImg.gif) left no-repeat #fff;
	filter:alpha(opacity=100);   /* Internet Explorer       */
	-moz-opacity:1.0;           /* Mozilla 1.6 and below   */
	opacity: 1.0;
}

/*######### Main #########################################################*/

/*######### Footer #######################################################*/