/*
 * File: style.screen.css
 * $Id: style.screen.css,v 1.6 2007/01/15 15:26:45 johan Exp $
 *
 * Cascading Stylesheet for Parkinsonforbundet.
 *
 */

/*
 * Document Root and Body Elements
 */
html {
	width: 100%;
	height: 100.05%; /* allways show vertical scrollbar in firefox too */
	margin: 0;
	padding: 0;
}
body {
/*	margin: 10px;*/
	margin: 0;
	border: none;
	padding: 0;
	width: 100%;
	color: #fff;
	background-color: #7F9EB7;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	
	font-size: x-small; * for IE5/Win *
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; * for compliant browsers *
*/
}
html>body { /* be nice to Opera */
	/*font-size: small;*/
	font-size: 12px;
}

/*
 * Positioning Areas
 */
div#top-area {
	margin: 0;
	/*border: none;*/
	/*border-bottom: 1px solid #7F9EB7;*/
	padding: 0;
	color: #7F9EB7;
	background-color: #fff;
}
div#left-area {
	float: left;
	border: none;
	width: 25%;
	color: #333;;
/*	background-color: #963;*/
	background-color: #fff;
}
div#mid-area {
	float: left;
	margin-top: 20px;
/*	padding: 6px 0 0 6px;*/
	width: 67%;
	color: #333;;
	background-color: #fff;
}
div#right-area {
	float: right;
	margin-top: 20px;
	width: 33%;
	color: #333;;
/*	background-color: #960;*/
	background-color: #fff;
}
div#bottom-area {
	clear: both;
	color: #333;;
/*	background-color: #FC9;*/
	background-color: #fff;
}

/*
 * Wrappers
 */
div#wrap-outer {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	color: #333;
	background-color: #fff;
	text-align: left;
}
div#wrap {
	max-width: 1200px;
	background: url(threecol-right.gif) repeat-y 70% 0;
}
div#wrap-inner {
	background: url(threecol-left.gif) repeat-y 28% 0;
}
div#wrap-mid {
	float: right;
	border-left: 2px solid #7F9EB7;
	padding-left: 6px;
	width: 74%; /* gives 592px (600px-8px) if 100% width is 800px */
}

/*
 * Conceptual Areas
 */
div#menu1 {
	float: none;
	clear: both;
	width: 100%;
	border: none;
	color: #fff;
	background-color: #24476D;
}
div#menu1 ul {
	float: left;
	list-style: none;
	margin: 0;
	border: none;
	padding: 0;
	width: 100%;
	color: #fff;
	background-color: #24476D;
	font-size: 12px;
	font-weight: normal;
}
div#menu1 ul li {
	float: left;
	margin: 0;
/*	border: none;*/
	border-bottom: 1px solid #7F9EB7;
	padding: 0;
}
div#menu1 ul li a {
	float: left;
	display: block;
	margin: 0;
	border-left: 1px solid #7F9EB7;
	padding-top: 3px;
	padding-bottom: 0;
	width: 88px;
	height: 33px;
	color: #fff;
	background-image: url(img.menu1.gif);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #24476D;
	text-align: center;
}
div#menu1 ul li#menu1-0 a {
	border-left: none;
}
div#header {
	float: left;
	clear: both;
	margin: 0;
	border-top: none;
	border-right: none;
/*	border-bottom: 2px solid #7F9EB7;*/
	border-left: none;
	padding: 0;
	color: #333;
	background-color: #fff;
}
div#header a {
	margin: 0;
	border: none;
	padding: 0;
	text-decoration: none;
}
div#header a img {
	margin: 0;
	border: none;
	padding: 0;
}
div#content {
	padding-left: 12px; 
	padding-right: 48px;
	color: #333;
	background-color: #fff;
	line-height: 150%;
}
div#content dl {
/*	border-top: none;*/
	border-right: 1px solid #072F67;
	border-bottom: 1px solid #072F67;
	border-left: 1px solid #072F67;
/*	border: 1px solid #072F67;*/
/*	float: left;*/
/*	clear: both;*/
/*	width: 200px;*/
	line-height: 150%;
}
div#content dl dt {
/*	clear: left;*/
/*	float: left;*/
/*	margin: 0;*/
	border-top: 2px solid #072F67;
	border-bottom: 1px solid #7F9EB7;
	padding: 0 0 0 3px;
/*	width: 194px;*/
/*	width: 10em;*/
	color: #072F67;
	background-color: #fff;
	font-weight: bold;
}
div#content dl dt.top {
	border-top: 1px solid #072F67;
}
div#content dl dt a {
	color: #7F9EB7;
	background-color: #fff;
}
div#content dl dt a:link {
	color: #7F9EB7;
	background-color: #fff;
}
div#content dl dt a:visited {
	color: #7F9EB7;
	background-color: #fff;
}
div#content dl dt a:hover {
	color: #f93;
	background-color: #fff;
}
div#content dl dt a:active {
	color: #f93; /* #69c; */
	background-color: #fff;
}
div#content dl dd {
/*	float: left;*/
/*	margin-left: 10em;*/
/*	border-bottom: 1px solid #072F67;*/
/*	padding: 0 0 0 24px;*/
/*	width: 176px;*/
}
div#content table {
	clear: left;
	margin: 6px 0;
	border-collapse: collapse;
	border: 1px solid #072F67;
	color: #333;
	background-color: #fff;
	font-size: 100%;
	text-align: left;
}
div#content table tr th {
	border: 1px solid #072F67;
	padding: 3px;
	color: #072F67;
	background-color: #fff;
}
div#content table tr td {
	border: 1px solid #072F67;
	padding: 3px;
}
div#content table tr td.top {
	border-top: 1px solid #072F67;
	padding: 3px;
}
div#content table tr th.top {
	border-top: 1px solid #072F67;
	border-right: 2px solid #7F9EB7;
	color: #072F67;
	background-color: #fff;
	padding: 3px;
}
div#content table tr td.col1 {
	border-right: 2px solid #7F9EB7;
}
div#content table.no-border {
	clear: left;
	margin: 6px 0;
