/* ############################ Top/Bottom Layout ################################# */

#contentbox {
	margin: 0px auto 0px auto;
	background: url(img/fm_header_bg.png) top center no-repeat;
}
#topcontainer {
	position: relative;
	width: 940px;
	margin: 0px auto 0px auto;
	height: 321px;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 165px;
	height: 63px;
}
#headertext {
	position: absolute;
	top: 23px;
	left: 178px;
	width: 764px;
	height: 133px;
	background: url(img/fm_header_text.png) no-repeat;
}
#logout {
	position: absolute;
	top: 240px;
	right: 0px;
}
#menu {
	position: absolute;
	top: 280px;
	left: 0px;
	width: 940px;
}
#langlink {
	position: absolute;
	top: 44px;
	right: 0;
}
#maincontentcontainer {
	background: #ffffff;
	padding: 0px 0px;
}
#topcontent {
	width: 940px;
	margin: 0px auto 0px auto;
}
#maincontent {
	width: 940px;
	margin: 0px auto 20px auto;
	background: #fff;
}
#footercontainer {
	background: url(img/fm_footer_bg.png) repeat-x;
}
#footercontent {
	width: 940px;
	margin: 0px auto 0px auto;
	padding: 11px 0px 0px 0px;
	overflow: auto;
	background: url(img/border_repeat.png) bottom left repeat-x;
}
#footercontent .footermenu {
	float: left;
	width: 220px;
	margin: 0px 20px 0px 0px;
	padding: 9px 0px 9px 0px;
}
#footercontent .footerblog {
	float: left;
	width: 460px;
	padding: 9px 0px 9px 0px;
}
#footercontent .footercontact {
	float: left;
	width: 220px;
	margin: 0px 0px 0px 20px;
	padding: 9px 0px 9px 0px;
}
#footercontent .border {
	background: url(img/border_repeat.png) bottom left repeat-x;
}
#footer {
	clear: both;
	padding: 9px 0px 9px 0px;
}
.clearer {
	clear: both;
}

/* ############################ Lines ################################# */

/* ############################ Forms ################################# */

form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
label {
	margin-top: -1px;
	margin-bottom: 1px;
	line-height: 17px;
	display: block;
	padding: 2px 8px 0 0;
}
input {
	/*height: 20px;*/
	font-size: 14px;
	margin: 0px;
	/*padding: 5px;*/
	color: #404d5e;
	border: 1px solid #bfc4c9;
	font-family: Trebuchet MS, Helvetica;
}
input[type=submit] {
	font-size: 14px;
	margin: 0px;
	padding: 5px;
	color: #ffffff;
	background: #70b42b;
	border: none;
	cursor: pointer;
	font-family: Trebuchet MS, Helvetica;
}
textarea {
	overflow: auto;
	font-size: 14px;
	margin: 0px;
	padding: 5px;
	color: #404d5e;
	border: 1px solid #bfc4c9;
	font-family: Trebuchet MS, Helvetica;
}

/* ############################ Other ################################# */

/* img, #typo3login { behavior: url("iepngfix.htc") } */

.joinbutton {
	background: url(img/fm_button_signup.png);
	width: 186px;
	height: 43px;
	float: left;
	margin-top: 11px;
}
.joinbutton:hover {
	background: url(img/fm_button_signup.png) 186px 0px;
	width: 186px;
	height: 43px;
	cursor: pointer;
}
.joinbutton-sidemenu {
	background: url(img/fm_button_sidemenu_signup.png);
	width: 220px;
	height: 43px;
	float: left;
	margin-top: 16px;
}
.joinbutton-sidemenu:hover {
	background: url(img/fm_button_sidemenu_signup.png) 220px 0px;
	width: 220px;
	height: 43px;
	cursor: pointer;
}
.joinarea h2 {
	margin: 5px 0 0 0px;
}
.joinarea img {
	margin: 5px 25px 0 25px;
	float: left;
}
/* ############################ Login ################################# */


#logout .login-login,
#logout .login-forgot {
	display: none;
}

.login-cont {
	background: #f0f7e9;
	width: 620px;
	padding: 32px 40px 40px 40px;
	float: right;
	margin-top: 5px;
}
.login-cont label {
	clear: both;
	font-size:12px;
	color: #333;
	padding: 17px 0 4px 0;
}
.login-cont input {
	width: 120px;
	height: 24px;
	font-size: 14px;
	padding: 6px 10px 0 10px;
	float: left;
	border: none;
}
.login-cont .login-user {
	width: 170px;
	float: left;
	margin-right: 10px;
}
.login-cont .login-user input {
	width: 150px;
}
.login-cont .login-password {
	width: 170px;
	float: left;
}
.login-cont .login-password input {
	width: 150px;
}
.login-cont .login-email input {
	width: 300px;
}

.login-cont .login-submit input {
	background: url(img/fm_button_login_logout.png) 0px 0px;
	width: 116px;
	height: 30px;
	float: left;
	margin: 38px 0 0 10px;
}
.login-cont .login-submit input:hover {
	background: url(img/fm_button_login_logout.png) -116px 0px;
	width: 116px;
	height: 30px;
	float: left;
	cursor: pointer;
}
.login-cont .login-forgotsubmit {
}
.login-cont .login-forgotsubmit input {
	width: auto;
	height: auto;
	padding: 5px !important;
	float: left;
	margin-left: 10px;
}

.login-cont .login-status {
	color: #e50c00;
}

.login-cont .login-status,
.login-cont .login-forgottext,
.login-cont .login-forgotsent,
.login-cont .login-back {
	float: left;
	width: 100%;
	padding-top: 10px;
}

