/* Tyylit */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	background: url(../img/bg.jpg) top repeat-x #26081c;
	width: 100%;
	height:auto;
	text-align: center;
	color: #616161;
}

body.front {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	background: url(../img/bg.jpg) top repeat-x #26081c;
	width: 100%;
	height:auto;
	text-align: center;
	color: #f1f1f1;
}

img.png{
	behavior: url(js/fix/iepngfix.htc);
}

#wrapper{
	width: 960px;
	position: relative;
	top:0px;
	left:0px;
	text-align: left;
	margin: 0 auto;
	height:auto;
}

#header{
	width: 956px;
	height: 228px;
	float: left;
	clear: both;
}

#header_front{
	width: 956px;
	height: 308px;
	background: url(../img/top_bg_front.gif) no-repeat top left;
	float: left;
	clear: both;
}

.inner{
	margin-left: 40px;
	padding-top: 35px;
	color: #010101;
}

.inner div{
	margin-top: 15px;
	font-size: 21px;
}

.bg{
	width: 100%;
	height: 308px;
	background: url(../img/top_img.gif) no-repeat top right;
}

#valitse_toimipiste{
	width: 400px;
	height: 53px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	margin-top: 22px;
}

#content_wrapper {
	margin-top: 15px;
	margin-bottom: 50px;
	float: left;
	clear: both;
	width: 958px;
	line-height: 150%;
	min-height: 100px;
}

#left_wrapper{
	width: 240px;
	float: left;
}

#right_wrapper{
	margin-left: 19px;
	width: 696px;
	float: left;
}

#content_top{
	width: 696px;
	float: left;
}

#content_mid{
	width: 696px;
	float: left;
	background: url(../img/content_mid.gif) repeat-y;
	min-height: 500px;
}

#content{
	margin-left: 45px;
	margin-right: 45px;
}

#logo{
	float: left;
	width: 240px;
	height: 106px;
}

#logo img{
	margin-top: 38px;
}

p{
	margin:10px 0;
}

a, a:link, a:visited, a:active{
	color: #e60098;
	text-decoration: none;
}

/* 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{
	color: #e60098 !important;
	text-decoration: none !important;
}
.mceContentBody{
	background:transparent !important;
	text-align: left !important;
	height:auto !important;
}



a.news, a.news:link, a.news:visited {
	color:#0c6c94;
	text-decoration: none;
}

td {
	font-size: 12px;
	line-height: 150%;
}

.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.text{
	width:100%;
}

.front h1 {
	color: #ffffff;
	font-weight: 300;
	border-bottom: none;
	margin-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 20px;
	color: #3a3a3a;
	padding-bottom: 10px;
	border-bottom: 1px solid #aaaaaa;
	line-height: 110%;
}



h2 {
	font-family: Arial, sans-serif;
	font-size: 15px;
}

h3 {
	font-size: 12px;
}

h4 {
}

h5 {
}

h6 {
}


.error_message{
	color:#ab0000;
	margin:10px 0 20px 0;
}
.success_message{
	color:#368b1c;
	margin:10px 0 20px 0;
}

/* Dropdownmenu */
.menuarea{
	position:absolute;
	display:none;
	width:180px;
	border:1px solid #c3c3c3;
	background-color:white;
	padding-bottom:5px;
}

#menutable .menutop_a{
	color:#6D3A78;
	padding:0 4px;
}
#menutable .menutop{
	color:#3c3c3c;
	padding:0 4px;
}

#menutable .menusub_a{
	color:#6D3A78;
	padding:0 4px;
	font-weight:bold;
	display:block;
}
#menutable .menusub{
	color:#3c3c3c;
	padding:0 4px;
	display:block;
}

#menu_wrapper{
	float: left;
	width: 700px;
	text-align: right;
}

#menu{
	margin-top: 45px;
	float: right;
	width: 100%;
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

#menu li {
	float: left;
}

#menu li.sel {
	padding: 0;
	float: left;
	background: url(../img/menu_bg_l.gif) no-repeat left top;
}

#menu ul li a{
	font-size: 11px;
	display: block;
	height: 26px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
}

