@charset "utf-8";
/* CSS Document */

/*		Reset och nyformatering av Stilar		*/

body,a,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
margin: 0; 
padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-style: normal; 
font-weight: normal; 
}
caption,th { 
text-align: left;
}abbr,acronym { 
border: 0;
}
q:before,q:after {
content: ”;
}
ol,ul { 
list-style: none;
}
table { 
border-collapse: collapse; 
border-spacing: 0;
}
fieldset,img { 
border: 0;
}
h1,h2,h3,h4,h5,h6 {
font-size: 100%; 
font-weight: normal;
}


/*		Typografi - Typsnitt, storlek och färg		*/

html {
	font-size: 62.5%;
	color: #000000;
	font-family:  Arial, Verdana, Helvetica, sans-serif;	/*overflow: -moz-scrollbars-vertical;*/
}


/*		Klasser - Rubriker och Textformatering		*/

p {
	font-size: 1.4em;
	line-height: 1.4em;
}
h1 {
font-size: 3em;
}
h2 {
font-size: 2.6em;
}
h3 {
font-size: 2em;
}
h4 {
font-size: 1.7em;
}
h5 {
font-size: 1.6em;
font-weight: bold;
}
h6 {
font-size: 1.4em;
font-weight: bold;
}


/*		Klasser - Layout och Positionering		*/

.left {
float: left;
display: inline;
}

.right {
float: right;
display: inline;
}

.centrera {
	margin: 0 auto;
	width: 960px;
	position: relative;
}


/*		Transparent bakgrund		*/

.container {
		position: relative;
}
#column-1 {
  position: relative;
  width: 90%; /* remember to set a width */
}
.content {
	position: relative;
	text-align: left;
}
#column-1 .content {
width: 100%;
-moz-box-sizing: padding-box;
padding: 10%;
}	
.overlay {
	position: absolute;
  	top: 0; /* These positions makes sure that the overlay */
 	bottom: 0;  /* will cover the entire parent */
  	left: 0;
  	width: 100%;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	-khtml-opacity: 0.5;
}


/*		Runda hörn med Border		*/

.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block;}
.b1 {height:1px; background:#; margin:0 5px;}
.b2 {height:1px; background:#ABCC74; border-right:2px solid #; border-left:2px solid #; margin:0 3px;}
.b3 {height:1px; background:#ABCC74; border-right:1px solid #; border-left:1px solid #; margin:0 2px;}
.b4 {height:2px; background:#ABCC74; border-right:1px solid #; border-left:1px solid #; margin:0 1px;}


.contentA {
	border-right:1px solid #ABCC74; 
	border-left:1px solid #ABCC74;
	background-color: #ABCC74;
	height: 100%;
	width: 233px;
}

.contentB {
	border-right:1px solid #C7DDA1; 
	border-left:1px solid #C7DDA1;
	background-color: #C7DDA1;
	height: 100%;
	width: 233px;
}

.contentC {
	border-right:1px solid #FFF; 
	border-left:1px solid #FFF;
	background-color: #FFF;
	height: 100%;
	width: 233px;
}

.contentA, .contentB, .contentC {
padding: 10px;
}

.b5, .b6, .b7, .b8{font-size:1px; overflow:hidden; display:block;}
.b5 {height:1px; background:#; margin:0 5px;}
.b6 {height:1px; background:#C7DDA1; border-right:2px solid #; border-left:2px solid #; margin:0 3px;}
.b7 {height:1px; background:#C7DDA1; border-right:1px solid #; border-left:1px solid #; margin:0 2px;}
.b8 {height:2px; background:#C7DDA1; border-right:1px solid #; border-left:1px solid #; margin:0 1px;}




.rounded {
border-top-right-radius:;
-moz-border-radius-topright:;
-webkit-border-top-right-radius:;

border-bottom-right-radius:;
-moz-border-radius-bottomright:;
-webkit-border-bottom-right-radius:;

border-bottom-left-radius:;
-moz-border-radius-bottomleft:;
-webkit-border-bottom-left-radius:;


border-top-left-radius:;
-moz-border-radius-topleft:;
-webkit-border-top-left-radius:;
	border-radius: 1em;
	-moz-border-radius: 8px;
	-webkit-border-radius: 1em;
	border: 1px solid #000000;
	border-color: #FFFFFF;
}