.login-logout {
	background: none;
	padding: 0;
	height: 30px;
	float: right;
}
.login-logout .login-submit input {
	background: url(img/fm_button_login_logout.png) -0px -30px;
	width: 116px;
	height: 30px;
	margin: 0 0 0 10px;
	float: right;
}
.login-logout .login-submit input:hover {
	background: url(img/fm_button_login_logout.png) -116px -30px;
	width: 116px;
	height: 30px;
	cursor: pointer;
	float: right;
}
.login-logout .login-loggedin {
	padding: 5px 0 0 0;
	float: right;
}
.login-logout .login-logback a {
	float: right;
	width: 36px;
	height: 30px;
	margin: 0px 0px 0px 10px;
	background: url(img/fm_button_login_logout.png) 0px -60px;
}
.login-logout .login-logback a:hover {
	background: url(img/fm_button_login_logout.png) -36px -60px;
}

/* ############################ Userlist ################################# */

.tx-gsifeuserlist-pi1 table {
	width: 100%;
	border-collapse: collapse;
	margin: 0px 0px 15px 0px;
}
.tx-gsifeuserlist-pi1 table th {
	width: 19%;
	padding: 5px 10px 5px 10px;
	text-align: left;
	background: #70b42b url(img/fm_table_header_bg.png) repeat-x;
	color: #fff;
}
.tx-gsifeuserlist-pi1 table th a {
	color: #fff;
}
.tx-gsifeuserlist-pi1 table td {
	width: 19%;
	padding: 5px 10px 5px 10px;
}
.tx-gsifeuserlist-pi1 .bg td {
	background: #f0f7e9;
}
.tx-gsifeuserlist-pi1 table th.icon {
	text-align: center;
	width: 12%;
}
.tx-gsifeuserlist-pi1 table td.icon {
	text-align: center;
	width: 12%;
}
.tx-gsifeuserlist-pi1 table th a {
	text-decoration: underline;
}
.tx-gsifeuserlist-pi1-searchbox {
	width: 230px;
	margin: 5px 0 10px 0;
	padding: 0px;
}
.tx-gsifeuserlist-pi1-searchbox th,
.tx-gsifeuserlist-pi1-searchbox td {
	margin: 0px !important;
	padding: 0px !important;
}
.tx-gsifeuserlist-pi1-searchbox-button {
	height: 28px;
}
.tx-gsifeuserlist-pi1-searchbox-sword {
	height: 16px;
	padding: 5px;
	width: 190px;
	margin-right: 10px;
}

.tx-gsifeuserlist-pi1-browsebox td {
	text-align: center;
	width: 1% !important;
	padding: 0px !important;
}
.tx-gsifeuserlist-pi1-browsebox p {
	padding: 0px;
	margin: 0px;
}
.tx-gsifeuserlist-pi1-browsebox-SCell {
	text-align: center;
}

.tx-gsifeuserlist-pi1 .history {
	float: left;
	width: 150px;
	padding: 0px 0px 0px 18px;
	margin: 0px 0px 3px 0px;
}
.tx-gsifeuserlist-pi1 .history-mix {
	background: url(img/fm_icon_mixed.png) 0px 3px no-repeat;
}
.tx-gsifeuserlist-pi1 .history-veg {
	background: url(img/fm_icon_veg.png) 0px 3px no-repeat;
}

/* ############################ Framtidens Mat ################################# */

.gc_fm_list table {
	width: 100%;
	clear: both;
}
.gc_fm_list th {
	padding: 5px 10px 5px 10px;
	text-align: left;
	background: #70b42b url(img/fm_table_header_bg.png) repeat-x;
	color: #fff;
}
.gc_fm_list th a {
	color: #ffffff;
}
.gc_fm_list td {
	padding: 5px 10px 5px 10px;
}
.gc_fm_list .list-odd td,
.gc_fm_list .gc_fm_list_bg td {
	background: #f0f7e9;
}
.gc_fm_list .gc_fm_list_right {
	width: 150px;
	text-align: left;
}
.gc_fm_list td img {
	float: left;
	width: 16px;
	height: 16px;
	margin: 3px 5px 0px 0px;
}
.gc_fm_list td div {
	float: left;
}
.gc_fm_list table th.icon,
.gc_fm_list table td.icon {
	text-align: center;
}
.gc_fm_list table th.icon img,
.gc_fm_list table td.icon img {
	float: none;
	margin: 3px 0px 0px 0px;
}
.gc_fm_list .list-status {
	display: none;
}
.gc_fm_date {
	margin: 0px 0px 10px 0px;
	float: left;
}
.gc_fm_admin_link {
	margin: 0px 0px 10px 0px;
	padding: 0 0 0 28px;
	background: url(img/fm_csv_file.png) no-repeat;
	float: right;
	height: 24px;
}
.gc_fm_checkout {
	margin: 0px 20px 10px 0px;
	padding: 0 0 0 28px;
	background: url(img/fm_checkout.png) no-repeat;
	float: right;
	height: 24px;
}
.gc_fm_add {
	margin: 0px 0px 10px 0px;
	padding: 0 0 0 20px;
	background: url(img/fm_icon_add.png) 0px 2px no-repeat;
	float: left;
	height: 20px;
	line-height: 20px;
}

.gc_fm_search {
	margin: 0px 0px 15px 0px;
}
.gc_fm_searchlabel {
	margin: 0px 0px 5px 0px;
}
.gc_fm_search input[type=text] {
	margin: 0px 6px 0px 0px;
}