
/* ####### GLOBAL START ############################################################## */

html, body, table, form, div
{
	margin: 0px auto;
	padding: 0px;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	color: #FFFFFF;
}

html
{
	overflow: auto;
}

table
{
	display: block;
	border-collapse: collapse;
}

td, th
{
	text-align: left;
	vertical-align: top;
}

ol,ul
{
	margin: 0px auto;
	padding: 0px;
}

dl
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

dt
{
	margin: 0px auto;
	padding: 0px;
	font-style: italic;
}

dd
{
	margin: 0px 0px 0px 20px;
	padding: 0px;
	font-style: normal;
}

hr
{
	background: #FFFFFF;
	color: #FFFFFF;
	width: 100%;
	height: 1px;
	border: 0px;
}

img
{
	border: 0px;
}

a
{
	text-decoration: underline;
	color: #FFFFFF;
}

a:hover
{
	text-decoration: underline;
	color: #2c6c2e;
}

h1
{
	font-family: arial;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
}

h2
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
}

select
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	font-size:12px;
	font-family: arial;
	background-color: #F2F2F2;
}

input, textarea
{
	font-size: 12px;
	font-family: arial;
	border-style: solid;
	border-width: 1px;
	border-color: #2c6c2e;
	color: #2c6c2e;
}


/* ####### GLOBAL END ############################################################## */

/* ####### MISCT START ############################################################## */

img.at
{
	border: none;
	vertical-align: bottom;
}

span.notification
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

/* ####### MISCT END ############################################################## */

/* ####### BASE LAYOUT START ############################################################## */

#all
{
	position: absolute;
	margin: 0px auto;
	padding: 0px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
}

#left
{
	background: url('./img/layout/bgLeft.jpg') repeat-y;
	position: fixed;
	margin: 0px auto;
	padding: 0px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 130px;
	z-index: 2;
}

#middle
{
	position: relative;
	margin: 0px auto;
	padding: 0px;
	top: 0px;
	bottom: 0px;
	left: 130px;
	width: 670px;
	float: left;
	z-index: 2;
}

#right
{
	background: url('./img/layout/bgRight.jpg') repeat-y;
	position: fixed;
	margin: 0px auto;
	padding: 0px;
	top: 0px;
	bottom: 0px;
	left: 800px;
	width: 96px;
	z-index: -1;
}

#middle div.logo
{
	background: url('./img/logo.gif');
	position: absolute;
	margin: 0px auto;
	padding: 0px;
	top: 20px;
	left: 208px;
	width: 510px;
	height: 110px;
	overflow: visible;
	z-index: 3;
}

#middle div.menu
{
	position: relative;
	margin: 0px auto;
	padding: 0px;
	left: 0px;
	height: 150px;
	z-index: 3;
}

#middle div.menu ol
{
	margin: 0px auto;
	padding: 0px;
	z-index: 4;
}
#middle div.menu ol li
{
	position: relative;
	margin: 0px auto;
	padding: 0px;
	top: 15px;
	left: 5px;
	list-style-type: none;
	z-index: 5;
}

#middle div.main
{
	margin: 5px;
	z-index: 3;
}

#middle div.main div.text
{
	margin: 0px 0px 30px 10px;
	z-index: 4;
}

#middle div.bg
{
	background: url('./img/backgroundMain.gif') repeat #5da960;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 130px;
	width: 670px;
	z-index: -1;
}

#middle div.boat
{
	position: fixed;
	background: url('./img/boat.gif');
	left: 130px;
	bottom: 40px;
	width: 320px;
	height: 326px;
	z-index: -1;
}

#middle div.main div.copyright
{
	position: relative;
	margin: 5px 5px 3px 5px;
	font-size: 10px;
	width: 660px;
	vertical-align: bottom;
	z-index: 4;
}

#middle div.print
{
	width: 100%;
	font-size: 10px;
	text-align: right;
	z-index: 5;
}

/* ####### BASE LAYOUT END ############################################################## */



/* ####### PAGES START ############################################################## */

/* KONTAKTUPPGIFTER */

table.kontaktuppgifter
{
	width: 100%;
}

table.kontaktuppgifter td
{
	width: 50%;
}

/* TERAPEUT */

table.terapeut
{
	width: 100%;
}

table.terapeut th
{
	width: 33%;
}

table.terapeut td
{
	margin: 0px auto;
	padding-bottom: 5px;
}
/* ADMIN */

table.admin
{
	width: 100%;
}

span.small
{
	font-size: 10px;
	text-align: center;
}

/* LINKS */
dl.links
{
	margin: 10px 0px 0px 0px;
	font-style: normal;
}

dl.links dt
{
	margin: 0px auto;
	padding: 0px;
	font-weight: bold;
}

dl.links dd
{
	margin: 0px 0px 10px 20px;
	padding: 0px;
	font-weight: normal;
}

/* ####### PAGES END ############################################################## */





