BODY
{/*    BACKGROUND-COLOR: #FEFF91; */font-family: verdana, arial, helvetica, sans-serif}
A:active{    COLOR: #ff0000;    FONT-WEIGHT: bold;    TEXT-DECORATION: underline}
A:hover
{    COLOR: #ff0000;    FONT-WEIGHT: bold;    TEXT-DECORATION: underline}
A{    COLOR: #0000ff;    FONT-WEIGHT: bold;    TEXT-DECORATION: underline}
A:visited{    COLOR: green;    FONT-WEIGHT: bold;    TEXT-DECORATION: underline}
A:link{    COLOR: #0000ff;    FONT-WEIGHT: bold;    TEXT-DECORATION: underline}
H1{    TEXT-ALIGN: center}

td.rowstop { border-top: 1px solid grey; }td.rowsbtn { border-bottom: 1px solid grey; }td.rowstype { border-bottom: 1px solid grey; border-top: 1px solid grey;}
/*HONZA - har tilføjet CSS for dropdown box*/
#text{float:left;width:100px;}

select{/* width: 200px; *//* height: 24px; */  /*orig 29px */border-radius: 3px;border: 1px solid #CCC;font-weight: 200;font-size: 15px;font-family: Verdana;box-shadow: 1px 1px 5px #CCC;}
select: hover{/* width: 200px; *//* height: 24px; */border-radius: 3px;border: 1px solid #CCC;font-weight: 200;font-size: 15px;font-family: Verdana;box-shadow: 1px 1px 5px #CCC;}
/*CSS for input textbox and password*/
input[type='text'], input[type='password']{/* width: 200px; *//* height: 20px; */border-radius: 3px;border: 1px solid #CCC;/* padding: 8px;*/font-weight: 200;font-size: 15px;font-family: Verdana;box-shadow: 1px 1px 5px #CCC;}

input[type='text']:hover, input[type='password']:hover
{
/* width: 200px; *//* height: 20px; */border-radius: 3px;border: 1px solid #aaa;/* padding: 8px;*/font-weight: 200;font-size: 15px;font-family: Verdana;box-shadow: 1px 1px 5px #CCC;}
/*CSS for textarea*/
textarea{/* width: 200px; *//* height: 90px;*/border-radius: 3px;border: 1px solid #CCC;/* padding: 8px;*/font-weight: 200;font-size: 15px;font-family: Verdana;box-shadow: 1px 1px 5px #CCC;}
textarea:hover{/* width: 200px; *//* height: 90px;*/border-radius: 3px;border: 1px solid #aaa;/* padding: 8px;*/font-weight: 200;font-size: 15px;font-family: Verdana;box-shadow: 1px 1px 5px #CCC;}


