
/* Layout Stylesheet */ 

body {
 margin: 0px;
 background-image: url(pagegraphics/mainbackground.jpg);
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-position: center; 
 color: #FFFFFF;
 text-align: center;
 padding: 0;
 font-size:14px;
 }

/* Den yderste ramme */
#outer {
 text-align:left;
 border:0px solid #000000;
 width:1000px;
 margin:auto;
 }

/* Header rammen som logo er i */
#hdr {
 height:162px;
 background: #000000;
 color: #FFFFFF;
 }

#bar {
 height:40px;
 width:1000px;
 background-image: url(pagegraphics/menubggraphic.jpg);
 background-repeat: repeat;
 border:solid #333333;
 font-weight: bold;	
 border-width:1px 0 0px 0;
 }

#bodyblock {
 position:relative;
 background: #000000;
 color: #cccccc;
 width:1000px;
 padding:0;
 }
 
#dualblock {
 position:relative;
 float:left;
 width:1000px;
 padding:0;
 }

#l-col {
 width:400px;
 }

#cont {
 width:400px;
 }
 
#fullcont {
 width:1000px;
 color:#cccccc;
 border:solid #000000;
 border-width:0 0 0 1px;
 text-align:left;
 }

#ftr {
 width:1000px;
 height:25px;
 background:#333333;
 color: #cccccc;
 border:solid black;
 border-width:5px 0 0 0;
 margin:0;
 text-align: center;
 }