* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family:Arial, Helvetica, serif;
	font-size:10pt;
	background-color: #FFFFFF;
}

#master {
	position:relative;
	width:900px;
	height:550px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background-color:#ffffff;
	border:1px solid #FF0000;
}

/* fjern stiplet linie uden om links */

a {outline: none;}

/* header */

#header {
	position:relative;
	width:830px;
	height:60px;
	padding-left:50px;
	padding-right:20px;
}

#wave {
	position:relative;
	width:900px;
	height:40px;
	background-image:url(images/cou_waves.jpg);
	background-position: right;
}

/* vertical list menu*/

#list-menu {
	position:absolute;
	width: 130px;
	left:20px;
	top:110px;
	border:1px solid #FF0000;
}

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

#list-menu li {
	margin: 0px 0px 0px;
}

#list-menu a {
	display: block;
	width:120px;
	padding: 4px 2px 2px 8px; /* padding: over, right, under, left */
	background-color:#FFFFFF;
	text-decoration: none; /*lets remove the link underlines*/
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
	font-family:Arial, Helvetica, serif;
	font-size:10pt;
	color: #000000;
}

#list-menu a:hover {
	background-color: #FF0000; /* almindelig baggrund */
	color: #ffffff;
}

/* smiley */

#smiley {
	position: absolute;
	left: 20px;
	top: 300px;
	height: 32px;
	width: 99px;
}

/* forsiden */

#billede1 {
	position:absolute;
	width:450px;
	height:250px;
	left:170px;
	top:110px;
}

#billede2 {
	position:absolute;
	width:350px;
	height:150px;
	right:20px;
	bottom:30px;
}

/* style for billlede1, billede2, billede3, billede4 */

#billede1 img, #billede2 img, #billede3 img, #billede4 img {
	vertical-align:middle;
	border:1px solid #FF0000;
}

#tekst1 {
	position:absolute;
	width:250px;
	height:250px;
	right:20px;
	top:110px;
}

#tekst2 {
	position:absolute;
	width:350px;
	height:150px;
	left:170px;
	bottom:30px;
}

/* style for tekst1, tekst2 */

#tekst1 td, #tekst2 td {
	text-align:center;
	font-size:18px;
	font-weight:bold;
}

/* butikken */

#billede3 {
	position:absolute;
	width:350px;
	height:200px;
	left:170px;
	top:110px;
}

#billede4 {
	position:absolute;
	width:350px;
	height:200px;
	right:20px;
	bottom:30px;
}

#tekst3 {
	position:absolute;
	width:350px;
	height:200px;
	right:20px;
	top:110px;
	text-align:center;
}

#tekst4 {
	position:absolute;
	width:350px;
	height:200px;
	left:170px;
	bottom:30px;
	text-align:center;
}

/* style for tekst3, tekst4 */

#tekst3 td, #tekst4 td {
	text-align:center;
}

/* fastfood */

#tekst {
	position:absolute;
	width:710px;
	height:400px;
	left:170px;
	top:110px;
	text-align:center;
	overflow:auto;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-highlight-color: #555555;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #222222;
	scrollbar-face-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FF0000;
}

#tekst td {
	text-align:left;
}

/* footer */

#footer {
	position:absolute;
	width:800px;
	height:20px;
	bottom:0px;
	text-align:center;
}

/* class styles */

h1 {
	font-size:30px;
	font-weight:bold;
}

h2 {
	font-size:18px;
	font-weight:bold;
}

h3 {
	color:#FF0000;
}

/* links */

a:link {
	text-decoration:none;
	color:#000000;
}
a:visited {
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration:none;
	color:#FF0000;
}
a:active {
	text-decoration:none;
	color:#FF0000;
}
