@charset "ISO-8859-1";

body {
background: -moz-linear-gradient(100% 100% 90deg, #AB763C, #ceb28b);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ceb28b), to(#AB763C));
background-repeat: no-repeat;
background-color: #AB763C;
font-family: "Goudy Old Style";
letter-spacing: 1pt;
color: #383024;
}

a {
text-decoration: none;
color: #383024;
}

h1 {
font-size: 28px;
padding-bottom: 5px;
}
h2 {
font-size: 23px;
padding-left: 10px;
padding-bottom: 20px;
}
h3 {
font-size: 28px;
padding-bottom: 15px;
}
h4 {
font-size: 20px;
font-weight: bold;
padding-left: 15px;
padding-bottom: 5px;
}
p.mainText {
padding-left: 20px;
}
.miniText {
font-size: 16px;
padding-left: 35px;
}
.infoText {
padding-left: 30px;
}
ul.palvelut {
padding-left: 25px;
padding-bottom: 15px;
list-style-type: circle;
}
a.map {
font-size: 12px;
}
a.fb {
text-decoration: underline;
}

.main {
background-color: #ceb28b;
margin: 0px auto 0px auto;
padding: 0;
text-align: left;
width: 770px;
height: auto;
overflow: visible;

border-left: 2px solid #7F653B;
border-right: 2px solid #7F653B;
border-bottom: 2px solid #7F653B;
}

.header {
background-image: url("header.png");
height: 350px;
font-size: 75px;
border-bottom: 1px solid #7F653B;
}

.content {
height: 590px;
font-size: 1.2em;
}

.content_contact {
height: 800px;
font-size: 1.2em;
}

.img_etu {
position: relative;
}

.nav {
margin: 0px 0px 0px 0px;
width: 218px;
float: left;
overflow: visible;
border-right: 0px solid #7F653B;
}

.nav ul li {
background-color: #ceb28b;
font-size: 20px;
list-style-type: none;
border-bottom: 1px solid #7F653B;
}

.nav ul li a {
width: 220px;
padding: 7px;
border-left: 0px solid #1B1812;
-webkit-transition: border .4s ease-out;
-moz-transition: border .4s ease-out;
display: block;
}
.nav ul li a:hover {
color: #1B1812;
font-weight: bold;
border-left: 35px solid #7F653B;
}

.selected a {
font-weight: bold;
color: #1B1812;
}

.content_galleria {
color: #1B1812;
height: auto;
width: 500px;
padding: 25px;
float: right;
overflow: hidden;
}

.text {
color: #1B1812;
height: auto;
width: 500px;
padding: 25px;
float: right;
overflow: hidden;
}

.footer {
margin: 5px auto 0px auto;
text-align: center;
overflow: visible;
width: 770px;
height: 100px;
}

.footerMap:hover {
text-decoration: underline;
}

.design {
font-size: 6px;
font-family: Verdana;
}