a, a:visited, a:link

{
color: #000000;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
}

.header
{
background-image:url(bilder/bygg.jpg);
}

#container_page
{
width:999px;

}



    body {
        color: #444444;
        background-color: #EEEEEE;
        font-family: 'Trebuchet MS', sans-serif;
        font-size: 80%;
		height:99%;
    }
    h1 {}
    h2 { font-size: 1.2em; }
    #page{
        background-color: #FFFFFF;
        width: 1000px;
        margin: 24px auto;
        padding: 12px;
		height: 90%;
    }
    #header{
        padding: 6px ;
        text-align: center;
    }
    .header{ background-color: darkred; color: #fff; }
    .header_mnu	{ 
			background-color: darkred; 
			color: #FFFFFF; 
			height:25px;
			border-top: 3px #efefef solid;
			}
    .header_mnu_butt	{ 
			color: #666666; 
			border-right: 2px #efefef solid;
			width:137px;
			float: left;
			text-align: center;
			padding-top: 2px;
			font-weight: bold;
			}
    .header_mnu_butt_s	{ 
			color: #666666; 
			width:137px;
			float: left;
			text-align: center;
			padding-top: 2px;
			font-weight: bold;
			}
#content
{
	float:left;
	position:relative;
	width:800px;
    padding: 4px 0 24px 0;
	height: 600px;
}
#content_right
{
	float:left;
	position:relative;
	width:190px;
	height: 650px;
}
    #footer {
        color: #666666;
        background: #f9f9f9;
        padding: 10px 20px;
        border-top: 5px #efefef solid;
        font-size: 0.8em;
        text-align: center;
    }
    #footer a {
        color: #999999;
    }

#ramme
{
border:1px;
border-color: black;
}