.clean-form{
	display:inline;
}

.text-header{
	font-size : 11;
	font-family : Arial, Helvetica, sans-serif;
	font : bold;
	color : white;
}

.td-links{
	font-size : 11;
	font-family : Arial, Helvetica, sans-serif;
	font : bold;
	color : white;
}

.text-header2{
	font-size : 11;
	font-family : Arial, Helvetica, sans-serif;
	font : bold;
	color : gray;
}

body {
	font-size : 11;
	font-family : Arial, Helvetica, sans-serif;
	font : normal;
	color : black;
}

.text-normal {
	font-size : 11;
	font-family : Arial, Helvetica, sans-serif;
	font : normal;
	color : gray;
}

.text-ug {
	font-size : 11;
	font-family : Arial, Helvetica, sans-serif;
	font : normal;
	color : white;
}

.text-normalbold {
	font-size : 11;
	font-family : Arial, Helvetica, sans-serif;
	font : bold;
	color : gray;
}


a {
	font-size : 11;
	font-family : Arial, Helvetica, sans-serif;
	font : normal;
	color : gray;
	text-decoration : none;
}

a:hover{
	text-decoration : underline;
}

.td-normal {
	font-size : 11;
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	text-decoration : none;
}

.td-ljus {
	font-size : 11;
	font-family : Arial, Helvetica, sans-serif;
	color : white;
	text-decoration : none;
}

.a-ljus {
	font-size : 11;
	font-family : Arial, Helvetica, sans-serif;
	font : normal;
	color : white;
	text-decoration : none;
}

.th-green {
	background-color : #54835B;
	font-size : 11;
	font-family : Arial, Helvetica, sans-serif;
	font : bold;
	color : white;
	text-decoration : none;
}

.th-normal {
	background-color : #54835B;
	font-size : 11;
	font-family : Arial, Helvetica, sans-serif;
	font : bold;
	color : white;
	text-decoration : none;
}

.td-green{
	background-color : #54835B;
}

.td-gray{
	background-color : gray;
}

hr {
	width : 100%;
	height : 2px;
	color : gray;
}

.button {
	background-color : grey;
	font-size : 11;
	font-family : Arial, Helvetica, sans-serif;
	font : normal;
	height : 20px;
	width : 70px;
	border : 1px solid black;
}

.alone {
	margin-bottom : 2px;
}

.td-mouseover {
	background-color : black;
}

.td-mouseout {
	background-color : white;
}

.email-field {
	background : white;
	font-size : 11;
	font-family : Arial, Helvetica, sans-serif;
	font : normal;
	color : black;
	border : 1px solid gray;
	height : 17 px;
	width : 300 px;
}

.memo-field {
	background : white;
	font-size : 11;
	font-family : Arial, Helvetica, sans-serif;
	font : normal;
	color : black;
	border : 1px solid gray;
	height : 17 px;
	width : 300 px;
}

.address-field {
	font-size : 11;
	font-family : Arial, Helvetica, sans-serif;
	font : normal;
	color : black;
	height : 17;
	border : 1px solid gray;
	width : 200 px;
}

.contact-field {
	font-size : 11;
	font-family : Arial, Helvetica, sans-serif;
	font : normal;
	color : black;
	height : 17;
	border : 1px solid gray;
	width : 200 px;
}

.address-field2 {
	background : white;
	font-size : 11;
	font-family : Arial, Helvetica, sans-serif;
	font : normal;
	border : 1px solid Black;
	height : 17 px;
}

.memo {
	background : white;
	font-size : 11;
	font-family : Arial, Helvetica, sans-serif;
	font : normal;
	color : black;
	border : 1px solid gray;
	height : 100 px;
	width : 300 px;
}

.td-none {
}

.tr-none {
}

.tr-small {
	height : 7px;
}

.td-rubrik {
	font-size : 11;
	font-family : Arial, Helvetica, sans-serif;
	font : bold;
	color : black;
	vertical-align : top;
}

.kalender {
	font-size : 11;
	font-family : Arial, Helvetica, sans-serif;
	background-color : white;
	vertical-align : center;
	text-align : center;
	color : black;
	width : 30;
	height : 30;
}

.kalender-rubrik {
	font-size : 11;
	font-family : Arial, Helvetica, sans-serif;
	font : bold;
	background-color : gray;
	vertical-align : center;
	text-align : center;
	color : white;
	width : 30;
}





legend
	{
		font-family: Verdana, Arial, sans-serif;
		font-size: 80%;
		font-weight: bold;
		color: #006080;
		margin: 0;
		padding: 5px 0 5px;	
	}

.label
	{
		font-family: Arial, Verdana, sans-serif;
		font-size: 70%;
		font-weight: bold;
		text-transform: uppercase;
		color: #4d5762;
		margin: 0;
		padding: 5px 0 5px;
	}
	
.textfield:focus, textarea:focus
	{
		color: #333;
		border: 2px solid #E03800;
	}
	
div.autocomplete 
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 70%;
	position:absolute;
	width:500px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
}
	
div.autocomplete ul
	{
      list-style-type:none;
      margin:0px;
      padding:0px;
    }

div.autocomplete ul li.selected
	{ 
	  background-color: #ffb;
	}
 
div.autocomplete ul li
	{
      list-style-type:none;
      display:block;
      margin:0;
      padding:2px;
    
      cursor:pointer;
    }

div.informal
{
	font-style : italic;
	text-align: right;
}
