/* Tyylit */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;

}

p{
	margin:10px 0;
}

a, a:link, a:visited, a:active{
	font-family: arial;
	color: #349377;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Tällä pakotetaan editorin sisällön linkit oikean näköisiksi
   Eli yleensä sama tyyli kuin tuossa yllä a-elementille, mutta jokaisen perään !important */
.mceContentBody a,.mceContentBody a:link, .mceContentBody a:visited{
	font-family: arial !important;
	color: #349377 !important;
	text-decoration: none !important;
}
.mceContentBody{
	background:transparent !important;
}



a.news, a.news:link, a.news:visited {
	color:#0c6c94;
	text-decoration: none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text{
	width:100%;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 16px;
	color: #25b292;
	margin-top:0;
	padding-top:0;
	margin-bottom: 3px;
	padding-bottom: 0px;
}

h2 {
	font-size: 14px;
	color: #2bbb9d;
}

h2.stylish {
	background:url(../img/heading_bg_green.jpg) no-repeat;
	height: 38px;
	padding: 11px 0px 0px 20px;
	margin:0px;
	color:#fff;
}

h3 {
	font-size: 12px;
	color: #25b292;
}

h4 {
	color: #458AD7;
}

h5 {
	color: #458AD7;
}

h6 {
	color: #458AD7;
}


.error_message{
	color:#ab0000;
	margin:10px 0 20px 0;
}
.success_message{
	color:#368b1c;
	margin:10px 0 20px 0;
}

img {
	border: 0px;
}

/* RAKENNE */
#wrapper {
	background: #fff url(../img/bg.jpg) repeat-x top center;
	padding-top: 20px;
}

#frame {
	width: 956px;
	text-align:left;
}
#frame-top {
	background: #fff url(../img/frame_top.jpg) no-repeat top center;
	height: 10px;
}

#container {
	background-color:#fff;
}

#menu {
	height:38px;
	margin: 20px 0px;
	background: url(../img/menu_bg.jpg) repeat-x;
	position:relative;
	z-index: 10;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
	/* Päämenu */
	#menu ul {
		padding: 0px;
		margin: 0px;
		list-style: none;
		height: 38px;
	}

	#menu ul li, #menu ul li.active {
		float:left;
		list-style-type: none;
		height: 38px;
		padding: 0px 12px;
	}

	#menu ul li.active {
		background: url(../img/menu_bg_a.jpg);
	}
	#menu ul li.active-rounded {
		background: url(../img/menu_bg_a.jpg);
		-webkit-border-radius: 6px !important;
		-moz-border-radius: 6px !important;
	}

	#menu ul li.ident {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		float: left;
		width:1px;
		height: 38px;
		background: url(../img/menu_ident.jpg) no-repeat top center;
	}

	#menu ul li a.level-1, #menu ul li a.level-1:link, #menu ul li a.level-1:active, #menu ul li a.level-1:visited {
		text-decoration:none; 
		color:#ffffff; 
		font-weight:bold; 
		display:block; 
		color:#fff;
		padding-top: 11px;
	}
	#menu ul li.active a.level-1 {
		text-decoration:none; 
		color:#ffffff; 
		font-weight:bold; 
		display:block; 
		color:#fff;
		padding-top: 11px;
	}

#container-inner {
	width: 900px;
	margin-left: 30px;
}

#header-left {
	width:212px;
	float:left;
	margin-right: 20px;
}

#header-right {
	width:656px;
	height: 190px;
	float:right;
	background:url(../img/maintop.jpg) no-repeat top center;
}

#left-column {
	width:205px; 
	border-top:1px #c2c2c2 solid; 
	background:url(../img/blurredline.gif) right bottom no-repeat;
	margin-right: 30px;
	float:left;
}

#main-column {
	width:663px;
	float:right;
}

#footer {
	background: url(../img/frame_bottom.jpg) repeat-y; 
	height: 50px; 
	padding: 13px 0px 5px 20px; 
	color: #ffffff;
}

/* Dropdownmenu */
.menuarea{
	position:absolute;
	display:none;
	/*min-width: 400px;
	width: auto !important;
	width: 400px;*/
	width: 400px;
	border:1px solid #d0d0d0;
	border-top:0px;
	background-color:#f9f9f9;
	padding:10px 20px;
	text-align:left;
	margin: 12px 0px 0px -15px;
	z-index: 1000;
}

.menuarea .node-holder, .menuarea .node-holder-right {
	float:left;
	padding: 0px 20px 15px 0px;
	text-align:left;
}
.menuarea .node-holder-right {
	margin: 0px 0px 15px 0px;
}

.menuarea a, .menuarea a:active, .menuarea a:visited {
	padding-left: 10px;
	background: url(../img/menu_pointer.jpg) no-repeat 0% 30%;
	display:block;
	color:#393939 !important;
	text-decoration:none !important;
	line-height: 18px;
}
.menuarea a:hover {
	color:#2abb9c !important;
}

a.menusub_main, a.menusub_main:active, a.menusub_main:visited, a.menusub_main_a, a.menusub_main_a:visited, a.menusub_main_a:active  {
	font-size:13px;
	font-weight:bold;
	color:#393939;
	padding-bottom: 10px;
}

.menuarea .menusub_a{
	color:#6D3A78;
	font-weight:bold;
}
.menuarea .menusub{
	color:#3c3c3c;
}

#main{
	line-height: 140%;
}

ul{ 
	list-style-image: url(../img/li.gif);
	padding: 0px;
	padding-left: 18px;
	margin: 0px;
}
	
li{
	padding: 0px;
	margin: 0px;
	margin-bottom: 4px;
}




#klinikka{
	background: url(../img/klinikkakierros.jpg) top left no-repeat;
	width: 575px;
	height: 600px;
	position: relative;
}

a.mainnode, a.mainnode:link,a.mainnode:visited, a.mainnode:active {
	text-decoration:none; 
	color:#ffffff; 
	font-weight:bold; 
	display:block; 
	line-height:32px;
	color:#fff;
}
.menulink a.mainnode:hover{
	background: #36d0af;
}

/*.menuTd a{
	padding-left: 30px;
}*/

.menuTd a:hover{
	background: #ffcd91;
}

.clearfix {
	height:1px !important;
	clear:both;
	border: 0px;
	padding: 0px;
	line-height: 1px;
	margin: 0px;
}

.popup {
	width:759px;
}
.popup_top {
	height:15px;
	width:759px;
	background: transparent url(../img/popup_top.png) no-repeat top center;
}
.popup_content {
	background-color: #fff;
}
.popup_bottom {
	height:15px;
	width:759px;
	background: transparent url(../img/popup_bottom.png) no-repeat top center;
}

.revolver_topic{
	display:block;
	position:absolute;
	height:100%;
}

table.border {
	width: 95%;
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
}
table.border td {
	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	padding:2px;
}

.sloganbox {
	background-color:#f89e26; 
	color:#000; 
	padding: 8px; 
	font-weight:bold;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	position:static;
}

.frontpage-newslist table {
	margin-top: 5px;
}
.frontpage-newslist table td {
	padding: 2px;
}

