html, body {
	background:white;
	font-family: Verdana;
	font-size:10px;
}

#wrapper {
	width: 750px;
	background: #333;
	margin: 0 auto;
	color: white;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 10px;
}

.admin h2 {
	font-size: 16px;
	margin-top: 19px;
}

.admin h3 {
	font-size: 14px;
	margin: 15px 0 5px;
}

/* --------------------------------------------------------------
Menu
-------------------------------------------------------------- */
#navigation {
	width: 100%;
	z-index: 1;
	position: relative;
	/* Legacy browsers */
	background: #727378 url("../images/gradient-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Recent browsers */
	background: -webkit-gradient(linear,left top, left bottom,from(#4A4857),to(#727378),color-stop(0.03, #4A4857),color-stop(0.03, #DBDAE3),color-stop(0.06, #DBDAE3),color-stop(0.13, #F0F0F2),color-stop(0.35, #EEEEF0),color-stop(0.74, #E5E6EA),color-stop(0.75, #E2E3E8),color-stop(0.94, #CDCED3),color-stop(0.97, #CDCED3),color-stop(0.97, #727378));
	background: -webkit-linear-gradient(top,#4A4857,#4A4857 3%,#DBDAE3 3%,#DBDAE3 6%,#F0F0F2 13%,#EEEEF0 35%,#E5E6EA 74%,#E2E3E8 75%,#CDCED3 94%,#CDCED3 97%,#727378 97%,#727378);
	background: -moz-linear-gradient(top,#4A4857,#4A4857 3%,#DBDAE3 3%,#DBDAE3 6%,#F0F0F2 13%,#EEEEF0 35%,#E5E6EA 74%,#E2E3E8 75%,#CDCED3 94%,#CDCED3 97%,#727378 97%,#727378);
	background: -o-linear-gradient(top,#4A4857,#4A4857 3%,#DBDAE3 3%,#DBDAE3 6%,#F0F0F2 13%,#EEEEF0 35%,#E5E6EA 74%,#E2E3E8 75%,#CDCED3 94%,#CDCED3 97%,#727378 97%,#727378);
	background: linear-gradient(top,#4A4857,#4A4857 3%,#DBDAE3 3%,#DBDAE3 6%,#F0F0F2 13%,#EEEEF0 35%,#E5E6EA 74%,#E2E3E8 75%,#CDCED3 94%,#CDCED3 97%,#727378 97%,#727378);
}

#menu {
	width:480px;
	height:31px;
	margin:0 auto;
	z-index: -1;
}

#nav {
	width: 100%;
	z-index: -1;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	float: left;
	width:120px;
	height:31px;
	line-height:31px;
	text-align:center;
	font-style: italic;
	z-index: -1;
}

#nav li a:link, #nav li a:visited {
	width:120px;
	height:31px;
	display:block;
	color:#9C9CA0;
	text-decoration:none;
	font-family:Verdana;
	font-weight: bold;
	font-size: 12px;
	background: #727378 url("../images/gradient-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Recent browsers */
	background: -webkit-gradient(linear,left top, left bottom,from(#4A4857),to(#727378),color-stop(0.03, #4A4857),color-stop(0.03, #DBDAE3),color-stop(0.06, #DBDAE3),color-stop(0.13, #F0F0F2),color-stop(0.35, #EEEEF0),color-stop(0.74, #E5E6EA),color-stop(0.75, #E2E3E8),color-stop(0.94, #CDCED3),color-stop(0.97, #CDCED3),color-stop(0.97, #727378));
	background: -webkit-linear-gradient(top,#4A4857,#4A4857 3%,#DBDAE3 3%,#DBDAE3 6%,#F0F0F2 13%,#EEEEF0 35%,#E5E6EA 74%,#E2E3E8 75%,#CDCED3 94%,#CDCED3 97%,#727378 97%,#727378);
	background: -moz-linear-gradient(top,#4A4857,#4A4857 3%,#DBDAE3 3%,#DBDAE3 6%,#F0F0F2 13%,#EEEEF0 35%,#E5E6EA 74%,#E2E3E8 75%,#CDCED3 94%,#CDCED3 97%,#727378 97%,#727378);
	background: -o-linear-gradient(top,#4A4857,#4A4857 3%,#DBDAE3 3%,#DBDAE3 6%,#F0F0F2 13%,#EEEEF0 35%,#E5E6EA 74%,#E2E3E8 75%,#CDCED3 94%,#CDCED3 97%,#727378 97%,#727378);
	background: linear-gradient(top,#4A4857,#4A4857 3%,#DBDAE3 3%,#DBDAE3 6%,#F0F0F2 13%,#EEEEF0 35%,#E5E6EA 74%,#E2E3E8 75%,#CDCED3 94%,#CDCED3 97%,#727378 97%,#727378);
	z-index: -1;
}

#nav li a:hover, #nav li a.active {
	color:#9C9CA0;
	/* Legacy browsers */
	background: #A35E1C url("gradient-bg-hover.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	z-index: -1;
	/* Recent browsers */
	background: -webkit-gradient(linear,left top, left bottom,from(#84380E),to(#A35E1C),color-stop(0.03,#84380E),color-stop(0.03, #E4CEAB),color-stop(0.06, #E7D6B4),color-stop(0.13, #F0E6D2),color-stop(0.3, #EFE3CF),color-stop(0.37, #EEE2C9),color-stop(0.4, #EEE1CC),color-stop(0.67, #EADCBC),color-stop(0.7, #EBDCBF),color-stop(0.77, #E8D8B6),color-stop(0.93, #E7D6B3),color-stop(0.97, #DBBE87),color-stop(0.97,#A35E1C));
	background: -webkit-linear-gradient(top,#84380E,#84380E 3%,#E4CEAB 3%,#E7D6B4 6%,#F0E6D2 13%,#EFE3CF 30%,#EEE2C9 37%,#EEE1CC 40%,#EADCBC 67%,#EBDCBF 70%,#E8D8B6 77%,#E7D6B3 93%,#DBBE87 97%,#A35E1C 97%,#A35E1C);
	background: -moz-linear-gradient(top,#84380E,#84380E 3%,#E4CEAB 3%,#E7D6B4 6%,#F0E6D2 13%,#EFE3CF 30%,#EEE2C9 37%,#EEE1CC 40%,#EADCBC 67%,#EBDCBF 70%,#E8D8B6 77%,#E7D6B3 93%,#DBBE87 97%,#A35E1C 97%,#A35E1C);
	background: -o-linear-gradient(top,#84380E,#84380E 3%,#E4CEAB 3%,#E7D6B4 6%,#F0E6D2 13%,#EFE3CF 30%,#EEE2C9 37%,#EEE1CC 40%,#EADCBC 67%,#EBDCBF 70%,#E8D8B6 77%,#E7D6B3 93%,#DBBE87 97%,#A35E1C 97%,#A35E1C);
	background: linear-gradient(top,#84380E,#84380E 3%,#E4CEAB 3%,#E7D6B4 6%,#F0E6D2 13%,#EFE3CF 30%,#EEE2C9 37%,#EEE1CC 40%,#EADCBC 67%,#EBDCBF 70%,#E8D8B6 77%,#E7D6B3 93%,#DBBE87 97%,#A35E1C 97%,#A35E1C);
}

/* --------------------------------------------------------------
Header
-------------------------------------------------------------- */
#header {
	width: 100%;
	height: 98px;
	background: url('../images/boligstjernen.png') no-repeat 148px 52px;
}


.address {
	color: #6A6A6C;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}
.stjerne {
	width: 150px;
	height: 162px;
	margin-left: 5px;
	background: url('../images/stjerne.png') no-repeat;
	z-index: 5;
	position: relative;
}

/* --------------------------------------------------------------
Sidebar
-------------------------------------------------------------- */

#sidebar {
    width: 199px;
    border-right: 1px solid #616263;
	padding-top: 35px;
}

#sidebar .centersidebar p
{
	display: block;
	width: 140px;
}
#sidebar .centersidebar p span {
	float: right;
}

#sidebar .lynsog {
	font-weight: bold;
}

/* --------------------------------------------------------------
Content
-------------------------------------------------------------- */

#content {
	width: 550px;
	padding-top: 35px;
	position: relative;
}

.thumbs {
	display: inline-block;
	margin: 0 2px;
}

.solgt {
	width: 204px;
	height: 149px;
	position: absolute;
	top: 35px;
	right: 77px;
	background: url('../images/solgt.png') no-repeat;
}

/* --------------------------------------------------------------
Globals
-------------------------------------------------------------- */

.floatleft {
	float: left;
}

.centersidebar {
	margin: 0 auto;
	display: block;
	width: 140px;
}

.centerimgsidebar {
	width: 120px;
	margin: 0 auto;
	display: block;
}

.centerimg {
	margin: 0 auto;
	display: block;
}

.center496 {
	margin: 0 auto;
	width: 496px;
}

.center300 {
	width: 300px;
	margin: 0 auto;
}

.featured
{
	margin-top: 45px;
}

.textCenter {
	text-align: center;
}

.formElements {
	display: inline-block;
}

.mainLabel {
	display: inline-block;
	width: 100px;
}

.date {
	font-style: italic;
	font-weight: bold;
	font-size: 9px;
	float:right;
	margin-top: -20px;
}

hr {
	border:0;
	border-bottom:1px solid #CDCED3;
}

.nyheder > h2 {
	text-transform: uppercase;
}


/* --------------------------------------------------------------
AdvancedSearch
-------------------------------------------------------------- */
#advancedSearch ul {
			list-style: none;
		}
		
		#advancedSearch li {
			height: 23px;
		}
		
		#advancedSearch label {
			width: 110px;
			float: left;
			margin-right: 1em;
			line-height: 23px;
		}
		
		#advancedSearch .first_child {
			width:70px;
			display:inline-block;
		}

/* --------------------------------------------------------------
Admin Styling
-------------------------------------------------------------- */

.retforside {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.retforside td {
	border-bottom: 1px solid gray;
}

.retforside thead {
	font-weight: bold;
}

.width100 {
    width: 100%;
    height: 300px;
}

/**** STUFFF ******/

/** Basic Styling **/



.TTWForm{
 	width: 400px;
}


.TTWForm-container {
    font-size: 75%;
    color: #222;
    background: #fff;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.TTWForm-container h2 {
    font-size: 10px;
    margin-bottom: 0.75em;
    color: #333333;
    font-weight: normal;
}


/** Field Styles **/
.TTWForm .field, #form-title.field {
    padding-bottom: 3px;
    padding-top: 3px;
    position: relative;
    clear: both;
}

/** Field Widths */
.f_25 {
    width: 25%;
    display: inline;
    float: left;
    margin-left: 0%;
    margin-right: 0%; /* jquery ui resize grid hack - not sure why */
}

.f_50 {
    width: 50%;
    display: inline;
    float: left;
    margin-left: 0%;
    margin-right: 0%; /* jquery ui resize grid hack - not sure why */
}

.f_75 {
    width: 75%;
    display: inline;
    float: left;
    margin-left: 0%;
    margin-right: 0%; /* jquery ui resize grid hack - not sure why */
}

.f_100 {
    width: 100%;
    display: inline;
    float: left;
    margin-left: 0%;
    margin-right: 0%; /* jquery ui resize grid hack - not sure why */
}


.TTWForm input, .TTWForm textarea, .TTWForm select, div.selector, div.uploader  {
    width:100%;
    font: 10px/15px Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
    padding: 6px 0;
    color: #999999;
    border: 1px solid #d9d9d9;
    outline: none;
    display: inline-block;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 10px #eee inset;
    -moz-box-shadow: 0 0 10px #eee inset;
    -webkit-box-shadow: 0 0 10px #eee inset;
    -ms-box-shadow: 0 0 10px #eee inset;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
}

.TTWForm input:focus, .TTWForm textarea:focus, .TTWForm select:focus {
    -webkit-box-shadow: 0px 0px 5px #bfdeff;
    -moz-box-shadow: 0px 0px 5px #bfdeff;
    box-shadow: 0px 0px 5px #bfdeff;
}

.TTWForm input[type=radio], .TTWForm input[type=checkbox] {
    width: 12px;
    margin: 8px 12px;
    top: 3px;
    position: relative;
}

.TTWForm .option{
    margin:6px 0;
}

.TTWForm select {
    padding: 6px 6px;
}

.TTWForm textarea {
    overflow: hidden;
}

.TTWForm label {
    color: #666;
    text-align: left;
    font: 16px/24px Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
}

.TTWForm .submit input {
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    text-shadow: 1px 1px 0px #fff;
    display: block;
    margin: 12px 5px 12px 0;
    text-align: center;
    float: right;
    padding: 6px 12px;
    height: 36px;
    cursor: pointer;
    min-width: 96px;
    width:auto;
    background: #FBFBFB; /* old browsers */
    background: -moz-linear-gradient(top, #FBFBFB 0%, #EEEEEE 99%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBFBFB), color-stop(99%, #EEEEEE)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#FBFBFB', endColorstr = '#EEEEEE', GradientType = 0); /* ie */
    border: 1px solid #cfcfcf;
    font-weight: bold;
    color: #666;
}


#form-title {
    padding: 12px;
}

#form-title h2{
    margin-bottom:0;
}

/** Date Input **/

#calroot {
    z-index: 10000;
    margin-top: -1px;
    width: 198px;
    padding: 2px;
    background-color: #fff;
    font-size: 11px;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 0 15px #666;
    -webkit-box-shadow: 0 0 15px #666;
}

#calhead {
    padding: 2px 0;
    height: 22px;
}

#caltitle {
    font-size: 14px;
    color: #0150D1;
    float: left;
    text-align: center;
    width: 155px;
    line-height: 20px;
    text-shadow: 0 1px 0 #ddd;
}

#calnext, #calprev {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    cursor: pointer;
    background: transparent url(../images/prev.png) no-repeat center center scroll;
}

