@charset "UTF-8";


/* Määritellään oletusmarginaalit ja fontit
*/
* {
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border: 0px;
	font-size: mediun;
	line-height: 1.2em;
}

body {
	background-color: #000;
	background-attachment: scroll;
	background-image: url(kuvat/eevan_tausta.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

h1 {
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	font-size: 26px;
	font-style: normal;
	color: #a2753e;
	font-weight: 300;

}
h2 {
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: 300;
	color: #a2753e;
}
h3 {
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	color: #a2753e;
	line-height: 1.5em;
}

.musta h3 {
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	color: #fff;
	line-height: 1.5em;
}



#wrapper {
	width: 900px;
	background-color: #fff;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 20px;
    -webkit-radius: 8px;
    border-radius: 8px;
}


#wrapper #main .musta {
	background-color: #cb107a;
	display: block;
	float: left;
	width: 900px;

}

#wrapper #main .valkoinen {
	background-color: #ffffff;
	display: block;
	float: left;
	width: 900px;
}
#wrapper #main .musta p {
	font-size: medium;
	color: #fff;
	line-height: 1.5em;
}

#wrapper #main .valkoinen p {
	font-size: medium;
	color: #000;
	line-height: 1.3em;
}


.teksti {
	float: left;
	width: 390px;
	margin-top: 30px;
	margin-left: 40px;
}



.kuva {
	display: block;
	float: left;
	width: 390px;
	margin-top: 0px;
	margin-left: 40px;
	margin-bottom: 15px;
}

#wrapper #footer {
	display: block;
	float: left;
	height: 35px;
	width: 900px;
	background-color: #c20964;
	margin-top: 15px;
	-moz-border-radius: 20px;
    -webkit-radius: 8px;
    border-radius: 8px;
}

#wrapper #footer p {
	font-size: medium;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #fff;
}

#wrapper #main .valkoinen .teksti .aloitus {
	font-weight: 300;
}
#wrapper #main .valkoinen .teksti p a {
	text-decoration: underline;
}

#wrapper #main .valkoinen .teksti p a:hover {
	text-decoration: none;
}

.musta .teksti ul {
	color: #FFF;
	list-style-position: inside;
	list-style-type: disc;
}
#wrapper #header h2 {
	color: #d71c86;
	text-align: center;
	font-size: 30px;
}
