* {margin:0px;padding:0px;
   font-family:Verdana;	
   font-size:14px;	
   color:white;	
  } 

body {
  background-color:RGB(40,0,0);
  min-width:800px;
}

#left {
  background-image:url('left.jpg');
  width:78px;
  height:660px;
  position:absolute;
  left:0px;
  top:0px;		
}

#top {
  background-image:url('top.jpg');
  width:764px;
  height:75px;
  position:absolute;
  left:78px;
  top:0px;		
}

#right {
  background-image:url('right.jpg');
  width:109px;
  height:660px;
  position:absolute;
  left:842px;
  top:0px;		
}

#bottom {
  background-image:url('bottom.jpg');
  width:764px;
  height:145px;
  position:absolute;
  left:78px;
  top:515px;		
}
#back {
  background-color:black;
  width:764px;
  height:440px;
  position:absolute;
  left:78px;
  top:75px;		
}

#logo {
  background-image:url('logo.jpg');
  width:300px;
  height:76px;
  position:absolute;
  left:522px;
  top:75px;		
}

#content {
  width:755px;
  height:440px;
  position:absolute;
  left:78px;
  top:75px;		
  overflow:Scroll;
  margin-left:10px;
  margin-right:10px;
}

#content h1 {
  background-image:url('h1.gif');
  width:430px;
  height:40px;
  padding-left:30px;
  padding-top:5px;	
  font-size:16px;
  font-weight:bold;	
  margin-top:15px;
}

#menu {
  position:absolute;
  left:855px;
  top:100px;	
  display:block;	
}

#menu a {
  text-decoration:none;
  font-size:16px;
  font-weight:bold;
}

#menu a:hover {
  text-decoration:underline;
  font-size:20px;
}

#menu br {
  clear:left;
}
#menu a img{
  border:0px;
  margin-right:20px;
  margin-top:-3px;
  float:left;
  height:30px;
  margin-bottom:10px;
}

#bilder
{
border-top-color:white;
border-top-style:solid;
border-top-width:2px;
border-bottom-color:white;
border-bottom-style:solid;
border-bottom-width:2px;
height:150px;
width:100%;
position:absolute;
top:600px;
overflow:hidden;
}

#spacer
{
height:50px;
position:absolute;
top:750px;
width:100%;
overflow:hidden;
}

#bilder img
{
margin-top:5px;
margin-left:10px;
position:relative;
}

#footer
{
position:fixed;
bottom:0px;
background-color:black;
height:20px;
width:100%;
text-align:right;
}

input, textarea {
color:white;
background-color:black;
}

input:hover, textarea:hover {
color:white;
background-color:#404040;
}

