﻿@import "../maske.css";
@import "../shop.css";

html
{
	width: 100%;
	height: 100%;
}

body
{
	width: 100%;
	height: 95%;
	margin: 0px;
	padding-top: 30px;
	font-family: arial,sans-serif;
	font-size: 12px;
	background-image: url(grafik/baggrund.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #fee0e8;
	
	
}

form
{
	width: 100%;
	height: 100%;
}

a
{
}

a:HOVER
{
}

.outercontainer
{
	width: 952px;
	margin-left: auto;
	margin-right: auto;
	border: solid 5px #ffffff;
	background-color: #ffffff;
	
}

.outercontainer .headercontainer
{
	height: 260px;
	background-image: url(grafik/topny.jpg);
	position: relative;
}

.outercontainer .headercontainer .logo
{
	display: block;
	position: absolute;
	width: 200px;
	height: 40px;
	left: 14px;
	top: 30px;
	background-image: url(grafik/transperant);
}

.outercontainer .headercontainer .sprog
{
	text-align: right;
	padding-top: 92px;
}

.outercontainer .headercontainer .sprog .flag
{
	float: right;
	margin-right: 2px;
}

.outercontainer .headercontainer .sprog .flag img
{
	border: none;
	margin: 1px;
}

.outercontainer .headercontainer .sprog .flagvalgt
{
	background-color: #FFFFFF;
}

.outercontainer .menucontainer
{
	border-top: solid 1px #b09470;
	

	height: 25px;
	margin-top: 0px;
	margin-bottom: 2px;
	background-color: #ffb0c6;
}

.outercontainer .menucontainer div
{
	padding-left: 10px;
	padding-top: 4px;
}

.outercontainer .menucontainer .kort
{
	padding-left: 0px;
	float: right;
	width: 67px;
	height: 18px;
	margin-top: 4px;
	margin-right: 6px;
	display: block;
	background-image: url(grafik/kort_ikoner.gif);
	background-repeat: no-repeat;
}

.outercontainer .menucontainer div a
{
	background-image: url(grafik/ico_topmenupunkt.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 0px;
	padding-left: 13px;
	padding-right: 25px;
	font-weight: normal;
	font-size: 11px;
	color: #4a4b4c;
	text-decoration: none;
}

.outercontainer .contentcontainer
{
	height: 100%;
}

.outercontainer .footercontainer
{
	background-color: #ffb0c6;
	height: 25px;
	color: #4a4b4c;
	margin-top: 8px;
}

.outercontainer .footercontainer div
{
	padding-top: 4px;
	text-align: center;
}

.outercontainer .footercontainer div span
{
	font-size:11px;
	font-weight: normal;
}

.outercontainer .footercontainer div img
{
	margin-bottom: 2px;
	margin-left: 17px;
	margin-right: 17px;
}

.fed
{
	font-weight: bold;
}

.fejlbesked_tekstbox
{
	color: Black;
	background-color: #FFBBBB;
	border: solid 1px red;
	padding: 2px 1px 2px 1px;
	font-weight: normal;
}

.fejlbesked
{
	color: Red;
	font-size:10px;
    font-weight:bold;
}

/* Gridview START */
.liste 
{
	font-size: 11px;
	width: 100%;
}

.liste_header 
{
	background-color: Transparent;
	font-weight:bold;
	text-align:left;
	height:16px;
	font-size:11px;
}

.liste_header a 
{
	text-decoration:none;
	color:#FFFFFF;
}

.liste_header a:HOVER 
{
	color:#EEEEEE;
}

.liste_linje1 
{
	background-color:#E3E4E5;
}

.liste_linje2
{
	background-color:#F8F9F9;
}

.liste_linje1 td a, .liste_linje2 td a
{
	color: #666666;
}

.liste_linje1 td a:HOVER, .liste_linje2 td a:HOVER
{
	color: #000000;
	text-decoration: underline;
}

.liste th 
{
	padding: 2px 3px 2px 3px;
}

.liste td 
{
	padding: 2px 3px 2px 3px;
}

.liste_paging { }

.liste_paging td 
{
	font-size:11px;
	font-weight:bold;
	color:#444444;
	padding:0px;
	padding-right:4px;
	margin:0px;
	border-top: solid 1px #555555;	
}


.liste_paging td td
{
	border-top: none;	
}

.liste_paging a 
{
	color:#000000;
}

.liste_footer 
{
	background-color: inherit;
	color:#000000;
	font-weight:bold;
	text-align:left;
	height:16px;
	font-size:11px;
}
.liste_footer td
{
	padding: 2px 3px 2px 3px;
	border-top: solid 1px #555555;
}
.liste_footer td td
{
	padding: 0px;
	border-top: none;
}

.liste .ikonkolonne
{
	width: 14px;
	text-align: center;
	vertical-align: top;
	padding: 4px 2px 0px 4px;
}

.redigerikon 
{
	text-decoration: none;
}

.redigerikon div
{
    background-image: url(grafik/ico_edit.gif);
    background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	text-align: center;
	cursor:pointer;
}

.sletikon 
{
	text-decoration: none;
}

.sletikon div
{
    background-image: url(grafik/ico_slet.gif);
    background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	text-align: center;
	cursor:pointer;
}

.okikon 
{
	text-decoration: none;
}

.okikon div
{
    background-image: url(grafik/ico_true.gif);
    background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	text-align: center;
	cursor:pointer;
}

.annullerikon 
{
	text-decoration: none;
}

.annullerikon div
{
    background-image: url(grafik/ico_false.gif);
    background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	text-align: center;
	cursor:pointer;
}

/* Gridview SLUT */


/* Myresti START */

.myresti /* div */
{
	padding-left: 5px;
	margin-bottom: 10px;
	margin-top: 8px;
	height: 14px;
}

.myresti ul
{
	display: inline;
	padding: 0px;
	margin: 0px;
}

.myresti li
{
	display: inline;
}

.myresti li a
{
	background-image: url("grafik/myresti_pil.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	padding-right: 5px;
	font-size: 10px;
	color: #777777;
	text-decoration: none;
	text-transform: uppercase;
}

.myresti li.sepp a
{
	width: 10px;
	height: 10px;
}

/* Myresti SLUT */

a.rshop:link

{
    color: #be0000;
	
}

a.rshop:visited

{

    color: #be0000;
	

}