/* Main stylesheet */
body
{
	text-align:				center;
	margin:					0;
	padding:				0;
	font-family:			Segoe UI,Tahoma,Geneva,sans-serif;
	font-size:				11px;
}

a img
{
	border:					0;
}

a, a:link, a:active, a:visited
{
	color:					#000000;
	text-decoration:		none;
	cursor:					pointer;
}

a:hover
{
	text-decoration:		underline;
}

div.clear
{
	clear:					both;
}

div#main
{
	text-align:				left;
	margin-left:			auto;
	margin-right:			auto;
	margin-top:				8px;
	margin-bottom:			8px;
	width:					800px;
	padding:				20px;
}

div#title
{
	font-size:				20px;
	font-weight:			bold;
	text-align:				center;
}

div#menu
{
	width:					100%;
	margin-top:				10px;
	margin-bottom:			25px;
}

div#menu > div.left
{
	float:					left;
}

div#menu > div.right
{
	float:					right;
}

div#login
{
	text-align:				center;
}

div#planter table thead th, div#bede table thead th, div#pdf table thead th
{
	border-bottom:			1px solid #000000;
	padding-left:			2px;
	padding-right:			2px;
	text-align:				left;
	font-weight:			bold;
}

div#planter table thead th.sort, div#bede table thead th.sort, div#pdf table thead th.sort
{
	padding-right:			10px;
	background-repeat:		no-repeat;
	background-position:	right center;
}

div#planter table thead th.sort:hover, div#bede table thead th.sort:hover
{
	cursor:					pointer;
	text-decoration:		underline;
	background-image:		url('../images/sort-asc.png');
}

div#planter table thead th.sort-asc, div#bede table thead th.sort-asc
{
	background-image:		url('../images/sort-asc.png');
}

div#planter table thead th.sort-asc:hover, div#bede table thead th.sort-asc:hover
{
	background-image:		url('../images/sort-desc.png');
}

div#planter table thead th.sort-desc, div#bede table thead th.sort-desc
{
	background-image:		url('../images/sort-desc.png');
}

div#planter table thead th.sort-desc:hover, div#bede table thead th.sort-desc:hover
{
	background-image:		url('../images/sort-asc.png');
}

div#planter table tbody td, div#bede table tbody td, div#pdf table tbody td
{
	padding-left:			4px;
	padding-right:			2px;
	vertical-align:			top;
}

div#planter table tbody tr:hover td, div#bede table tbody tr:hover td
{
	background-color:		#eeeeee;
}

div#planter table tfoot td, div#bede table tfoot td, div#pdf table tfoot td
{
	border-top:				1px solid #000000;
	font-weight:			bold;
}

div#bede div.title
{
	margin-bottom:			10px;
	font-size:				18px;
	font-weight:			bold;
}

div#bede table
{
	margin-bottom:			30px;
}

div.opret-plante
{
	display:				inline-block;
	margin-bottom:			5px;
	padding-left:			18px;
	background-image:		url('../images/add.png');
	background-repeat:		no-repeat;
}

div.pdf-liste
{
	display:				inline-block;
	margin-bottom:			5px;
	margin-left:			10px;
	padding-left:			18px;
	background-image:		url('../images/pdf.png');
	background-repeat:		no-repeat;
}

div#plante_opret div.title, div#plante_rediger div.title, div#plante_slet div.title
{
	margin-bottom:			10px;
	font-size:				18px;
	font-weight:			bold;
}