body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 5px;
	margin-left: 5px;
}

a:link { 
	color: #333333;
	}
a:visited { 
	color: #333333;
	}
a:hover {
	color: #333333;
	}
a:active { 
	color: #333333;
	}

a.menuLink, a.menuLink:link, a.menuLink:visited 
{
	display:block;
	height:20px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	text-decoration:none;
	line-height:20px;
	overflow:hidden;
	margin-top: 2px;
	background-color: #D9DFAC;
	color: #333333;
} 

a.menuLink:hover {
	color:#FFFFFF;
	margin-top: 2px;
	background-color: #647B43;
} 

#BoxContent {
	float: left;
	width: 1000px;
	background-image: url(../images/site/top_history.jpg);
	background-repeat: no-repeat;
}

#BoxTopSearch {
	width: 800px;
	text-align: right;
	float: left;
	vertical-align: bottom;
	font-size: x-small;
	margin-bottom: 3px;
}
#BoxHead {
	height: 100px;
	width: 800px;
	float: left;
}
#BoxHeadTop {
	height: 50px;
	width: 800px;
	float: left;
	clear: right;
}
#BoxMiddleMenu {
	float: left;
	width: 115px;
	padding-right: 15px;
	height: 350px;
}
#BoxMiddle {
	width: 800px;
	margin-top: 10px;
	float: left;
	clear: both;
}

#BoxMiddleMain {
	background-color: #FFFFFF;
	float: left;
	margin-left: 10px;
	width: 660px;
}
#BoxFoot {
	clear: both;
	float: left;
	width: 800px;
	margin-top: 20px;
	font-size: x-small;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 8px;
}
p {
	font-size: small;
}

/*****************************************/
/*   inforutor */

.BoxInfo{
	float: right;
	text-align: center;
	padding-left: 25px;
	padding-bottom: 10px;
	width: 200px;
}

.BoxInfoItem {
	background-color: #FFFFFF;
	border: 1px solid #333333;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 0px;
}

.BoxInfoItemNoBorder {
	background-color: #FFFFFF;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 0px;
}

.BoxInfoHeader {
	font-size: x-small;
	font-weight: bold;
	background-color: #E9ECCD;
	/* juk background-color: #B00900;*/
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
	color: #333333;
}

.BoxInfoItem p {
	font-size: x-small;
	margin: 0px;
	padding: 4px 3px;
}

.BoxInfoItemNoBorder p {
	font-size: x-small;
	margin: 0px;
	padding: 4px 3px;
}
/*****************************************/

/*****************************************/
/*   företagsrutor */

.BoxArticle {
	border: none;
	clear: both;
	margin-top: 30px;
	margin-bottom: 10px;
}

.BoxArticlePublishDate {
	float: right;
	margin-right: 3px;
	font-size: x-small;
	margin-top: 2px;
	color: #333333;
}

.BoxArticleHeader {
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-color: #CCCCCC;
	background-color: #F4F5E7;
	/* juk background-color: #B00900; */
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #CCCCCC;
	vertical-align: middle;
	color: #333333;
}

.BoxArticle p {
	margin-top: 0px;
	margin-bottom: 10px;

}

/*****************************************/


#BoxMiddleRight h1{
	font-size:medium;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 7px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 3px;
	padding-right: 3px;
}

h1, h2{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
}

h1 {
	font-size: x-large;
}

h2 {
	font-size: large;
	font-weight: lighter;
}

h3{
	font-size: small;
	font-weight: bold;
}
.BoxGalleryThumbs {
	text-align: right;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	float: right;
}

.BoxGalleryThumbs img{
	border: 1px solid #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 4px;
}

.imageRightAligned {
	margin-left: 15px;
	border: 1px solid #333333;
	margin-bottom: 15px;
}

.imageLeftAligned {
	margin-right: 15px;
	border: 1px solid #333333;
	margin-bottom: 15px;
	float: left;
}
th {
	text-align: left;
	height: 12px;
	padding-top: 8px;
}

#tbl_dictionary td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.dottedBox {
	padding: 5px;
	border: 1px dotted #333333;
	width: 400px;
}
#galleriFotoruta {
	text-align: center;
	padding-top: 9px;
	padding-right: 7px;
	padding-bottom: 8px;
	padding-left: 7px;
	float: left;
	background-image: url(../images/galleri_back.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3D1D1;
}
#galleriInformation {
	margin-top: 0px;
}

#galleriFotoIframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.googleSearch {
	font-size: x-small;
	margin-bottom: 0px;
	margin-left: 7px;
}
.googleInput {
	font-size: small;
	letter-spacing: normal;
}
.googleButton {
	font-size: small;
	background-color: #D9DFAC;
	/* juk background-color: #B00900;*/
	border: 1px solid #666666;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
.bildtext {
	font-size: 10px;
}
