/* bergvalla.fi stylesheet 10.3.2009 */

            html, body {
                margin: 0;
                padding: 0;
            }

            body {
                background-image: url("background.jpg");
            }

            a {
                text-decoration: none;
                color: #114d90;
            }

            h1 {
                margin: 0;
            }

            #container {
                margin-top: 25px;
                margin-left: auto;
                margin-right: auto;
                margin-bottom: 25px;
                width: 1000px;
                border: 2px solid #000000;
            }

            #title {
                display: none;
            }

            #header {
                width: 100%;
                height: 200px;
                background-image: url("header.jpg");
                border-bottom: 2px solid #000000;
            }

	#menucontainer {
		width: 100%;
		height: 30px;
		margin: 0;
		padding: 0;
		background-image: url("menu.png");
		background-position: top;
		border-bottom: 2px solid #000000;
	}

	#menu {
		width: 708px;
		height: 30px;
		margin: 0;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
		text-align: center;
	}

	ul#menu {
		list-style-type: none;
	}

	ul#menu li {
		display: inline;
	}

	ul#menu li a {
		float:left;
		width: 175px;
		height: 30px;
		background-image: url("menu.png");
		background-position: top;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
		line-height: 30px;
		color: #ffffff;
	}

	ul#menu li a:hover {
		background-position: bottom;
	}

	ul#menu li a.activebutton {
		background-position: bottom;
	}

            #bodycontainer {
                width: 100%;
                background-color: #ffffff;
            }

            #bodycontent {
                padding-top: 25px;
                padding-bottom: 25px;
                padding-left: 50px;
                padding-right: 350px;
                min-height: 300px;
            }

	h2 {
		margin-bottom: 25px;
	}

            #footer_left {
                float: left;
                margin-left: 15px;
                margin-bottom: 10px;
                color: #114d90;
                font-size: 13px;
            }

            #footer_right {
                float: right;
                margin-right: 15px;
                margin-bottom: 10px;
                color: #114d90;
                font-size: 13px;
            }

            #footer {
                clear: both;
            }
