/* CSS Document */

body
{
	background-color: #1d6017;
	margin: 15x 0px 0px 0px;
	padding: 0px;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	font: 14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}
p { margin-left:30px; }

.white_small {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:11px;
	
}
.white_small_underline {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-decoration: underline;
}
.white_small_underline A:visited  {
	color: #FFFFFF;
	text-decoration: underline;
}
.white_small_underline A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.white_small_underline A:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.white_small_underline A:link  {
	color:#FFFFFF;
	text-decoration: underlinee;
}
.lightgray
{
	font-family:Arial, Helvetica, sans-serif;
	color:#dadada;
	font-size:11px;
}
.lightgray A:visited  {
	color: #dadada;
	text-decoration: none;
}
.lightgray A:hover {
	color: #dadada;
	text-decoration: underline;
}
.lightgray A:active {
	color: #dadada;
	text-decoration: none;
}
.lightgray A:link  {
	color:#dadada;
	text-decoration: none;
}

.blockleft {
  clear: both;
  margin-bottom: 5px;
  float: left;
  }

  .th {
  float: left;
  padding: 27px 13px 0 10px;
  }

 img.ith {
  display: block;
  padding: 0;
  margin-bottom: 8px;
  border: 1px solid #FFFFFF;
  }

.tha {
  float: left;
  border-left: 1px solid #FFFFFF;
  padding-left: 10px;
  }


.blockright {
  clear: both;
  margin-bottom: 5px;
  float: right;
  }
  

  #adsense {
	width: 100%;
	height: auto;
	}
	
#stufftitle {
margin-top:10px;
margin-left:10%;
color:#087317;
font-size: 30px;
font-weight: bold;
}

#stuffdesc {
margin-left:15%;
color:#023509;
font-size: 14px;
font-weight: bold;
}

/* Video divens css */

#playerdiv {
margin-left:15%;
width: 430px;
height: 437px;
background: url('images/player_golf_top.gif') top left no-repeat;
padding-top: 34px;
}

/* Link farver */
a {
color: #109623;
font-weight: bold;
}

a:hover {
color: #087317;
font-weight: bold;
}

/* Billede Skygge */
#imageshadow {

padding-right: 5px;
padding-bottom: 5px;
background: url('../images/shadow.gif') bottom right no-repeat;
}

#sendersname, #friendname, #friendmail {
width: 266px;
height: 18px;
background: url('../images/inputbg.gif');
color: #212121;
border: 1px solid black;
}

#sendersname:hover, #friendname:hover, #friendmail:hover {
width: 266px;
height: 18px;
background: url('/images/inputbg_hover.gif');
color: #212121;
border: 1px solid black;
}

#message {
background: url('/images/textbg.gif');
color: #212121;
border: 1px solid black;
}

#message:hover {
background: url('/images/textbg_hover.gif');
color: #212121;
border: 1px solid black;
}