img
{
    margin:0px;
    padding:0px;
}
body  {
	font: 100% Arial, Helvetica, sans-serif;
	font-size:10pt;
	background-color:#FFFFFF;
	background-image: url(../img/vert_back.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; 
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.thrColFixHdr #container { 
	width: 858px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:21px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../img/page_footer.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
} 
.thrColFixHdr #header { 
	background: #FFFFFF; 
	height:130px;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #header h1 { 
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #header #catbar
{
	margin-left:207px;
}
.thrColFixHdr #header #catbar a
{
	margin-left:10px;
	width:83px;
	height:35px;
	display:block;
	float:left;
	text-align:center;
	background-image:url(../img/cat_boende.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	padding-top:85px;
}

.thrColFixHdr #catItem .link
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:5px;
	text-transform:uppercase;
}

.thrColFixHdr #topbar { 
	height:21px;
	padding: 0px 0px 0px 0px;
	margin-bottom:8px;
}
.thrColFixHdr #topbar.bar
{
    background-color:#ffd500;
}

.bar_95, .Cat95
{
    background-color:#ffd500;
}
.bar_110, .Cat110
{
    background-color:#f29400;
}
.bar_111, .Cat111
{
    background-color:#009ee0;
}
.bar_121, .Cat121
{
    background-color:#d85195;
}
.bar_122, .Cat122
{
    background-color:#9173ad;
}
.bar_125, .Cat125
{
    background-color:#c9d200;
}
.bar_130, .Cat130
{
    background-color:#97753b;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 207px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */	
}
.thrColFixHdr #sidebar2 #offerbar
{
	width:185px;
	height:27px;
	padding:11px;
	background-color:#ffd400;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	font-weight:bold;
	margin-top:10px;
}
.thrColFixHdr #sidebar2 #fastLinks
{
	width:196px;
	height:22px;
	background-color:black;
	padding-left:11px;
	margin-top:10px;
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:8px;
}
.thrColFixHdr #sidebar2 #fastLinkSquare
{
	width: 196px;
	height:149px;
	padding-left:11px;
	padding-top:11px;
	background-image:url(../img/bird.jpg);
	background-repeat:no-repeat;
}
.thrColFixHdr #sidebar2 #fastLinkSquare .text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:7pt;
}
.thrColFixHdr #mainContent ul
{
    margin-left:0px;
    padding-left:0px;
}
.thrColFixHdr #mainContent li
{
    margin-left:15px;
    padding-left:0px;
}
.thrColFixHdr #footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	margin-top:30px;
	margin-bottom:80px;
} 
.thrColFixHdr #footer p {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#878889;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #bottom
{
	background-image: url(../img/bottom.jpg);
	height:103px;
	width:858px;
	position:absolute;
	bottom: 0px;
	background-position:center bottom;
	background-repeat:no-repeat;
}

#Weather
{
    text-align:right;
    
    display:block;
    line-height:21px;
    margin-right:8px;
    text-decoration:none;
}
#Weather a
{
    text-decoration:none;
}
#WeatherText
{
    color:White;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    margin-right:8px;

}
INPUT, .inputForm
{
    padding:0px;
    margin:0px;
    font-size:8pt;
	vertical-align:middle;
}
.btnSend
{
    padding:2px 16px 2px 16px;
    background-color: #ffd500;
	color: #FFF;
	font-family: "Century Gothic", sans-serif;
	font-size: 0.9em;

	border: 1px solid #FFF;
	text-align: center;
}


.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color:#dbdbdb;
    color: Black;
}
.MyCalendar .ajax__calendar_header
{
    background-color:#cccccc;
    padding-top:4px;
    
}
.ajax__calendar_prev{}
.ajax__calendar_title{}
.ajax__calendar_next{}
.ajax__calendar_body 
{
    background-color:#eeeeee;    
}
.ajax__calendar_days{}
.ajax__calendar_dayname{font-weight:bold;}
.ajax__calendar_day
{
    
    }
.ajax__calendar_months{}
.ajax__calendar_month{}
.ajax__calendar_years{}
.ajax__calendar_year{}
.ajax__calendar_footer{}
.ajax__calendar_today{}
.ajax__calendar_hover
{
    background-color:Yellow;
}
.ajax__calendar_active{}
.ajax__calendar_other
{
    color:#aaaaaa;
}

/*   Gästboken */

.GbTblTop
{
    background-color:#eeeeee;
    line-height:16px;
    padding:4px;
}
.gbtext
{
    font-size:11px;
}
.gbFooter
{
    font-size:10px;
    font-style:italic;
}

/* Galleriet */

.imgButton
{
	padding:5px;
}

/* bilden i sidfoten */
#bottomBanner
{
	width:858px;
	height:190px;
	display:block;
}
/* Events */

#NextEventsBar
{
    width:185px;
	height:27px;
	padding:11px;
	background-color:#d85194;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
    color:White;

}

#NextEvents
{
    height: 233px;
    background-color:#eeeeee;
    margin-top:0px;
    padding:0px;
}
#NextEvents UL
{
    list-style:none;
    margin-top:0px;
    margin-left:0px;
    padding-top:10px;
	padding-left:15px;
}
#NextEvents UL LI A
{
    text-decoration:none;
}
    
#MonthViewItem
{
    width:424px;
}
#MonthViewItem .ItemImage
{
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}
.MonthSelected
{
    background-image: url(../../img/month_tab.jpg);
    height:35px;
    width:67px;
    background-color:Black;
    border:none;
    padding-top:8px;
    font-size:12pt;
}
.Month
{
    height:35px;
    width:50px;
    border:none;
    padding-top:8px;
    font-size:12pt;
    background:none;
}
.Month:hover
{
    color:#DBDBDB;
}
