html, body
{
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
	background-image: url(../images/template_tilmeld_PROV-721.jpg);
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: white;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	background-color: #ecece8;
}

#maincolumn {
	margin: auto;
	width: 1000px;
	height: 892px;
	text-align: left;
	overflow: hidden;
	position:relative;
	background-position: center top;
}

/*------------text------------*/
h1{
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 6px;
	line-height: 1.2;
	color: #363636;
}

p{
	font-size: 15px;
	font-weight: 400;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

/*-------------------------------*/
a:link {
	color: #5d5d5d;
	border: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #5d5d5d;
	border: none;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
	clear: left;
}

#img {
	border: none;
}


/*---------------------Order--------------------*/
#outer
{
	position: absolute;
	right: 40px;
	top: 155px;
	padding: 0;
	width: 320px;
	height: 370px;
}

#inner{
	position: relative;
}

.rows{
	height: 33px;
	margin-top: 2px;
}

.inputRows{
	float: left;
	width: 105px;
	height: 21px;
	margin-right: 2px;
	font-weight: 580;
}
.LabelRows{
	float: left;
	margin-right: 2px;
}

.descriptionsRows{
	float: left;
	margin-right: 2px;
}

.contact_fields{
	margin-bottom: 16px;
}

/*-----input opfoersel-----*/
#order input, #order select {
  	margin:0;
	border: 1px solid #999;
}

#order input:focus, #order select:focus {
	border: 1px solid white;
	background: white;
	box-shadow: 0 0 2px 2px green;
	-moz-box-shadow: 0 0 2px 2px green;
	-webkit-box-shadow: 0 0 2px 2px green;
	outline: none;
}

#order .error {
	outline: 1px solid #ffb6b6;
	border: 1px solid white;
	background: white;
}
/*------------------------*/

.txtbox {
	background: white;
	vertical-align: middle;
	border: 1px solid #888;
	border-radius: 4px;
	width: 170px;
	height: 26px;
	font-size: 15px;
	font-weight: 400;
	padding-left: 5px;
}

.dropmenu {
	background: white;
	vertical-align: middle;
	border: 1px solid #888;
	border-radius: 4px;
	width: 190px;
	height: 30px;
	font-size: 15px;
	font-weight: 400;
	padding-left: 5px;
}

.button{
	position: absolute;
	width: 172px;
	height: 51px;
	float: right;
	right: 10px;
	margin-top: 20px;
	background: url(../images/button_next.jpg) transparent no-repeat;
	border: none;
	cursor: pointer;
}

.button:hover{
	background: url(../images/button_next_hover.jpg) transparent no-repeat;
	border: none;
	cursor: pointer;
}