*|body {
  background-color: #6666cc;
  background-image: url('Filer/rose08.gif');
  background-repeat: repeat-y;
  line-height: 7mm;
  color: white;
  font-family: Arial,Helvetica,sans-serif
}
#wrapper  {
    width: 1400px;
    height: 1120px;
    border-style: hidden;
    border-width: thin;
    background-color: #6666cc;
    position: absolute;
    left: 50%;
    margin-left: -675px
}
#top {
    width: 1400px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    border-style: hidden;
    border-width: thin;
    background-color: #6666cc;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px; 
}
#menu {
    width: 300px;
    height: 800px;
    border-style: hidden;
    border-width: thin;
    background-color: #6666cc;
    position: absolute;
    left: 0px;
    top: 120px; 
}
#indhold {
    width: 1000px;
    height: 900px;
    margin-left: auto;
    margin-right: auto;
    border-style: hidden;
    border-width: thin;
    background-color: #6666cc;
    position: absolute;
    left: 360px;
    top: 120px;
}
#footer {
    width: 1400px;
    height: 120px;
     margin-left: auto;
    margin-right: auto;
    border-style: hidden;
    border-width: thin;
    background-color: darkblue;
    position: absolute;
    left: 350px;
    top: 10000px;
 }   
  *|h2 {
  color: #cc0000;
  text-align: center;
}
*|h3 {
  text-decoration: underline;
}
*|h1 {
  color: #cc0000;
  text-decoration: underline;
  text-align: center;
  font-weight: bolder;
}
*.menu {
  border-style: none;
  margin: 20px 0 0 5px;
  padding-right: 47px;
  float: left;
  list-style-type: none;
  list-style-position: outside;
}
*.indhold {
  margin-left: 10px;
  font-size: large;
  margin-top: 0px;
  list-style-image: url('Filer/hjerte_gemt_som_gif_i_psp.gif');
}
*|* {
  margin: 0;
  padding: 0;
}
*.menu *|ul {
  border-style: solid;
  border-width: 1px;
  list-style-type: none;
}
*.menu *|li {
  border-style: solid;
  border-width: 2px 1px 1px 2px;
  background-color: #cc0000;
  font-family: Comic Sans MS;
  text-align: center;
}
*.menu *|li *|a {
  text-decoration: none;
  color: greenyellow;
  display: block;
}
*.menu *|li *|a *|hover {
  color: #cc9933;
  background-attachment: fixed;
  background-position:   center;
  text-decoration: blink;
  background-color: #009900;
}
*|h4 {
  text-decoration: underline;
  font-weight: bold;
}
a:link {
  color: #cc9933;
  font-family: Arial,Helvetica,sans-serif;
  text-decoration: underline;
}
a:visited {
    color: silver;
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: underline;
}
a:hover {
    color: white;
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: underline;
}
a:active {
    color: yellowgreen;
    font-family: Arial,Helvetica,sans-serif;
        text-decoration: none;
}
@media only screen and (max-device-width: 480px) {
		div#wrapper {
			width: 480px;
		}

		div#header {
			height: 93px;
			position: relative;
		}

		div#header h1 {
			font-size: 140%;
		}

		#content {
			float: none;
			width: 100%;
		}

		#navigation {
			float:none;
			width: auto;
		}
	}