body {
background:#000000;
background-image:url(images/background.jpg);
background-repeat: no-repeat;
color:#FFFFFF;
}

h1, h2, h3{
font-family: Arial, sans-serif;
font-size: 1.4em;
background:inherit;
color:#e8d2f5;
}

h2 {
font-size: 1em;
}

h3{
font-size: 1em;
}

h4{
font-family: Georgia, serif;
font-size: 1em;
font-style: oblique;
}

p {
font-family: Arial, sans-serif;
font-size: 1.0em;
padding:10px;
}

a {
background:inherit;
color:#00fefc;
text-decoration: none;
font-family: Arial, sans-serif;
}

a:hover {
text-decoration: underline;
background:inherit;
color:#ffff01;
}

img {
text-decoration: none;
border:0;
}

span {
background:inherit;
color:#600992;
font-style: oblique;
}

#header {
/*background-image:url(bilder/welcome_yellow_top.jpg);*/
/*background-repeat: repeat-x;*/
width:660;
margin:auto;
text-align:center;
}

#page {
padding: 3px;
border:#c6a300 1px solid;
width: 660px;
margin-left: 1px;
margin-top: 10px;
}

#page2 {
padding: 3px;
border:#c6a300 1px solid;
width: 660px;
height: 700px;
margin-left: 1px;
margin-top: 10px;
}

background-color:inherit;
font-family: Arial, sans-serif;
}

/*Innehåller menu och content*/
#container {
width: 640px;
margin: auto;
}

/*Här börjar menyn (orientering på sidan)*/
#menu {
padding-bottom: 0px;
font-family: Arial, sans-serif;
width: 660px;
margin:auto;
border-bottom:#056362 1px solid;
}

/*Menyn ligger i en horisontell lista*/
#menu ul {
text-align:center;
padding: 0;
list-style-type: none;
}

#menu ul li {
display: inline;
}

#menu ul li a {
font-size: 0.8em;
text-decoration: none;
padding: .2em 1em;
}

#menu ul li a:hover {
background-color:inherit;
color:#ffff01;
border:#ffff01 1px solid;
}

#content {
padding:10px;
}

.section {
width: 630px;
margin:auto;
border-bottom:#056362 1px solid;
}

/*Forms */
form {
border:#c6a300 1px solid;
Width:189px;
margin:20px;
}

select {
background:#ffff01;
}