/*	border-collapse: collapse;*/
	border: none;
	color: #333;
	background-color: #fff;
	font-size: 100%;
	text-align: left;
}
div#content table.no-border tr th {
	border: none;
	padding: 3px;
	color: #072F67;
	background-color: #fff;
}
div#content table.no-border tr td {
	border: none;
	padding: 3px;
}
div#content table.no-border tr td.top {
	border-top: 1px solid #072F67;
	padding: 3px;
}
div#content table.no-border tr th.top {
	border-top: 1px solid #072F67;
	color: #072F67;
	background-color: #fff;
	padding: 3px;
}
div#content table.no-border tr th.func {
	border: none;
	padding: 3px 6px 3px 0;
	color: #072F67;
	background-color: #fff;
	font-weight: normal;
}
div#content table.no-border tr td.func {
	border: none;
	padding: 3px;
	color: #072F67;
	background-color: #fff;
	font-weight: normal;
}
div#content table tr td.func {
	border-right: 2px solid #7F9EB7;
	padding: 3px;
	color: #072F67;
	background-color: #fff;
}
div#content ul {
	clear: left;
	display: block;
	list-style: none;
	margin: 0;
	border: none;
	padding: 3px 0 0 0;
}
div#content ul li {
	margin: 6px 0;
	padding: 0;
}
div#content ul li a {
	text-decoration: none;
	font-weight: bold;
}



div#content * {
	clear: left;
}
/*
div#content h2 {
	clear: left;
}
div#content h3 {
	clear: left;
}
div#content a {
	clear: left;
}
/*
/*
 sidebar
*/
div#sidebar {
	color: #333;
	background-color: #fff;
}
div#sidebar img {
	clear: both;
	float: left;
	margin-bottom: 16px;
}
div#sidebar a img {
	float: left;
	clear: both;
	margin-bottom: 16px;
}
div#menu2 {
	margin: 0;
	border: 0;
	padding: 6px 0 0 10px;
	width: 180px;
	color: #333;
	background-color: #fff;
}
div#menu2 ul {
	display: block;
	list-style: none;
	margin: 0;
	border: none;
	padding: 3px 0 0 0;
}
div#menu2 ul li {
	margin: 6px 0;
	padding: 0;
}
div#menu2 ul li a {
	text-decoration: none;
	font-weight: bold;
}

div#menu3 {
/*	clear: right;*/
	width: 100%;
	margin: 0;
	border: none;
/*	padding: 0 0 0 6px;*/
	padding: 0;
	color: #333;
	background-color: #24476D;
	font-size: 12px;
	font-weight: normal;
}
div#menu3 ul {
	float: left;
	clear: left;
	list-style: none;
	margin: 0;
	border: none;
/*	padding: 10px 0 0 46px;*/
	padding: 0;
	color: #333;
	background-color: #24476D;
}
div#menu3 ul li {
	float: left;
	margin: 0;
	border: none;
	padding: 0;
}
div#menu3 ul li a {
	float: left;
	display: block;
	margin: 0;
/*	border: none;*/
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #7F9EB7;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
/*	width: 148px;*/
	width: 146px;
	height: 20px;
	color: #fff;
	background-color: #24476D;
	background-image: url(img.menu1.gif);
	background-position: top left;
	background-repeat: repeat-y;
	text-align: center;
}

div#footer {
/*	background-color: #fc3;*/
	color: #fff;
	background-color: #7F9EB7;
}


/********************
 * Elements
 *******************/
h1, h2, h3 {color: #072F67; background-color: #fff;}
h1 {font-size: 300%; text-align: left;}
h2 {font-size: 130%;}
h3 {font-size: 100%;}

a {text-decoration: none;}
a img {border: none;}
a:link {
	color: #7F9EB7;
	background-color: #fff;
}
a:visited {
	color: #7F9EB7;
	background-color: #fff;
}
a:hover {
	color: #f93;
	background-color: #fff;
}
a:active {
	color: #f93; /* #69c; */
	background-color: #fff;
}
p {
	text-align: left;
}
p.left-floater {
	float: left;
}

p.right-floater {
	float: right;
}
p.clear-floats {
	clear: both;
}

p.ingres {
	font-weight: bold;
}
li {
	font-size: 90%;
}

hr {
	display: none;
	clear: both;
}
hr.separator {
	display: inline;
	clear: both;
}

form {
	font-size: 90%;
}

form div.form-entry {
/*	border: 1px solid #990099;*/
	display: block;
}

form div hr {
	display: none;
}

form div label {
	width: 120px;
	float: left;
	clear: left;
}

form div input {

}

form div input.checkbox {
	clear: right;
}

form div input.submit {
	float: right;
}
/*
div.form-entry span {
	text-align: left;
	background-color: Gray;
	color: Lime;
}
*/
form div textarea {
	width: auto;
}

address {
	text-align: center;
	font-size: 90%;
}

















