@import url("form.css");

#bannercontent
{
	position: absolute;
	width: 100%;
	height: 235px;
	overflow: hidden;
}

#bannerright
{
	background-repeat: no-repeat;
	background-image: url(../images/bannerright_bg.gif);
	position: absolute;
	padding-left: 10px;
	right: 1px;
	width: 250px;
	height: 235px;
	overflow: hidden;

}

#main #center, #main #startinfo
{
	color: #333333;
	font-size: 70%;
	line-height: 1.8em;
}

#main #startinfo h1 
{
	margin:0 !important;	
}

#main #center p
{
/*	padding: 0;*/
	margin: 0 12px 0 12px;
}

#main #center h1, #main #startinfo h1
{
	clear: both;
	color: #006500;
	font-size: 130%;
	font-weight: bold;
	padding: 0;
	margin: 0 0 1.2em 12px;
/*	zoom: 1.0;*/
}

#main #center div.startpuff h1
{
	margin: 0 12px 1.2em 12px;
	font-size: 120%;
}

#main #center h2
{
	color: #006500;
	font-size: 110%;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0.2em 0;
	clear: both;
}

#main #center h3, #main #center h4, #main #center h5, #main #center h6
{
	font-size: 100%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0.2em 0;
}

#main #center img
{
	float: right;
/*	margin: 5px 0pt 0pt 20px;*/
}

#main #center div.startpuff img
{
	margin: 5px 12px 0 12px;
}

#main #center img.right
{
	float: right;
	margin: 0 0 1.2em 15px;
}

#main #center img.left
{
	float: left;
	margin: 0 15px 1.2em 0;
}

#main #center a, #startinfo a
{
	color: #006500;
	font-weight: bold;
	text-decoration: none;
}

#main #center a:hover
{
	text-decoration: underline;
}

#main #right
{
	color: #333333;
	font-size: 70%;
	line-height: 1.8em;
}

#main #right p
{
	padding: 0;
	margin: 0 0 1.2em 4px;
}

#main #right h1, #main #right h2
{
	font-size: 110%;
	font-weight: bold;
	color: #006500;
/*	padding: 0;*/
	margin: 0 0 0.2em 4px;
	clear: both;
	
/*Ändra placering på söksidans Sök-knapp*/
}
.tx-c9search-pi1 input#Search.submitBtn {
	position: relative;
	top: -20px;
	margin-left: 184px;
	margin-bottom:-25px;	
}


