/*****************************************************************************
*  
*  Hovde Gård - main.css
*  
*  ***************************************************************************
*  
*  (C) Respons Reklamebyrå 2009
*  Kode av Andreas Håkestad
*  
*****************************************************************************/

p, form, h1, h2 {
	margin				: 0px;
	padding				: 0px;
}

body {
	margin				: 0px;
	padding				: 0px;
	background			: url(gfx/background.jpg);
}

/*****************************************************************************
*  
*  Boxes
*  
*****************************************************************************/
.pageHolder {
	margin				: 26px auto 0px auto;
	position			: relative;
	width				: 902px;
	padding				: 34px 21px 22px 27px;
	border				: 1px solid #755E28;
	background			: #ffffff;
	overflow			: hidden;
}

.topGraphicsHolder {
}

.topFlashHolder {
	float				: left;
	margin				: 0px;
	padding				: 0px;
}

.topImagesHolder {
	float				: left;
	margin				: 0px;
	padding				: 0px;
	padding-left		: 17px;
	margin-bottom		: 16px;
}

.topImage {
	vertical-align		: bottom;
}

.contentHolder {
}

.contentBk {
	width				: 902px;
	clear				: both;
	overflow			: hidden;
	background			: url(gfx/bk.jpg) repeat-y;
}

.content {
	width				: 902px;
	overflow			: hidden;
	background			: url(gfx/logobk.jpg) no-repeat;
}

.bottomHolder {
	position			: relative;
	width				: 902px;
	margin				: 0 auto;
	padding				: 17px 22px 0px 26px;
	font-family			: Arial;
	font-size			: 10px;
	color				: #555555;
}


/*****************************************************************************
*  
*  Sections
*  
*****************************************************************************/
.contentSectionLeft {
	float				: left;
	display				: inline;
	width				: 635px;
}

.contentSectionMiddle {
	float				: left;
	display				: inline;
	width				: 2px;
	height				: 336px;
}

.contentSectionRight {
	float				: right;
	display				: inline;
	width				: 250px;
}

/*****************************************************************************
*  
*  Menu
*  
*****************************************************************************/
div.menu {
	
}

ul.menu {
	margin				: 0px;
	padding				: 0px;
	
	list-style-type		: none;
}

li.menu {
	display				: inline;
	float				: left;
}

span.menuItem {
	display				: inline;
	float				: left;
	padding				: 0px 0px 40px 0px;
	background			: url(gfx/menubk.jpg) no-repeat center 20px;
	text-align			: center;
	font-family			: Arial;
	font-size			: 14px;
}

span.menuNoLink {
	font-weight			: bold;
	color				: #555555;
}

img.menuSep {
	display				: inline;
	float				: left;
	margin				: 1px 3px 0px 3px;
}

a.menu:link {
	color				: #555555;
	font-weight			: normal;
	text-decoration		: none;
}

a.menu:visited {
	color				: #555555;
	font-weight			: normal;
	text-decoration		: none;
}

a.menu:hover {
	color				: #555555;
	font-weight			: bold;
	text-decoration		: none;
}

a.menu:active {
	color				: #555555;
	font-weight			: bold;
	text-decoration		: none;
}


/*****************************************************************************
*  
*  Menu
*  
*****************************************************************************/

.overskrift {
	font-family			: Times New Roman, Times;
	font-size			: 21px;
	font-weight			: bold;
	line-height			: 22px;
	color				: #595959;
}

.tekst {
	font-family			: Arial;
	font-size			: 12px;
	font-weight			: normal;
	line-height			: 15px;
	color				: #999999;
}


a:link {
	color				: #555555;
	font-weight			: normal;
	text-decoration		: none;
}

a:visited {
	color				: #555555;
	text-decoration		: none;
}

a:hover {
	color				: #555555;
	text-decoration		: underline;
}

a:active {
	color				: #555555;
	text-decoration		: underline;
}
