* {
	margin: 0px;
}

body {
	background:#3F3022 url(images/back_image.gif) repeat-x scroll 0 0; /*grundfarve */
	height: 100%;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 110px;
	font-family: Verdana, tahoma, arial, sans-serif;
	font-size: 12px;
}

p {
	padding-bottom: 15px;
	line-height: 16px;
}

a {
	text-decoration: underline;
	color: #4D6F8F;
}

a:hover {
	color: #22313F;
}

h1, h2, h3 {
	color: #3F3122;
	padding-bottom: 15px;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 20px;
	padding-top: 10px;
}

h3 {
	font-size: 16px;
	padding-top: 10px;
}

img {
	border: 0px;
}

li {
	padding-left: 10px;
	margin-left: 30px;
}

.clear {
	clear: both;
}

.small {
	font-size: 10px;
}

input.text {
	background-color:#F5F5F5;
	border:1px solid #88766C;
	font-size:10pt;
	width:280px;
}

table.padding td {
	padding: 2px;
}

.align_right {
	text-align: right;
}
/* Layout */

#bottom {
	bottom: 0;
	background-color: #1E1710;
	position: fixed;
	right: 0;
	width: 100%;
	z-index: 100;
	height: 100px;
	text-align: left;
	overflow: hidden;
}

#center {
	width: 960px;
	background-color: #FFFFFF;
	margin: 0px auto;
	text-align: left;
	position: relative;
	padding-bottom: 60px;
}

#logo_top {
	height: 100px;
	background-color: #8F6D4D;
}

#logo_top .logo {
	height: 100px;
	width: 399px;
	float: left;
}

#logo_top .image {
	width: 561px;
	height: 100px;
	float: left;
}

#logo_top .inner {
	padding: 15px;
}

#menu_h {
	height: 24px;
	background-color: #CFB9A5;
}

#menu_h .item {
	width: 135px;
	text-align: center;
	font-size: 18px;
	float: left;
}

#menu_h a {
	display: block;
	width: 100%;
	height: 24px;
	color: #3F3022;
	text-decoration: none;
}

#menu_h a:hover {
	background-color: #BD9F84;
}

#center_container {
	padding: 10px;
}

#left {
	width: 280px;
	float: left;
}

#right {
	width: 650px;
	float: left;
	margin-left: 10px;
}

#footer {
	position: absolute;
	height: 40px;
	width: 100%;
	background-color: #8F6D4D;
	bottom: 0;
	text-align: center;
}

#footer .inner {
	font-size: 10px;
	padding: 5px;
}

#deactivate {
	z-index: 80;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	background-color: #3F3022;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

/* Højre kolonne */

#icon_container {
	float: right;
	clear: right;
	width: 170px;
}

#icons {
	text-align: right;
}

#icons .icon {
	float: right;
	margin-right: 5px;
}

#tooltip_holder {
	position: relative;
	height: 30px;
}

#tooltip {
	position: absolute;
	font-size: 10px;
}

/* Menu */

#right_menu {
	margin-bottom: 20px;
	background-color: #CFB9A5;
}

#right_menu .header {
	background-color: #BD9F84;
	color:#3F3022;
	display:block;
	height:24px;
	font-size:18px;
	text-align:center;
}

#right_menu .item {
	border-bottom: 1px solid #BD9F84;
	border-left: 1px solid #BD9F84;
	border-right: 1px solid #BD9F84;
}

#right_menu .item a {
	color:#3F3022;
	display:block;
	height:20px;
	font-size:16px;
	text-decoration: none;
}

#right_menu .item  a:hover, #right_menu .active a{
	background-color: #BD9F84;
	color:#3F3022;
	display:block;
}

#right_menu .sub_item_container {
	display: none;
}

#right_menu .sub_item_container_active {
	display: block;
	border-bottom: 1px solid #BD9F84;
}

#right_menu .sub_item {
	padding-left: 15px;
}

#right_menu .sub_item a {
	color:#3F3022;
	text-decoration: none;
	font-size: 11px;
}

/* Login */

#login_help {
	font-size: 10px;
	margin-bottom: 10px;
}

