/*
--------------------------------------------------

 CSS for BananflugefŠllan
 http://www.bananflugefallan.se
 by Robert Eriksson
 Robert Eriksson Design, http://www.re-design.se
 April 2009

--------------------------------------------------
*/

/*------------------ zero resets ------------------*/

body, form, select, h1, h2, h3, h4, ul, li {
	padding: 0;
   margin: 0;
}

img {
	border: 0;
	vertical-align: top;
}

/*------------------ general content ------------------*/

body {
/*
	background: #fae4ee URL(images/bananflugefallan_head.jpg) no-repeat top center;
*/
	background-color: #fae4ee;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}

a {
	text-decoration: none;
	color: #c18aa2;
}

a:hover {
	color: #892f56;
	text-decoration: underline;
	cursor: pointer;
}

h1 {
	font-size: 16px;
	padding-bottom: 25px;
	letter-spacing: 1px;
}

h2 {
	font-size: 13px;
	padding-bottom: 8px;
	letter-spacing: 0.1em;
}

/*------------------ containers and columns ------------------*/

#wrapper {
	width: 745px;
	margin: 0 auto;
}

#content {
	background: URL(images/bananflugefallan_bg_border.jpg) repeat-y;
	text-align: left;
/*
	margin: 187px 0 0 0;
*/
}

#leftcol {
	width: 450px;
	float: left;
	text-align: left;
	padding: 20px 15px 0 35px;
	position: relative;
	min-height: 515px;
	height: auto !important;   /*for MSIE not supporting min-height*/
	height: 515px;             /*for MSIE not supporting min-height*/
}

#rightcol {
	width: 214px;
	float: right;
	text-align: left;
	padding: 10px 17px 0 12px;
	border-left: 2px solid #d4d4d4;
	min-height: 525px;
	height: auto !important;   /*for MSIE not supporting min-height*/
	height: 525px;             /*for MSIE not supporting min-height*/

}

/*------------------ right navigation ------------------*/

#nav li {
	list-style: none;
	padding-bottom: 5px;
}


/*------------------ content ------------------*/

#nyheter {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	background-color: #9c9c9c;
	padding: 3px 0 2px 10px;
	margin: 20px 0 10px 0;
}

#kontakt li {
	list-style: none;
	border-left: 1px solid #000;
	padding: 0 25px 0 7px;
	margin-top: 50px;
	float: left;
	font-size: 11px;
}

#varukorg td {
	 border-bottom: 1px solid #cccccc;
}

#varukorg input {
	width: 24px;
	height: 15px;
	background-color: #fbf2f6;
	border: 1px solid #cccccc;
	color: #525355;
	text-align: center;
}

#uppgifter input, #uppgifter textarea {
	width: 260px;
	background-color: #fbf2f6;
	border: 1px solid #cccccc;
	color: #525355;
	line-height: 17px;
}

#uppgifter #btnSkicka {
	width: 72px;
	height: 25px;
	border: 0px;
	padding-top: 12px;
	background-color: #fff;
}

#uppgifter #checkBox {
	width: 20px;
}

.asterix {
	color: #9c9e9f;
	font-size: 15px;
	padding-left: 5px;
}

.bold27sv {
	font-size: 27px;
	font-weight: bold;
}

.bold12red {
	font-size: 12px;
	font-weight: bold;
	color: #c00016;
}

.bold18red {
	font-size: 18px;
	font-weight: bold;
	color: #e1001a;
}

.grey {
	color: #87888a;
}

.pris {
	text-align: right;
	padding-right: 45px;
}

/*------------------ footer ------------------*/

#footer {
	background: #fae4ee URL(images/bananflugefallan_bg_footer.jpg) no-repeat;
	width: 100%;
	height: 30px;
	clear: both;
	margin-bottom: 20px;
}

/* clearfix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* end clearfix */
