/*
* Default
*/

body {
	padding-bottom: 0px;
	padding-bottom: 0px;
	background-color: #e0e0e0;
    font-family: Tahoma, Arial, serif;
	font-size: 11px;
	border-left: 20px solid #E46100;
	height: 100%;
}

/* html container div */

#Container {  MIN-HEIGHT: 100%;  MARGIN: 0px 2%;  POSITION: relative; margin-bottom:35px;}
* HTML #Container {  HEIGHT: 100% }

table {
	padding: 0px;
	margin: 0px;
}

a {
  text-decoration: none;
  color: black; 
  font-size: 11px;
}


img {
	padding: 0px;
	margin: 0px;
}



/*
* Content
*/
/*	height: 500px;
*	width: 760px;
*/
.contentcell {
	height: 435px;
	width: 900px;
  	overflow: never;
  	color: black;
  	background-color: #f2f2f2;
  	border-left: 1px solid black;
  	border-right: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
	margin: 0px;
	padding: 0px;	
}
/* 
 *height: 460px;
 *width: 710px;
*/
.contentarea {
	margin: 0px;
	display: block;
	height: 400px;
	width: 850px;
	/*overflow: auto;*/
  	color: black;
}

#innertable{
	background-color: #ccc;	
	height: 394px;
	width: 850px;
	margin-top: 10px;
	
}

#innermenu {
	vertical-align: top;
	width: 90px;
	padding-top: 25px;
}

#innercontent {
	/*border: 1px solid black;*/
	background-color: #d4d4d4;
	vertical-allign: left;

}

/* START VBUT */

ul#vbut {
	padding: 0px;
	margin: 0px;
	display: inline;
	width: 90px;
}

ul#vbut li {
  	list-style: none;
  	text-decoration: none;
  	text-align: left;
	display: inline;
	background-color: #ccc;	
	padding: 0px;
	margin: 0px;
	width: 90px;
}

ul#vbut li a {
  	display: block;
  	padding-left: 26px;
  	padding-bottom: 4px;
  	padding-top: 4px;
  	padding-right: 4px;
  	background-color: #ccc;
	width: 90px;
}

ul#vbut li#vbutactive a {
  	background-color: #ccc;
	color: #E46100;
	background-image: url('../billeder/std/firebut.gif');
	background-repeat: no-repeat;
	background-position: left; 
	
}

ul#vbut a:hover { 
	background-image: url('../billeder/std/firebut.gif');
	background-repeat: no-repeat;
}



/* END VBUT */

#Pad { 
	HEIGHT: 2em;
}
 
#footer {
	position: absolute;
	bottom: 0px;
	color: #888888;
}

#footer img{
	position: relative;
	bottom: -6px;
}

#counter {
	margin-bottom: -10px;
}


