/* Yläotsikko */
div.otsikko {
    clear: both;
    display: block;
    
    position: relative;
    padding: 0;
    background-color: white;
    border: 1px solid #25754F;
    border-bottom: 0;
}

div.otsikko h1 {
    font-variant: normal;
    font-weight: lighter;
    margin: 0px;
}

div.otsikko ul {
    list-style: none;
    margin: 0px;
    padding: 0.2em;
}

div.otsikko a{
    color: #133c29;
    background-image: url('more.png');
    background-position: left;
    background-repeat: no-repeat;
    text-decoration: none;
    padding: 0.2em;
    padding-right: 0;
    padding-left: 10px;
    padding-top: 0;
}

div.otsikko a:visited {
    color: #133c29;
}

div.otsikko a:hover {
    color: #25754F;
    border-bottom: none;
    margin: 0;
    text-decoration: none;
}

div.otsikko li {
    color: #133c29;
    display: inline;
    list-style: none;
    margin-left: 0.5em;
    padding: 0 0.1em 0 0.1em;
    font: bold medium sans-serif;

}

div.otsikko .active {
    background-image: url('open.png');
    background-position: left;
    background-repeat: no-repeat;
    text-decoration: none;
    padding: 0.2em;
    padding-right: 0;
    padding-left: 10px;
    padding-top: 0;
}



.yhteys {
    float: right;
    margin-top: 0.5em;
    margin-right: 0.5em;
}

.logo {
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    width: 457px;
    height: 200px;
    margin-bottom: -120px;
    background-color: #A6B9C9;
    background-image: url(ta-logo.png);
}

/* Muuta */
.everything {
    margin: 0 auto 0 auto;
    padding: 0;
    width: 1000px;
}

.at {
    text: "asdf";
}

body {
    margin: 0;
    background-color: #A6B9C9;
    font-size: 14px;
    font-family: "Bitstream Vera Sans", "Helvetica", "Arial", sans-serif;
    background-image: url(sky.png);
    background-repeat: repeat-x;
}

div.mainarea {
    background-color: #eae2d7;
    background-image: url(concrete.jpg);
    border: 1px solid #b4b1af;
    margin-left: 88px;
    margin-right: 0;
    background-position: bottom left;
}

div.right {
    margin-left: 200px;
    padding: 0px;
    background-color: white;
    border: 1px solid #25754F;
    position: relative;
    background-image: url(coffee.png);
    background-repeat: no-repeat;
    background-position: top right;

}

div.content {
    padding: 15px;
}

div.alternative_formats {
    float: right;
    margin-top: 10px;
}

div.footer {
    clear: both;
    padding: 5px;
    
    font-size: 15px;
    color: #858281;
    background-color: #b4b1af;
}


/* Valikko */

div.menu {
    float: left;
    font-size: 15px;
    font-family: "Helvetica";
    
    padding: 5px;
    padding-bottom: 136px;
    margin: 0px;
    
    width: 189px;

    overflow: none;
    background-color: white;
    border: 1px solid #25754F;
    background-image: url(ta-toimii-s.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}
div.menu h2.menutitle {
    text-align: center;
    font-size: 20px;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    border-bottom: 1px solid #25754F;
}
div.menu h2.menutitle a {
    margin-left: 0;
}

div.menu h3 {
    font-size: 17px;
}

div.menu hr {
    border: none;
    border-bottom: 1px solid #25754F;
}

div.menu ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

div.menu li {
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
}

div.menu ul ul {
    margin-left: 15px;
}

div.menu ul ul li {
    margin-bottom: 0px;
}

div.menu .active {
    background-image: url('open.png');
    background-position: left;
    background-repeat: no-repeat;
    margin-left: -2px;
    padding-left: 12px;
}

div.menu .submenu {
    background-image: url('more.png');
    background-position: left;
    background-repeat: no-repeat;
    margin-left: -2px;
    padding-left: 12px;
}

div.menu a.external {
    background-image: url('link.png');
    background-position: left;
    background-repeat: no-repeat;
    margin-left: -2px;
    padding-left: 12px;
}

.currentpageitem {
    color: #444;
}

div.menu a, div.menu span {
    margin-left: 10px;
}

div.menu a span.currentpageitem {
    margin-left: 0px;
}

div.menu h3{
    margin-top: 10px;
    margin-bottom: 0px;
}

div.menu a, div.menu a:visited, div.contentmenu a, div.contentmenu a:visited {
    color: #133c29;
}

div.menu a, div.menu a:visited {
    text-decoration: none;
}

div.menu a:hover, div.contentmenu a:hover {
    color: #25754F;
}

div.toplistitems {
    margin-left: 2em;
    margin-bottom: 0.5em;
}

li.spacebefore {
    margin-top: 0.5em;
}

/* contentmenu */

div.contentmenu {
    margin: 0px;
    padding: 5px;
    padding-left: 15px;
    
}

