/*
Tumma violetti: #4a1341
Vaalea violetti: #a5779d
Tumma harmaa: #4c4c4c
Vaalea harmaa: #dcdbdc
Tausta: #d6d5d6
*/

* {
border: 0px;
margin: 0px;
padding: 0px;
color: #4c4c4c;
font-size: 11px;
font-weight: normal;
font-family: "Helvetica", "Arial", sans-serif;
}

body {
background-color: #d6d5d6;
}

#wrapper {
width: 900px;
background: #ffffff url('img/bg.jpg') repeat-y scroll top center;
position: absolute;
left: 50%;
margin-left: -500px;
padding: 0px 50px 0px 50px;
}

.clear {
clear: both;
}

/* TEXT */

h1 {
color: #4a1341;
font-size: 160%;
text-transform: uppercase;
margin-bottom: 1em;
}

h2 {
color: #4a1341;
font-size: 110%;
text-transform: uppercase;
font-weight: bold;
margin-bottom: 1em;
}

h3 {
color: #a5779d;
font-weight: bold;
}

h4 {
color: #4c4c4c;
font-weight: bold;
text-transform: uppercase;
}

p {
margin-bottom: 1em;
line-height: 1.4em;
font-size: 1.1em;
}

p.red {
color: #ff0000;
}

a {
color: #a5779d;
}

a:hover {
color: #4a1341;
}

a:visited {
text-decoration: none;
}

ul {
margin-bottom: 1em;
list-style-position: inside;
marker-offset: -15px;
}

ul li {
font-size: 1.1em;
line-height: 1.4em;
}

span.p {
font-size: 12px;
color: #4c4c4c;
text-transform: lowercase;
display: block;
}

/* MENU */

#menu {
width: 625px;
margin-left: 270px;
margin-bottom: 25px;
}

#menu a {
text-decoration: none;
color: #4a1341;
font-size: 12px;
padding: 0px 5px 0px 5px;
}

#menu a:hover {
color: #a5779d;
}

/* CONTENT */

#content {
padding-bottom: 400px;
}

#contentleft {
float: left;
width: 225px;
text-align: right;
}

#contentcenter {
float: left;
width: 400px;
margin-left: 50px;
}

#contentright {
float: left;
width: 200px;
margin-left: 25px;
}

#contentright img {
margin-bottom: 15px;
}

/* FOOTER */

#footer {
width: 900px;
height: 175px;
background-color: #dcdbdc;
position: fixed;
bottom: 0px;
}

#footer p {
font-size: 1em;
}

#footerleft {
height: 125px;
width: 225px;
text-align: right;
float: left;
margin-top: 25px;
}

#footerright {
width: 400px;
border-left: 1px solid #c7c6c7;
height: 125px;
margin-top: 25px;
padding-left: 25px;
margin-left: 250px;
}

#wasenius {
position: absolute;
right: 10px;
bottom: 10px;
}

#wasenius a {
color: #4c4c4c;
font-size: 9px;
text-decoration: none;
text-transform: uppercase;
}

#wasenius a:hover {
color: #747474;
}

/* LOMAKE */

form input {
border: 1px solid #e0d1de;
width: 250px;
}

form input:hover {
background-color: #fbfbfb;
}

input#submit {
padding: 3px;
width: 8em;
border: none;
cursor: pointer;
}

input#submit:hover {
background-color: #dcdbdc;
}

form textarea {
width: 400px;
height: 150px;
border: 1px solid #e0d1de;
}

form textarea:hover {
background-color: #fbfbfb;
}

#contentcenter table {
width: 400px;
margin-bottom: 1em;
}

table td {
height: 1.6em;
}

table td + td {
text-align: right;
}

#intro {
background-color: #4a0f41;
height: 100%;
width: 100%;
position: absolute;
z-index: 1000;
display: none;
}

#logo {
position: absolute;
left: -300px;
top: 50%;
margin-top: -150px;
}