/**************** Hemsidan ****************/

/* must be here for the fck-editor */
#body_class {
	background: #ffffff url(../images/body_bg.jpg);
	/*background-color: #4b4b4b;*/
}

body {
	text-align: center;
	margin: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #ffffff

	color: #555555;
	font-size: 10px;

	margin-top: 0px;
	margin-bottom: 0px;
}  

.start_transparent
{
	position: absolute;
	width: 586px;
	margin-top: 40px;
	background-color: #cccccc;

	padding: 2px 30px 2px 0px;

	filter:alpha(opacity=70);
	opacity:0.7;

	font-size: 11px;
	text-align: right;
}

.sub_title_left
{
	padding-left: 150px;
	text-align: left;
}

.sub_title
{
	padding-right: 50px;
	text-align: right;
}

.sub_content
{
	padding-left: 150px;
	padding-right: 50px;
}

.sub_content_contact
{
	padding-left: 50px;
	padding-right: 50px;
}

.contact_address {
	background: url(../../images/kontakt_uppgifter_bg.jpg) no-repeat;
	width: 376px;
	height: 98px;

	font-size:11px;

	padding: 8px;
	color: #222222;
}

.sub_content_contact_person
{
	padding-left: 0px;
	padding-right: 50px;
}

.contact_person {
	background: url(../../images/kontakt_person_bg.jpg) no-repeat;
	width: 376px;
	height: 66px;

	font-size:11px;

	padding: 8px;
	color: #000000;
}

.contact_person_small {
	background: url(../../images/kontakt_person_bg_small.jpg) no-repeat;
	width: 376px;
	height: 47px;

	font-size:11px;

	padding: 8px;
	color: #000000;
}

.contant_thumb_image
{
	border: solid 1px #dcdcdc; 
}

.exempel_thumb_image
{
	border: none 0px #dcdcdc;
}

.justify
{
	text-align: justify;
}

/**************** Textformatering ****************/

h1 {
	font-family: Trebuchet ms, Arial, Verdana;
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
	color: #a0c100;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	text-transform: uppercase;
}

.black {
	text-align: left;
	color: #555555;
}

.white {
	color: #ffffff;
}

.bold {
	font-weight: bold;
}

h2 {
	font-family: Trebuchet ms, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #555555;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h3 {
	font-family: Trebuchet ms, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #555555;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.5em;
}

h4 {
	font-family: Trebuchet ms, Arial, Verdana;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #111111;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h5 {
	font-family: Trebuchet ms, Arial, Verdana;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #111111;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h6 {
	font-family: Trebuchet ms, Arial, Verdana;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	color: #111111;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}




/**************** Länkar ****************/

.arrow_link a:link
{
	display: block;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #555555;
	text-transform: uppercase;

	background: url(../images/menu_unselected.gif) no-repeat left center;
	margin-left: 0px;

	text-indent: 10px;
}
.arrow_link a:visited
{
	display: block;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #555555;
	text-transform: uppercase;

	background: url(../images/menu_unselected.gif) no-repeat left center;
	margin-left: 0px;

	text-indent: 10px;
}

.arrow_link a:hover
{
	color: #555555;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/menu_selected.gif) no-repeat left center;
}
.arrow_link a:active
{
	color: #555555;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/menu_selected.gif) no-repeat left center;
}

a:link {
	color: #000000;
	text-decoration: underline;
}  

a:visited {
	color: #000000;
	text-decoration: underline;
}  

a:hover {
	color: #000000;
	text-decoration: underline;
}   

a:active {
	color: #000000;
	text-decoration: underline;
}



/**************** Holders ****************/

#holder_site {	
	width: 835px;
/*	height: 100%;*/
	margin:auto; /* for IE6 and Firfox centering */
	text-align: left;
	background-color: #ffffff;

	display:table; /* must put this in for FireFox. */
	margin:auto; /* for IE6 and Firfox centering */
	text-align:left;
	
	height: 100%;
}

#holder_page {
	float: left;
	width: 100%;
/*	min-height: 500px;*/

	background-color: #ffffff;
	
	display:table; /* must put this in for FireFox. */
	margin:auto; /* for IE6 and Firfox centering */
	text-align:left;
	
	height: 100%;
}

#holder_logotype {
	position: absolute;
	z-index: 100;
	margin-top: 20px;
	margin-left: 20px;
}


#holder_menu {
	float: left;
	width: 218px; /*Width of left column*/
	height: 1000px;
/*	height: 100%;*/
	margin-left: -835px; /*Set left margin to -(MainContainerWidth)*/
	background: #ffffff url(../images/menu_bg.jpg) no-repeat 0px 120px;

	border-right: solid 1px #dcdcdc;
}

#holder_foot {
	text-align: center;
	clear: both;
	height: 51px;
	width: 835px;
	margin: 0 auto;
}

#holder_sidebar {
	float: right;
	background: #ffffff;
	width: 200px; /*Width of left column*/
	margin-top: 45px;

}

/**************** Logotype ****************/

.logotype_content {
	text-align: left;
	padding-top: 20px;
	padding-left: 5px;
}

.logotype_content h1, #logotype_content h2 {
	margin: 0;
	font-weight: normal;
	color: #ffffff;
}

.logotype_content h1 {
	font-weight: bold;
}

.logotype_content h2 {
	font-size: 92%;
}


/**************** Content ****************/

.content {
	margin-left: 219px; /*Set left margin to LeftColumnWidth*/
}

/**************** Foot ****************/

.foot_content {
	width: 730px;
	padding-top: 10px;
	margin: 0;
}

.foot_content p {
	margin: 0;
	line-height: normal;
}

/*botten med runda horn*/
#round_corner {
	text-align: center;
	margin: 0 auto;
	width: 730px;
}



/**************** Sidebar ****************/

.sidebar_content {
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	text-align: left;
	float: right;
	width: 170px;
}

.sidebar_content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar_content li {
	margin-bottom: 20px;
	background: #E6E6E6 url(../images/img07.gif) no-repeat right bottom;
}

.sidebar_content li ul {
	padding: 10px 20px;
	font-size: 12px;
}

.sidebar_content li li {
	margin: 0;
	padding: 5px 0;
	border-top: 1px dotted #CDCDCD;
}

.sidebar_content h2 {
	height: 30px;
	margin: 0;
	padding: 6px 0 0 18px;
	background: url(../images/img06.gif) no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #4D4C51;
}

.sidebar_content h3 {
	margin: 0;
	color: #a10101;
}

.sidebar_content p {
	margin: 0;
	line-height: normal;
}

.sidebar_content a {
	text-decoration: none;
}

.sidebar_content a:hover {
	text-decoration: underline;
}

.sidebar_content .first {
	border: none;
}




/**************** News ****************/

.news_title {
	cursor: pointer; 
}




/**************** Forms ****************/

form {
	padding: 0;
	margin: 0;

}
input {
	font-family: verdana;
	font-size: 11px;
	border: solid 1px #cdcdcd;
	color: #999999;
}

textarea {
	font-family: verdana;
	font-size: 11px;
	border: solid 1px #cdcdcd;
	color: #999999;
}

.form_input {
	border: #4D4C51 1px solid;
	width: 180px;
}

.form_textarea {
	border: #4D4C51 1px solid;
	width: 180px;
	height: 60px;	
}

/******* Producerad av Snyggare-Internet *******/

#snyggare {
	padding-top: 10px;
	text-align: center;
}

#snyggare a {
	color: #cdcdcd;
	font-size: 10px;
	text-align: right;
	text-decoration: none;
}