﻿/*	Layout Hypnoterapi.no	*/

body
{
    min-width:980px;
}
	
#container
{
    top: 0px;
    width: 980px;
    margin: 0 auto;
}

#top
{
    width: 980px;
	height: 30px;
	background: url(/img/bgTop.png);
	margin-top: 5px;
}

#imgDiv
{
	height: 175px; 
	width: 100%; 
	margin-top: 2px;
}

#menu
{
	width: 980px;
	height: 25px;
	background: url(/img/menuBg.gif);
	margin-top: 2px;
}

#main
{
	width: 978px;
	background-color: white;
	font-size: 100%;
	margin-top: 2px;
	border: solid 1px #cecbe3;
}

#header
{
	position: relative;
	width: 980px;
	height: 24px;
}

#footer
{
	width: 970px;
	height: 22px;
	color: white;
	font-size: 90%;
	letter-spacing: 3px;
	padding: 8px 0 0 10px;
	margin-top: 2px;	
	background: url(/img/bgBottom.png);
	text-align: center
}

#iconMenu 
{
	width: 51px;
	margin-left: 915px;
	padding-top: 8px;
}

/*	Generelle innholdsfelt	*/

.title
{
    padding:20px 0px 5px 20px;
    width: 930px;
	font-size: 150%;
	font-weight: bold;
}

.content
{
    margin: 0px 10px 10px 20px;
    padding-right:10px;
    width: 550px;
}

.column_left {
	FLOAT: left; 
	MARGIN: 0px 32px 0px 0px; 
	WIDTH: 198px;
	_margin: 0px 29px 0px 0px
}

.column_right {
	FLOAT: right; 
	MARGIN: 0px 0px 0px 29px; 
	WIDTH: 198px; 
	_margin: 0px 0px 0px 26px
}
.column_center {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	OVERFLOW: hidden; 
	PADDING-TOP: 0px; 
	HEIGHT: 100%;
}

.noColumn
{
	width: 0px;
}

.padder
{
	padding: 10px 15px 10px 15px;
	OVERFLOW: hidden;
	HEIGHT: 100%;
}

.readMore
{
	padding-left: 20px;
	background: url(/img/bullet.png) no-repeat;
}

.bannerDiv
{
	float: none; 
	padding-bottom: 15px; 
	width: 100%; 
	text-align: center;
}

/*	Forside	*/

#frontTopDiv
{
	width: 100%;
/*	Banner til toppen
	border-bottom: dotted 1px;
	margin-bottom: 15px; 
	*/
}

.fpTable
{
}

.fpTable td
{
	width: 50%;	
	vertical-align: top; 
	border-top: dotted 1px black;
	padding: 0 20px 0 0;
}

.fpTable td
{
}

/*	Sidebar box, default	*/

.box {
	float: left;
	width: 100%;
	margin: 0 0 10px 0	
}

.box .boxTitleBg {
	padding-left: 10px;
	background: url(/img/boxTitleBg.png) no-repeat 0px 0px; 
}

.box .boxContentBg {
	background: url(/img/box02-content-bg.gif) repeat-y 0px 0px
}
.box .pd {
	padding: 10px;
	background: url(/img/box02-content-bot.gif) no-repeat 50% bottom
}

.box h6
{
	padding: 0px 0px 0px 20px;
	margin: 0;
	background: url(/img/boxTitleImg.png) no-repeat left 50%;
	color: #103564;
	line-height: 31px;
	height: 31px
}

/*	Sidebar box, dark	*/

.dark .boxTitleBg 
{
	background: url(/img/boxTitleBgDark.gif) no-repeat 0px 0px
}

.dark h6
{
	background: url(/img/boxTitleImg.png) no-repeat left 50%;
	color: #fff
}

.dark .boxContentBg 
{
	background: url(/img/boxContentBgDark.gif) repeat-y 0px 0px
}

.dark .pd 
{
	background: url(/img/boxContentBgBotDark.gif) no-repeat 50% bottom;
	color: #fff
}

.dark .pd a
{
	color: #fff;
}