/* 
airdeco.css
Toteutus: Marko Y-P - Vihtori
*/
* { margin: 0px; padding: 0px; }
body {
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 0.8em;
color: #313131;
letter-spacing: 0.08em;
background: #CEDBE7;
}
img { border: 0px; }
p { padding-bottom: 10px; }
h1, .h1otsikko {
font-size: 30px;
color: #003873;
letter-spacing: 0.06em;
font-family: "Times New Roman", times, serif;
padding-bottom: 10px;
}
h2, .h2otsikko {
font-size: 20px;
color: #3f3f3f;
font-style: italic;
letter-spacing: 0.06em;
font-family: "Times New Roman", times, serif;
padding-bottom: 10px;
margin-left: -10px;
}
h3, .h3otsikko {
font-size: 15px;
color: #3f3f3f;
font-style: italic;
letter-spacing: 0.06em;
font-family: "Times New Roman", times, serif;
padding-bottom: 10px;
padding-left: -10px;
}
#main {
margin: 0px auto;
max-width: 1000px;
background: #FFFBFF;

width:auto;
min-width:1000px; 
}
#header {
margin: 0px auto;
background: #fff;
color: #fff;
width: 1000px;
height: 200px;
text-align: center;
}
#logo {
position: relative;
top: 20px;
right: 150px;
float: right;
clear: both;
}
#logo a.logoteksti {
color: #050505;
font-size: 22px;
font-family: Arial, sans-serif;
letter-spacing: 0.25em;
text-decoration: none;
font-weight: normal;
}
#logo a.logoteksti:hover {
color: #404040;
margin: 0px; padding: 0px;
}
#mainpic {
margin: 0px auto;
padding: 100px 0px 0px 0px;
}
#content {
margin: 0px auto;
width: 900px;
background-color: #fff;
background-image: url(/kuvat/bg-content.jpg);
background-repeat: no-repeat;
}

.circle {
padding-left:10px;
text-align: left;
}

#footer {
margin: 0px auto;
width: 900px;
background: #fff;
text-align: center;
border-top: 3px solid #737173;
padding-top: 5px;
}
.footeryhteystiedot {
margin: 0px auto;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
letter-spacing: 0.03em;
color: #4C4C4C;
padding-bottom: 20px;
text-align: center;
}
.footertxt, a.footertxt {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
letter-spacing: 0.05em;
color: #757575;
text-transform: uppercase;
padding-bottom: 5px;
}
a.footertxt { color: #7575ec; }
a.footertxt:hover { color: #0000FF; }
.osiopalvelut { padding: 0px 15px; }

#content ul {
margin-left: 30px;
}
#contentleft ul {
list-style:none;
padding: 20px 0 0 0px;
}
#contentleft li {
margin-bottom: 1.2em;
}
#contentleft a:link, #contentleft a:visited {
background: url('../kuvat/alanavilista2.jpg') no-repeat 0 50% transparent;
color: #000;
padding-left: 75px;
text-decoration: none;
font-size: 14px;
font-family: arial, "lucida console", sans-serif;
letter-spacing: 0.04em;
}
#contentleft a:hover, #contentleft a:active {
background: url('../kuvat/alanavilista.jpg') no-repeat 0 50% transparent;
color: #000;
padding-left: 75px;
}


#navigointi {
   margin: 0px auto;
   float:left;
   width:100%;
   background: #A7C5DF; /*#D6D7D6 wanha */
   border-bottom:4px solid #D6D7D6;
   border-top:4px solid #D6D7D6;
   overflow:hidden;
   position:relative;
   top: 20px;
}
#navigointi ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#navigointi ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#navigointi ul li a {
   display:block;
   margin:0 10px 0 10px;
   padding:6px 20px;
   background:#7B0C10;
   
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color:#fff;
   text-decoration:none;
   line-height:1.3em;
   letter-spacing: 0.04em;
   font-size: 12px;
   text-transform: uppercase;
   font-weight: bold;
}
#navigointi ul li a:hover {
   background:#003C7B;
   color:#fff;
}
#navigointi ul li a.active,
#navigointi ul li a.active:hover {
   color:#fff;
   background:#003C7B;
   font-weight:bold;
}
#navigointi ul li a.navetusivu { background:#003C7B; }
#navigointi ul li a.navetusivu:hover { background:#CE3029; }


fieldset {
padding: 20px;
}
label {
display: block;
width: 300px;
background: #efefef;
padding: 5px;
}
input {

}
