
/*removes the blur*/
:focus {
	outline: 0;
}

/*Allt, hela sidan*/
#container{;
	width:700px;
	margin-left:30px;
}


/*###########################
#######Sidans huvud##########
###########################*/

/* Toppen av sidan */
#top_container{

}

/*Topbilderna*/
#top_images_container{
	height:107px;
	margin-left:10px;
}

/*en specifik topbild*/
#top_image{

}

/*Det stora orangea*/
#top{
	background: transparent url(top.png) no-repeat top left;
	width:700px;
	height:67px;
	margin:0px;
	/*border: solid 1px black;*/
}

/*Namn och Slogan*/
#company_name_and_slogan{
	/*border: solid 1px black;*/
	float:right;
	margin:10px 20px 0px 0px;
	text-align:center;
	/*font-weight:bold;*/
	font-family:Verdana;

}

/*Namn*/
#company_name{/*border: solid 1px black;*/
	font-size:20pt;

}

/*Slogan*/
#company_slogan{/*border: solid 1px black;*/
	margin-top:-2px;
	font-size:8pt;
	line-height:10pt;
}

/*The menu title*/
#menu_title{
	padding:50px 0px 0px 31px;
	width:120px;
	text-align:center;


}

#menu_title_text{
	font-size:14pt;
	text-decoration:none;
	color:black;
}

/*###########################
#######Sidans mitt###########
###########################*/

/*allt mellan det orangea*/
#content_background{
}

/*menyn och allt till vänster*/
#menu_container{
	/*border:1px solid red;*/
	background: transparent url(line.png) repeat-y top right;
	width:180px;
	float:left;

	height:445px;
}

/*######## MENU ###########*/

/*menyn med länkar..*/
#menu{
	height:304px;
	/*font-weight:bold;*/
}

#menu a, #menu a:hover, #menu a:visited, #menu a:active{
	font-size:10pt;
	color:#000;
	text-decoration:none;
}

/*for both topmenu and submenu*/
#menu li{
	list-style-image: url(menu_notselected.png);
	list-style-type: circle;
}

#menu li.current{
	list-style-image: url(menu_selected.png);
	list-style-type: circle;
}

#menu_ul{
	/*border:1px solid blue;*/
	margin-top:10px;
	padding-left:25px;
	margin-left:0px;
}

#menu #submenu_parent_li{/*border:1px solid blue;*/
	margin-top:0px;
	padding-top:0px;
	list-style-image: none;
	list-style-type: none;
}

#submenu_ul{
	/*border:1px solid yellow;*/
	margin-top:0px;
	padding-top:0px;
	padding-left:10px;
	margin-left:0px;
}


/*the list with top menus*/




/*loggan*/
#logo_container{
	/*border:1px solid green;*/
	text-align:center;
	margin:10px 0px 10px 0px;
}

#logo{
	border:0px;
	width:120px;

}


/*######### Content #########*/

/*allt till höger om menyn*/
#content{
	/*border:1px solid green;*/
	width:496px;
	float:right;
	margin-right:10px;
	padding:5px 5px 0px 5px;

	height:450px;
	overflow:auto;


}

/**
*All body->addconent() will have this id tag
*/
.content_text{
	/*border:1px solid yellow;*/

}


/*###########################
#######Sidans bottom###########
###########################*/
/*allt under sidan content*/
#bottom_container{
	margin-top:0px;
	float:left;
}

/*det orangea*/
#bottom{
	background: transparent url(bottom.png) no-repeat top left;
	width:700px;
	height:27px;
	z-index:2;
}

/*bottom bilderna*/
#bottom_images_container{
	/*border:1px solid yellow;*/
	height:107px;
	width:676px;
	margin-top:-13px;
	margin-left:10px;
	z-index:3;
}

/*bilder som står*/
#bottom_images_container .standing{
	margin-left:5px;
	border:0px;
}

/*bilder som ligger*/
#bottom_images_container .laying{
	margin-left:24px;
	border:0px;
}

/*Footer, liiger utanflr bottom_container*/

#footer {
	/*border: solid 1px #000;*/
	float:left;
	padding-top: 45px;
	position:relative;
	bottom:0px;
	width:700px;
	text-align: right;
	font-size:8px;
}
#footer #tnyholm_link{
	color:black;
	text-decoration: underline;
	margin-right:20px;
	
}





