html 
{
	overflow-y: scroll;
	height: 100%;
}

body
{
	font-family: trebuchet MS, verdana, arial;
	font-size: 13px;
	color: #dadada;
	/*/background-color:#878889;/**/
	/**/background-color:#52575a;/**/
	/*background-image: url(/images/baggrund_jul.jpg);
	background-repeat: repeat-x;
	background-position: top;*/
	height: 100%;
}

#julebaggrund_sne
{
	width: 999px; 
	margin: 0px auto; 
	padding: 0px;
	/*background-image: url(/images/Snefnug.png);
	background-repeat: repeat-y;
	background-repeat: no-repeat;
	background-position: top;*/
}

#logoTd
{
	background-image: url(../images/landit_logo.gif);
	background-repeat: no-repeat;
}

A:link {
	text-decoration: none; 
	color: #dadada;
}
A:visited {
	text-decoration: none; 
	color: #dadada;
}
A:hover {
	text-decoration: none; 
	color: #dadada;
}

.bottombox_frontpage
{
	width:30%;
	height:370px;
	padding:15px;
	padding-top: 15px;
	vertical-align: top;
	text-align: left;
}

.middlebox_frontpage
{
	width:40%;
	height:370px;
	padding: 15px;
	padding-top:5px;
	vertical-align: top;
	text-align: left;
	border-bottom: 10px solid #37393a;
	border-top: 10px solid #37393a; 
	background-color: #525759;
}

.large_left_box
{
	width:70%;
	padding: 15px;
	vertical-align: top;
	text-align: left;
	border: 10px solid #37393a;
	border-right: 0px;
	background-color: #525759;
}

.large_box_bottom
{
	width:100%;
	padding: 15px;
	vertical-align: top;
	text-align: left;
	border: 10px solid #37393a;
	background-color: #525759;
}

.headline
{
	color:#e4cd9a;
	font-size:15px;
}

.appetizer
{
	color:#e4cd9a;
	font-size:14px;
}

.date_written
{
	color:#dadada;
	font-style:italic;
	font-size:12px;
}

.content
{
	color:#dadada;
}

a.readmore
{
	color:#eeb25d;
}

a.appetizer
{
	color:#e4cd9a;
	font-size:14px;
}

.topmenu 
{
	/**/float:right;/**/
	color: #FFFFFF;
}

.topmenu_selected
{
	/**/float:right;/**/
	color: #eeb25d;
}

.topmenu div:hover
{
	color: #e4cd9a;
}

/* Gallery kategories List */
div.gallery_kategori_list 
{
  margin-top:10px;
}

div.gallery_kategori 
{
  float: left;
  width:294px;
  margin-bottom:20px;
  margin-right:10px; 
  height:100px;
}

div.gallery_kategori_list div.kategori_img 
{
  width:120px; 
  height:90px;
  float:left;
  padding:5px;
  border:1px solid #BBBBBB;
}

div.gallery_kategori_list div.kategori_title 
{
  height:20px;
  padding-bottom:5px;
  text-align:left;
  color:green!important;
}

div.gallery_kategori_list div.kategori_title a.kategori_title 
{
	font-weight:bold;
	font-size:18px;
	text-decoration:none;
	font-size:16px;
	color:#D20020;
}

div.gallery_kategori_list div.kategori_text 
{
  position:relative; 
  margin-left:8px;
  padding-top:0px;
  font-size:11px;
  float:left;
  width:150px;
  height:100px;
  text-align:left;
  overflow:hidden;
}

div.gallery_kategori_list div.kategori_link 
{
	font-size:12px;
	font-weight:bold;
}
/* END Gallery kategories List */

/* Gallery pictures List*/
div#gallery_list 
{
	margin-top:10px;
}

div#gallery_content 
{
	margin-top:10px;
}

div.gallery 
{
	position:relative;
	height:140px;
	width:140px;
	float: left;
	margin-bottom:20px;	
	margin-right:5px; 
	text-align:center;
	border: 1px solid #BBBBBB;
	padding:0px;
}

div.gallery_img 
{
	/*
	position:absolute;
	left: 0px;
	text-align:center;
	margin-top:50%;
	margin-left:50%;
	*/
	height:140px;
	left:140px;
}

div.gallery_img img 
{
	padding:0px;
	margin:0px;
	border: 0px; 
	text-align:center;
}

a.gallery_img_link 
{
	margin:0px;
	padding:0px;
}

div.gallery_innerPicture 
{
	max-height:400px;
	position:absolute;
	top: 50%;
}

div#gallery_pictureText 
{
	overflow:auto;
}
/* END Gallery Picture */