#login_box .left {
	width: 97px;
	float: left;
	font-size: 16px;
	height: 27px;
}

#login_box .right {
	width: 180px;
	float: left;
	height: 27px;
}

#login_box .text {
	width: 180px;
	font-size: 16px;
	border: 1px solid #BD9F84;
}

#login_remember {
	width: 175px;
	float: left;
	font-size: 16px;
	cursor: pointer;
	padding-top: 4px;
}

#login_button {
	width: 104px;
	float: left;
	text-align: right;
}

#login_button input {
	font-size: 16px;
	border: 1px solid #3F3022;
	background-color: #CFB9A5;
	color: #3F3022;
	cursor: pointer;
}

/* Bund */

#strip {
	width: 1800px;
}

#bottom .image {
	width: 300px;
	height: 100px;
	float: left;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	cursor: pointer;
}

#bottom .close_button {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	background-color: #000000;
	color: #FFFFFF;
	padding: 4px;
	font-weight: bold;
	cursor: pointer;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#bottom_open {
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 10;
	background-color: #000000;
	color: #FFFFFF;
	padding: 4px;
	font-weight: bold;
	cursor: pointer;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

/* Billede visning */

#image_box {
/*	height: 440px;
	width: 640px;*/
	height: 44px;
	width: 64px;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #000000;
	border: 5px solid #000000;
	display: none;
	position: fixed;
	top: 30px;
	left: 100px;
	cursor: pointer;
	z-index: 90;
}

#image_box .close_button {
	position: absolute;
	bottom: 0px;
	left: 300px;
	width: 20px;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

#image_box .left {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 40px;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

#image_box .right {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 40px;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

#image_box .close_button a {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Contact */



#contact .text {
	width: 300px;
	font-size: 16px;
	border: 1px solid #BD9F84;
}

/* admin */

.admintext {
	background-color:#F5F5F5;
	border:1px solid #88766C;
	font-size:9pt;
	width:280px;
}

/* Select_images */

#select_images .image {
	padding: 5px;
	margin: 7px;
	float: left;
	height: 75px;
	width: 100px;
	text-align: center;
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
}

#select_images .on {
	border: 1px solid #000000;
}

/* Foldere */
#folderlist .header {
	font-weight: bold;
	font-size: 110%;
	padding-bottom: 4px;
}

#folderlist .folderlist {
	width: 300px;
	height: 200px;
	overflow: auto;
	float: left;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}

#folderlist .folderlist a {
	text-decoration: none;
	color: #000000;
}

#folderlist .folder a {
	width: 100%;
	display: block;
}

#folderlist .folder a:hover {
	background-color: #DDDDDD;
}

#folderlist .foldercode {
	width: 70px;
}

#folderlist .description {
	padding-top: 20px;
}

#shopper_container {
	padding-top: 5px;
	border-bottom: 1px dashed #DDDDDD;
}

#shopper_container a {
	text-decoration: none;
	color: #000000;
	display: block;
	height: 13px;
	width: 100%;
	cursor: pointer;
}

#shopper_container a:hover {
	background-color: #DDDDDD;
}

#shopper_container .time {
	float: left;
	width: 170px;
}

#shopper_container .folders {
	float: left;
	width: 50px;
}

#shopper_container .price {
	float: left;
	width: 100px;
	text-align: right;
}

#shopper_container .new, #shopper_container .new a, .status_1 {
	color: #0000FF;
}

#shopper_container .cancel, #shopper_container .cancel a, .status_2 {
	color: #FF0000;
}

#shopper_container .ready, #shopper_container .ready a, .status_3 {
	color: #00FF00;
	font-weight: bold;
}

#shopper_container .sent, #shopper_container .sent a, .status_4{
	color: #FF9900;
	font-weight: bold;
}

#shopper_container .done, #shopper_container .done a, .status_5 {
	color: #000000;
}

@media print {
	body { background-color: #FFFFFF; background-image: none; }
	#logo_top { display: none; }
	#menu_h { display: none; }
	#left { display: none }
	#footer { display: none }
	#image_box { display: none }
	#bottom { display: none }
	#bottom_open { display: none }
	#icons { display: none }
	#left { width: 100% }
	
}