/* ** BODY ** */
body {
	padding: 0px 0px 0px 0px;
	color : #000000; 
	background: #FFFFFF; 
	background-position: 50% 0%;
	background-repeat : repeat; 
	background-attachment : fixed;
	font-family: "verdana", sans-serif;
	font-size : x-small;
}

/* ** Tables ** */
table.main{
	font-size : small;
}

table.center{
  width : 780px;
}
 
table.messages{
  width : 780px;
}
 
table.input{
  font-size : small;
}
td.infotext{
  font-size: x-small;
  //background: #D8D8D8;
  border-bottom: 1px solid #606060;
} 

td.mldtext{
  padding: 5px 5px 5px 5px;
  font-size: small;
}

td.clean{

}

td.midinfo{
  font-size : medium;
  font-weight : bold;
  /*border-bottom : 1px solid #000000;*/
}

td.alert{
  font-size : medium;
}

/* ** Bilder generelt skal ikke ha ramme ** */
img{ 
	border: 0px; 
}

/* ** Input** */
textarea.textfieldarea{
  width : 300px;
  height : 100px;
	border-top : 2px solid #606060 ;
	border-left : 2px solid #606060 ;
	border-right : 1px solid #B0B0B0;
	border-bottom : 1px solid #B0B0B0;
}

input.textfield{
  width : 300px;
	border-top : 2px solid #606060 ;
	border-left : 2px solid #606060 ;
	border-right : 1px solid #B0B0B0;
	border-bottom : 1px solid #B0B0B0;
}

input.textfieldShort{
  width : 100px;
	border-top : 2px solid #606060 ;
	border-left : 2px solid #606060 ;
	border-right : 1px solid #B0B0B0;
	border-bottom : 1px solid #B0B0B0;
}
input.submitbutton{
	width : 180px;
	background : #585858;
	color : #FFFFFF;
	border-top : 2px solid #FFFFFF;
	border-left : 2px solid #FFFFFF;
	border-right : 2px solid #000000;
	border-bottom : 2px solid #000000;
	font-weight: bold;
}


/* ** Fonts ** */
.bold{
	font-weight : bold;
}

.smallRed{
	font-size : x-small;
	color : #FF0000;
}

.smallText{
	font-size : x-small;
}

.info{
	font-weight : bold;
	font-size : x-small;
	color : #FF0000;
	width : 780px;
}


/* ** Linker generelt ** */
a,a:visited  {
	text-decoration : none; 
	font-weight : bold; 
	font-size : x-small;
	color : #000000;
} 

a:hover, a:active {
	text-decoration : underline; 
	font-weight : bold;
	font-size : x-small; 
	color : #000000; 

}





