/* er valideret - http://jigsaw.w3.org/css-validator/validator */

/* struktur */
/* ************************** */

/* */

#mainpicture
{
	font-size: 12px;
	position: relative;
	width: 700px;
	top: 0px;
	height: 500px;
	left: 40px;
	background: #F0F0F1;
	color: black;
	border: 0 none;
}
#pictureslide
{
	font-size: 12px;
	position: relative;
	width: 630px;
	top: -150px;
	left: 30px;
	background: #F0F0F1;
	color: black;
	border: 0 none;
}

#bar
{
	position: relative;
}

#login
{
	position: relative;
	top: 0px;
	width: 187px;
	height: 235px;
	left: 100px;
	background: #F0F0F1;
}
#footer
{
	position: relative;
	left: 30px;
}




/* style */
/* ************************** */

/* Main content div on each page below all header info*/
div.maindiv
{
	font-size: 12px;
	position: relative;
	width: 730px;
	top: 0px;
	left: 56px;
	background: #F0F0F1;
	color: black;
	border: 0 none;
}

/* For all tables */
table
{
	padding: 0px;
	border-spacing: 0px;
	border:0;
}

/* Outermost table in each page*/
table.outermain
{
	width: 846px;
	margin-left: auto; /* centers table */
	margin-right: auto; /* centers table */
	border: 0;
	background-color: #F0F0F1;
}

table.calendar {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: separate;
}
table.calendar th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 9px 9px 9px 9px;
}
table.calendar td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 9px 9px 9px 9px;
}

table.calendar_header {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse:collapse;
	width:100%;
}

table.calendar_header th {
	border-width: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 9px 9px 9px 9px;
}
table.calendar_header td {
	border-width: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 9px 9px 9px 9px;
}

 

table.changemetadata
{
	width:95%;
}

table.pictureupload
{
	border-spacing:2;
	margin-left: auto; /* centers table */
	margin-right: auto; /* centers table */
}

table.visbillede
{
	width: 846px;
	margin-left: auto; /* centers table */
	margin-right: auto; /* centers table */
	border: 0;
	background-color: #F0F0F1;
	border-spacing: 3px;
	text-align:center;
}

table.billeder
{
	width:700px;
	margin-left: auto; /* centers table */
	margin-right: auto; /* centers table */
}

table.udlejedeperioder
{
	background-color: #F0F0F1;
	border-collapse: separate;
	border-spacing: 30pt;
	font-size: 80%;
	width:600px;
}


table.udlejning
{
	background-color: #F0F0F1; /*border: 1px solid black;*/
	border-collapse: separate;
	border-spacing: 30pt;
	font-size: 80%;
}

table.calendar_availability_boxes
{
	width:150px; 
}

table.udlej
{
	width:250px;
}

table.noaccess
{
	width:80%;
}

table.confirm
{
	width:600px;
}

table.editsinglepicture
{
	width:500px;
}

table.showusers
{
	background-color: #F0F0F1; /*border: 1px solid black;*/
	border-collapse: separate;
	border-spacing: 30pt;
	font-size: 80%;
	width:800px;
}

table.textchange
{
	background-color: #F0F0F1; /*border: 1px solid black;*/
	border-collapse: separate;
	border-spacing: 30pt;
	border-spacing:2;
	padding:3;
	width:90%;
}
table.textchange_inner
{
	background-color: #F0F0F1; /*border: 1px solid black;*/
	border:1px;
	border-spacing: 30pt;
	font-size: 80%;
	border-spacing:2;
	padding:3;
	width:100%;
}

table.admin
{
	border:0px;
	border-spacing:3;
	width:600;
}

#tableudlejning
{
}
#tableudlejning tbody td
{
	border-bottom: 1px solid #000;
}


#texttable
{
}
#texttable tbody td
{
	/*border: 1px solid #000;*/
	background-color: #F0F0F1;
	border-bottom: 0px solid black;
}


input.changemetadata
{
	width:700px;
}



/* default for alle sider, hvid baggrund og sort tekst*/
body
{
	background-color: #FFFFFF;
	color: black;
	font-family: verdana, courier, serif;
}

/* */
h1
{
	font-size: 24pt;
}
h3
{
	font-size: 16pt;
}
h4
{
	font-size: 14pt;
}


/* */
.normaltext
{
	font-size: 10pt;
}
/* */
.smalltext
{
	font-size: 8pt;
}
/* */
li
{
	font-size: 10pt;
	color: black;
}

/* */
form
{
	font-size: 10pt;
	color: black;
}




/* */
a:active
{
	font-weight: bold;
	color: #830001;
	text-decoration: none;
}
a:visited
{
	font-weight: bold;
	color: #830001;
	text-decoration: none;
}

a:link
{
	font-weight: bold;
	color: #830001;
	text-decoration: none;
}

a.menu:active
{
	font-size:12px;
	color:#EFDBDB;
	text-decoration: none;
	font-weight:lighter;
}
a.menu:visited
{
	font-size:12px;
	color:#EFDBDB;
	text-decoration: none;
	font-weight:lighter;
}

a.menu:link
{
	font-size:12px;
	color:#EFDBDB;
	text-decoration: none;
	font-weight:lighter;
}




.hiddentxtarea
{
	/* font */
	font-family: Verdana; /* remove scroll bar */ /* 	scrollbar-face-color: #F0F0F1; 	scrollbar-3dlight-color: #F0F0F1; 	scrollbar-shadow-color: #F0F0F1; 	scrollbar-darkshadow-color: F0F0F1; 	*/ /* remove border */
	border: #F0F0F1;
}

/* Show no border when Hyperlinking img */
img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

img.danishFlag
{
	width: 21px;
	height: 16px;
}

img.englishFlag
{
	width: 21px;
	height: 16px;
}
img.germanFlag
{
	width: 21px;
	height: 16px;
}


