body {
	margin: 20px 110px 20px 110px;
	
	color: #0F0F0F;
	background-color: #A8A8C0; /*#F0E4DF;*/
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: small;
}
#topbanner {
  
  padding: 15px;
	height: 36px;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
	background-color: #686878;
	background-image: url("headback1.jpg");
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	border: 1px black solid;
}
#topbanner h1 {
	margin-top: -4px;
	font-size: xx-large;
	font-weight: bold;
	color: #0F0F0F;
}
#topbanner h2 {
	font-size: small;
	font-weight: normal;
	margin-top: -25px;
}
#menu {

	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 4px;
	background-color: #D0D0DA;
	border: 1px black solid;
}
#menu ul {
	padding: 0;
	list-style-type: none;
	display: inline;
}
#menu li {
	display: inline;
	padding: 0px;
}
#menu a {
	padding: 3px 10px;
}
#menu a:link, #menu a:visited {
	color: #0F0F0F;
	background-color: transparent;
	text-decoration: none;
	border-left: 2px solid #999;
	border-right: 2px solid #999;
}
#menu a:hover {
	color: #036;
	background-color: #999;
	border-left: 2px solid #333;
	border-right: 2px solid #333;
}
#post {

	min-height: 460px;
	text-align: left;
	color: #000000;
	background-color: #D0D0DA;
	border: 1px black solid;
}
#posthead h1 {
	margin-top: 0px;
	margin-right: 0px;
	padding-left: 5px;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #686878;
}
#posthead a {

	background-color: transparent;
	text-decoration: none;
	padding-left: 3px;
  padding-right: 3px;

}
#posthead a:link, #posthead a:visited {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
#posthead a:hover {

	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#bottom
{
	text-align: left;
	color: #333333;
	background-color: #C6B4AF;
	margin-top: 5px;
}
#postbody p {
	position: relative;
	/*top: -15px;*/
	padding-left: 3px;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: small;
	font-weight: normal;

}
#postbody form {
	position: relative;
	top: -15px;
	padding-left: 3px;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: small;
	font-weight: normal;
}
#postbody a, #bottom a, #nyheder a {
	text-decoration: none;
	font-weight: bold;
  padding-left: 3px;
  padding-right: 3px;
  margin-right: 1px;
  margin-left: 1px;

}
#postbody a:link, #postbody a:visited, #bottom a:link, #bottom a:link ,
#nyheder a:link, #nyheder a:visited
{
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
#postbody a:hover, #bottom a:hover,
#nyheder a:hover 
{
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	/*background-color: #E1D6DE;*/
}
#postbody img{
  padding: 5px;
  float: right;  
}

#picbody p {
	position: relative;
	top: -15px;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: small;
	font-weight: normal;
	margin: 20px 20px 20px 20px;
	line-height: 140%;
	text-decoration: none;
}
#picbody img {
	padding-top: 5px;
	border: 1px;
}
#picbody a {
	text-decoration: none;
	font-weight: bold;
  padding-left: 3px;
  padding-right: 3px;
  margin-right: 1px;
  margin-left: 1px;

}
#picbody a:link, #picbody a:visited
{
	border-left: 0px solid #ccc;
	border-right: 0px solid #ccc;
}

#picbody a:hover 
{
	border-left: 0px solid #333;
	border-right: 0px solid #333;
	/*background-color: #E1D6DE;*/
}
#billeder 
{
  float: left;
  position: relative;
  width: 40%;
  margin: 0px;
  padding-left: 8px;
  padding-right: 4px;

}
#billeder p {
	position: relative;
	/*top: -15px;*/
	padding-left: 3px;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: small;
	font-weight: normal;

}
#showbilleder
{
  position: relative;
  /*width: 50%;  */
  /*margin-left: 260px;*/
  float: left;
  margin-right: 0px;
	line-height: 20px;
	padding-top: 0px;
	margin-top: 0px;

}
#showbilleder p
{
  float: left;
	margin-top: 0px;
	
}
#showbilleder img
{
  border: 1px solid #ccc;
  margin: 2px;
}

#tags {
	color: #333333;
	background-color: #A8A8C0;
	border-style: solid;
	border-top-color: #3B3B45;
	border-left-color: #3B3B45;
	border-right-color: #3B3B45;
	border-width: 2px;
	border-bottom-color: #3B3B45;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: small;
	font-weight: normal;
}
#tagsbutton {
	position: relative;
	top: 3px;
	width: 40px;
	height: 20px;
	color: #333333;
	background-color: #A8A8C0;
	border-style: solid;
	border-top-color: #3B3B45;
	border-left-color: #3B3B45;
	border-right-color: #3B3B45;
	border-width: 2px;
	border-bottom-color: #3B3B45;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: small;
	font-weight: normal;
}
#toptable {
	position: relative;
	top: -18px;
	margin: 2 px;
}
div.clear
{
  margin-top: 2px;
  clear:both;
} 
#picselect img
{
  float: none;
  clear: both;
}
#nyheder 
{
  float: left;
  position: relative;
 /* width: 55%;*/
  margin: 0px;
  padding-left: 8px;
  padding-right: 4px;

}
#nyheder p {
	position: relative;
	/*top: -15px;*/
	padding-left: 3px;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: small;
	font-weight: normal;

}
#nyhederbillede
{
  position: relative;
  /*width: 40%;  */
  /*heigth: 50%;*/
  /*margin-left: 260px;*/
  float: right;
  margin-right: 20px;
/*	line-height: 20px;*/
	padding-top: 0px;
	margin-top: 0px;


}
#nyhederbillede p
{
  float: left;
	margin-top: 0px;
	
}
#nyhederbillede img
{
  border: 1px solid #ccc;
  margin: 2px;
/*  width: 99%; */
 /* heigth: 99%; */
}
/*-----------------------------*/
#noborder
{
	border: 0px;
}
