
/* page.css The main stylesheet for the page. This will be linked in for all pages */

body,td,tr{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	margin:0 auto;
	/* background-color: #DDE3EA; */
	/* width:1000px; */
}

.header{
/* 	height: 67px;
	width: 628px;
	background: url(/images/LogoTopp2.jpg); */
}

.webpart{
	background-color: #DDE3EA;
	margin-top:2px;
}

h1{
	font-size:17px;
	font-weight:bold;
}

.clear_fix{
	//height: 1%;
	
}
.clear_fix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
html[xmlns] .clear_fix {
	display: block;
}

#search_table{
	width: 827px;
	/* overflow: auto; */
}
#search_table tr{
	border: 1px solid #000;
}
#search_table td{
	border: 1px solid #000;
}

#search_table th{
	background: #ABC;
}

#search_table th.sort_column{
	background: #DEF;
	padding-right: 20px;
}

#search_table th.asc{
	background-image: url(/images/arrow_up.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#search_table th.desc{
	background-image: url(/images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.admin-menu{
	padding-left: 5px;
	padding-right: 10px;
}

.admin-menu li{
	list-style: none;
	height: 17px;
	padding: 2px;
	margin-bottom: 3px;
	/* background: #F9F9F9; */
}

.admin-menu li a{
 	background: transparent url(/images/arrow.gif) no-repeat scroll 0 55%;
 	padding-left: 20px;
}

.main-menu{
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
}

.main-menu li{
	list-style: none;
	height: 17px;
	padding: 2px;
	/* border-bottom: 1px solid #C9D2DD;   */
}

.main-menu li a{
 	background: transparent url(/images/arrow.gif) no-repeat scroll 0 55%;
 	padding-left: 18px;
 	font-weight: bold;
}

.main-menu li:hover{
 	background:  #ABC;
}

.main-menu-search{
	/* background: #C9D2DD; */
	/* background: #DDE3EA; */
	padding: 10px;
}

.watermark {
	display: block;
	position: relative;
}
.watermark img.mark {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	position: absolute; 
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-top: -400px;
	background-color: red; /* FJERN */
}

#tt {position:absolute; display:block; background:url(/images/tt_left.gif) top left no-repeat; font-size: 10px;}