body
{
	overflow: scroll;
}

.box
{
    border: 1px dotted #C0C0C0;
}
.text
{
  font-family: Tahoma;
  font-size: 11px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.comEdit {
	font-family: Tahoma;
	font-size: 11px;
	padding-top: 5px;
  color: #999999;
}
.overskrift
{
  font-family: Century Gothic;
  font-size: 14px;
}
.button
{
	background-image: url('image/button.png');
	display: inline;
	cursor: hand;
	font-family: Tahoma;
	font-size: 10px;
	padding-left: 3px;
	padding-right: 3px;
}
.edit
{
	border: 1px solid #A7A7A7;
	font-family: Tahoma;
  font-size: 11px;
  width: 350px;
  height: 125px;
	
}
a:link
{
  color: #006666;
  text-decoration: none;
  font-weight: bold;
}
 
a:active
{
  color: #006666;
  text-decoration: none;
  font-weight: bold;
}


a:visited
{
  color: #006666;
  text-decoration: none;
  font-weight: bold;
}
a:hover
{
  color: #006666;
  text-decoration: underline;
  font-weight: bold;
}

#sddm
{
	margin: 0;
	padding: 0;
	z-index: 30
}
#sddm li
{	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial
}
#sddm li a
{	
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	background: #6688BB;
	color: #FFF;
	text-align: center;
	text-decoration: none
}
#sddm li a:hover
{	
	background: #6688BB
}
#sddm div
{	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2
}
#sddm div a
{	
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #2875DE;
	font: 11px arial
}
#sddm div a:hover
{	
	background: #49A3FF;
	color: #FFF
}