/*layout*/
@font-face {
	font-family: Tolkien; src: url('tolkien.ttf');
}

body {
background:#000000;
color : #fed; 
font-family : Georgia, 'Lucida Sans Unicode', Serif, serif; 
font-size : 75%; 
font-style : normal;
padding:5px;
margin:0px;
text-align:left;
}


#out {
background:#000;
width: 500px;
margin: 20px auto;
line-height: 1.8em;
font-size:1.1em;
padding: 0px 30px;
box-shadow: 2px 2px 15px #E0BD64;
  -moz-box-shadow: 2px 2px 15px #E0BD64;
  -webkit-box-shadow: 2px 2px 15px #E0BD64;
border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
#header {
background:#000 url("gfx/headerbg.jpg") no-repeat left;
margin:10px 0px;
padding: 40px 0px 20px 90px;
}
#header h1, #header p {
margin: 2px 0px;
padding:1px;
}
#header p, p#sign, blockquote p {
font-style: italic;
}


#main {
padding: 10px 0px;
margin:5px 0px;
clear:both;

}




/*skrift*/
p {
font-size : 1.1em; 
font-style : normal; 
} 
h1 {
font-size : 2.6em; 

} 
h2 {
font-size : 2em; 
clear:both;
}  
h3 {
font-size : 1.4em; 
} 
h1, h2,h3 {
font-family: Tolkien, Georgia, 'Lucida Sans Unicode', Serif;
color: #E0BD64;
font-weight:normal;
margin: 3px 0px;
padding: 1px 0px;
}





/*linker*/
a:visited {
color : #E0BD64; 
text-decoration : none; 
} 
a:link {
color : #E0BD64; 
text-decoration : none; 
} 
a:hover {
color :#bba; 
text-decoration:underline;
} 
a:active {
color : #bba; 
} 