#menu ul li.sel a{
	display: block;
	font-size: 11px;
	height: 26px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	color: #282828;
	background: url(../img/menu_bg_r.gif) no-repeat right top;
}


#menu2_wrapper{
	float: right;
	width: 150px;
	text-align: left;
}

#menu2{
	margin-top: 45px;
	float: right;
	width: 150px;
}

#menu2 ul{
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

#menu2 li {
	margin-top: 5px;
}

#menu2 li.sel {
	background: url(../img/menu_bg_r.gif) no-repeat right top;
}

#menu2 ul li a{
	font-size: 11px;
	display: block;
	height: 20px;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	color: #282828;
	background: #fff;
	width: 140px;
}

#menu2 ul li.sel a{
	display: block;
	font-size: 11px;
	height: 20px;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	background: #e60098;
	width: 140px;
	
}


#footer{
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	height: 100px;
	border: 0;
	border-top: 1px solid #562e49;
	width: 100%;
	clear: both;
	color: #f1f1f1;
}

#footer .left{
	float: left;
	width: 900px;
	font-size: 11px;
}

#footer .left a{
	color: #fff !important;
}

#footer .right{
	float: right;
	width: 260px;
}

#footer .left table tr td{
	font-size: 11px;
}

#tarjous{
	margin-top: 10px;
	width: 510px;
	height: 80px;
}

#sel_toimp{
	width: 160px;
}

#ajankohtaista{
	width: 630px;
	float: left;
}

#ajankohtaista hr{
	border: 0;
	border-top: 1px solid #915f81;
	height: 0;
	margin-bottom: 20px;
}

#ajankohtaista a{
	color: #fff;
}

#asiakassivusto{
	background: url(../img/login_bg.gif) no-repeat left top;
	width: 304px;
	margin-left: 20px;
	min-height: 180px;
	float: left;
}

#asiakassivusto div{
	margin-left: 20px;
	margin-right: 20px;
}

#asiakassivusto hr{
	border: 0;
	border-top: 1px solid #aa729c;
	height: 0;
	margin: 0;
}

#asiakassivusto .kentta{
	width: 120px;
	height: 17px;
	margin-top: 10px;
}

#menu_top{
	width: 240px;
	float: left;
}

#menu_mid{
	width: 240px;
	float: left;
	background: url(../img/menu/menu_mid.gif) repeat-y;
}

#menu_mid ul{
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 0;
	list-style: none;
}

#menu_mid li{
	padding-left: 20px;
	background: url(../img/menu/arrow.gif) no-repeat top;
	background-position: 7px;
	border-bottom: 1px solid #eaeaea;
}

#menu_mid li.menu2_sub{
	background: url(../img/menu/arrow.gif) no-repeat top;
	border-bottom: 1px solid #eaeaea;
}

.menu2_sel{
	color: #911566 !important;
	padding-top: 5px;
	display: block;
}

.menu2{
	color: #4c4c4c !important;
	padding-top: 5px;
	display: block;
}

#menu_bot{
	width: 240px;
	float: left;
	margin-bottom: 35px;
}

#left_cont{
	margin-left: 13px;
	color: #f1f1f1;
	width: 227px;
	clear: both;
	font-size: 11px;
}

#left_wrapper h2{
	font-size: 20px;
	color: #ffffff;
	padding-bottom: 10px;
	border-bottom: 1px solid #995f85;
}

#left_wrapper #left_cont h2{
	font-size: 20px;
	color: #ffffff;
	padding-bottom: 10px;
	border-bottom: 1px solid #995f85;
}

#kysymys textarea{
	resize: none;
	outline: none;
	width: 210px;
	height: 86px;
	background: url(../img/kysymys_bg.gif) no-repeat top left;
	border: 0;
	padding: 10px;
}

#kysymys input.email{
	outline: none;
	width: 210px;
	margin-top: 5px;
	height: 12px;
	background: url(../img/spostikentta.gif) no-repeat top left;
	border: 0;
	padding: 10px;
}

#laheta_kysymys{
	margin-top: 15px;
}