@charset "utf-8";
html, body {
	height: 100%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #d6d1cc;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;;
}

a {
	color: #5CA550;
	padding: 2px;
}
a:hover {
	color: #5CA550;
	text-decoration: none;
}

#content {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 100%;
}


#bgleft {
	width: 31px;
	float: left;
	height: 100%;
	background-image: url(../images/bgleft.jpg);
	background-repeat: no-repeat;
}

#pagecenter {
	width: 738px;
	float: left;
	background-color: #FFFFFF;
	display: block;
	height: 100%;
}

#bgright {
	width: 31px;
	float: left;
	height: 100%;
	background-image: url(../images/bgright.jpg);
	background-repeat: no-repeat;
}

#menu
{
	height: 38px;
	display: block;
}
#menu ul
{
	margin: 0px;
	padding: 0px;
	margin-left: 25px;
}
#menu li
{
	display: inline-block;
	float: left;
	list-style-type: none;
	font-size: 16px;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	border-left: 1px solid #cccccc;
}
#menu li:first-child {
	border-left: none;
	padding-left: 0px;
}
#menu li a
{
	display: inline-block;
	text-decoration: none;
	color: #77944f;
	padding-bottom: 10px;
}

#menu li a:hover
{
	border-bottom: 5px solid #507144;
	margin-top: 0px;
}

#menu li.active a
{
	border-bottom: 5px solid #507144;
	margin-top: 0px;
}


#frontpageimage {
	background-image: url(../images/psykolog_front.jpg);
	background-repeat: no-repeat;
	height: 260px;
}

#frontpageimage .text{
	float: right;
	display: block;
	width: 350px;
	color: #FFFFFF;
	font-size: 14px;
	padding: 10px;
	margin-top: 30px;
}

.hotspots {
	margin-left: 28px;
	margin-top: 10px;

}

.hotspots .hotspot {
	display: block;
	width: 350px;
	float: left;
}
.hotspots .hotspot{
	color: #8a8a8a;
	font-size: 14px;
}
.hotspots .hotspot h4 {
	color: #5a7732;
	font-weight: normal;
	font-size: 18px;
	margin: 0px;
}
.hotspots .hotspot a {
	color: #5a7732;
}

#greenline {
	background-color: #527344;
	height: 40px;

}

.article {
	color: #8a8a8a;
	padding: 25px;
	background-color: #FFFFFF;
	font-size: 14px;
}



.article h2 {
	color: #5a7732;
	font-weight: normal;
	font-size: 22px;
	margin: 0px;
}

.article .contentheading {
	color: #5a7732;
	font-weight: normal;
	font-size: 32px;
	margin: 0px;
}

.article img {
	float: right;
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 20px;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

