body {
	color:#333333;
	background-color:#FFFFFF;
	font: 12px/18px Arial;
	width:986px;
}

h1 {
	font-size: 40px;
	color: #23C9FF;
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: 30px;
}

h2 {
	font-size: 28px;
	color: #434343;
	text-transform: uppercase;
	font-weight: 400;
}

h3 {
	font-size: 20px;
	color: #23C9FF;
	text-transform: uppercase;
	font-weight: 400;
}

#kotisivut_yritykselle h1,
#kotisivut_yritykselle h2 {
	color: #fff;
	margin-bottom: 16px;
}
#kotisivut_yritykselle a {
	color: #fff;
	text-decoration: underline;
}
#kotisivut_yritykselle a:hover {
	text-decoration: none;
}

#referenssit h2 {
	margin-bottom: 35px;	
}

#yhteystiedot h1 {
	margin-bottom: 15px;
}

#yhteystiedot h2 {
	margin-bottom: 30px;
}

.cols {
	
}

.cols .col {
	width: 29%;
	padding-left: 6%;
	float: left;
}

.cols .col:first-child {
	padding-left: 0;
}

.cols .clear {
	clear: both;
}

address {
	text-decoration: none;	
	font-style: normal;
	font-size: 12px;
}

input[type=text] {
	background-color: #fff;
	border-radius: 5px;
	width: 269px; /* 289 */
	height: 15px; /*  35 */
	border: 1px solid #bbb;
	padding: 8px;
	margin-bottom: 10px;
}
select.text {   
	background: transparent;
    background-color: #FFFFFF;
    border: 1px solid #BBBBBB;
    border-radius: 5px 5px 5px 5px;	
	padding: 8px;
	width: 289px; /* 289 */
}
select.text option {
	padding: 2px;
}

textarea {
	background-color: #fff;
	border-radius: 5px;
	width: 269px; /* 289 */
	height: 79px; /*  99 */
	border: 1px solid #bbb;
	padding: 10px;
	margin-bottom: 10px;
}

#yhteystiedot a {
	color: #000;
	text-decoration: none;
}
#yhteystiedot a:hover {
	text-decoration: underline;
}
#yhteystiedot ul a {
	color: #fff;
	text-decoration: none;
}
#yhteystiedot ul a:hover {
	text-decoration: underline;
}
#yhteystiedot a.readmore {
	color: #fff;
}
#yhteystiedot a.readmore:hover {
	text-decoration: none !important;
}
