html {height: 100%;}
html body {background: #ddd; margin: 0; text-align: center; height: 100%;}

/* Alla strukturella boxar */

#container /* boxar hela sidan och fyller med backgrunden */
{
margin: 0px;
min-height: 100%;
width: 855px;
margin-right: auto;
margin-left: auto;
background-color: #242122;
background-image: url(nystan.jpg);
background-repeat: no-repeat;
color: #fff;
text-align: left;
}

#header /* för titelbilden */
{
margin: 0px;
}

#menu
{
float: left;
width: 160px;
margin: 20px;
padding: 1em;
}

#text
{
margin-left: 240px;
margin-top: 40px;
padding: 1em;
width: 430px;
}

/* -------------------   */

p {font-family: Courier New, Courier, Helvetica, sans-serif; font-size: 0.8em;}
h4 {font-family: Courier New, Courier, Helvetica, sans-serif; font-size: 2em; margin: 20px 0px 0px 0px;}

A:link {text-decoration: none; color: #fff; font-family: Courier New, Courier, Helvetica, sans-serif; font-size: 0.9em;}
A:visited {text-decoration: none; color: #fff; font-family: Courier New, Courier, Helvetica, sans-serif; font-size: 0.9em;}
A:active {text-decoration: none; color: #fff; font-family: Courier New, Courier, Helvetica, sans-serif; font-size: 0.9em;}
A:hover {text-decoration: none; color: #ff9900;}

img
{  border-style: none;
border: 0;
}


.bild
{
	text-align: right;
margin: 10px;
background-color: #fff;
color: #999;
padding: 10px;
width: 150px;
height: 120px;
float: left;
}

.bild img
{
text-align: center;
width: 150px;
height: 100px;
border: 1px solid #999;
}

.bild2
{
margin: 50px 40px 0 40px;
background-color: #fff;
color: #999;
padding: 10px;
min-height: 200px;
text-align: center;
}

.bild2 img
{
max-width: 600px;
}

.bild2 h4
{
text-align: right;
}

.bild2 p
{
text-align: right;
}




/* MENY */

ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

li
{
padding-top: 0.8em;
}
