/* Til styr af layout */ 






body{
font-family : verdana, Arial, sans-serif;
 margin: 0;
 padding:0; 
 background-color:#26427C;
 color: #000000;
 }	 

	 



#styr{
width:100%;
}






#venstre{
 /*background-image: url('http://www.newbie.dk/grafik/left-side-bg.jpg');*/
 position:absolute;
 top:80px;
 left:0;
 width:180px;
 z-index:3;
 background-color: transparent;
 color: #BFCEEB;}

#hojre{
 /* background-image: url('http://www.newbie.dk/grafik/left-side-bg.jpg');*/
/* background-image: url('http://www.newbie.dk/grafik/right-side-bg.jpg');*/
 position:absolute;
 top:80px;
 right:0;
 width:179px;
 z-index:3;
 background-color: transparent;
 color: #BFCEEB;}

#ydre{
 background-image: url('http://www.newbie.dk/grafik/side-bg.jpg'); 
 background-repeat: repeat-y;
 width:100%;

 z-index:1;
 background-color:#26427C;
 color: #000000;
 height:100%;}

#hoved{
 background-image: url('http://www.newbie.dk/grafik/bg_img.jpg');
 height:60px; 
 border-bottom:2px solid #000000; 
 width:100%; 
 background-color:#26427C;
 color: #BFCEEB; 
 margin:0px;
 padding:0px;
  }


#topmenu{
background-image: url('http://www.newbie.dk/grafik/lille_topbar_bg.jpg');
font-size:12px;
 height:16px; 
 border-bottom:2px solid #000000; 
 width:100%; 
 background-color:#26427C;
 color: #E3E6E9; 
 margin:0px;
 padding:0px;
 text-align:right;
  }



#midt{
 margin:0 180px 0 180px;
 position:relative;
 background:#B7BDC5;
 color: #000000;
 z-index:2;
 border: solid #000000;
 border-width:0 1px;
 text-align:center;

 }

#fod {
background-image: url('http://www.newbie.dk/grafik/black_bar_bg.jpg');
 width:100%;
 height:12px;
 border: solid #000000; 
 border-width:1px 0;
 background-color : #000000;
 color: #ffffff;
 margin:0;
 font-size:9px;
 }

 #fod2 {
background-image: url('http://www.newbie.dk/grafik/lille_topbar_bg.jpg');
 width:100%;
 height:12px;
 border: solid #000000; 
 border-width:1px 0;
 background-color : #000000;
 color: #ffffff;
 margin:0;
 font-size:9px;
 }


.editright{
margin-right:0px;
padding-right:0px;
width:70px;
border-bottom:1px solid #26427C;
}

.editleft{
margin:0px;
padding:0px;
border-bottom:1px solid #26427C;
}

table {
	border-collapse: collapse;
}

.rekrod {
position: relative;
 border: solid 2px #26427C;
 width:90%;
 background:#eeeeee;
 text-align:center;
 margin-left:auto;
 margin-right:auto;
 padding-top:5px;
 padding-bottom:5px;
	 
	 
	
	}