#calnext {
    float: right;
    background: transparent url(../images/next.png) no-repeat center center scroll;
}

#calprev.caldisabled, #calnext.caldisabled {
    visibility: hidden;
}

#caltitle select {
    font-size: 10px;
}

#caldays {
    height: 14px;
    border-bottom: 1px solid #ddd;
}

#caldays span {
    display: block;
    float: left;
    width: 28px;
    text-align: center;
}

#calweeks {
    background-color: #fff;
    margin-top: 4px;
}

.calweek {
    clear: left;
    height: 22px;
}

.calweek a {
    display: block;
    float: left;
    width: 27px;
    height: 20px;
    text-decoration: none;
    font-size: 11px;
    margin-left: 1px;
    text-align: center;
    line-height: 20px;
    color: #666;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.calweek a:hover, .calfocus {
    background-color: #ddd;
}

a.calsun {
    color: red;
}

a.caloff {
    color: #ccc;
}

a.caloff:hover {
    background-color: rgb(245, 245, 250);
}

a.caldisabled {
    background-color: #efefef !important;
    color: #ccc !important;
    cursor: default;
}

#calcurrent {
    background-color: #498CE2;
    color: #fff;
}

#caltoday {
    background-color: #333;
    color: #fff;
}


/** Range Input **/

.slider {
    background: #3C72E6 url(../images/range_gradient.png) repeat-x 0 0;
    height: 9px;
    position: relative;
    cursor: pointer;
    border: 1px solid #333;
    width: 100%;
    float: left;
    clear: right;
    margin-top: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: inset 0 0 8px #000;
}

.progress {
    height: 9px;
    background-color: #C5FF00;
    display: none;
    opacity: 0.6;
}

.handle {
    background: #fff url(../images/range_gradient.png) repeat-x 0 0;
    height: 28px;
    width: 28px;
    top: -12px;
    position: absolute;
    display: block;
    margin-top: 1px;
    border: 1px solid #000;
    cursor: move;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;

}

.range {
    border: 1px solid #ddd;
    float: left;
    font-size: 20px;
    margin: 0 0 0 15px;
    padding: 3px 0;
    text-align: center;
    width: 50px !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


/**Error Messages **/

.TTWForm .error {
    height: 16px;
    font: 11px/16px Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
    color: #ff0033;
    padding-left: 12px;
    z-index: 999;
    position:relative;
    top:-1px;
}


/** Loading Indicator **/
.loading-text{
    position:relative;
    top:-3px;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */