/* << ----------------// Outer container that holds all the columns //--------------> */
#mainContainer {
	margin:30px auto;
	padding:0;
	width:966px;
}

/* << ----------------// Header //--------------> */
#header {
	margin:0;
	padding:0;
	width:966px;
	height:150px;
	color:#1A171B;
	background-color:#97BF0D;
	background-image:url(../gfx/Sidhuvud.jpg);
	background-repeat:no-repeat;
}

/* << ----------------// Logo //--------------> */
#Logo {
	width:255px;
	height: 116px;
	margin:0;
	padding-left: 25px;
	padding-top: 17px;
}

/* << ----------------// 3 column //--------------> */
/* << --------------------------------------------> */

/* << ----------------// Left column //--------------> */
#columnOne {
	float:left;
	margin:15px 15px 15px 0;
	padding:0 0 0 0;
	width:192px;
	height:auto;
	min-height:440px;
}

/* << ----------------// Middle column //--------------> */
#columnTwo {
	float:left;
	margin-top:15px;
	margin-bottom:15px;
	padding-left:15px;
	padding-right:15px;
	width:452px;
	height:auto;
	min-height:440px;
	border-right:1px dashed #8dc63f;
	border-left:1px dashed #8dc63f;
	text-align:left;
	
}

/* << ----------------// Right column //--------------> */
#columnThree {
	float:right;
	width:260px;
	height:auto;
	min-height:440px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 15px;
}

/* << ----------------// 2 column //--------------> */
/* << --------------------------------------------> */

/* << ----------------// Middle column //--------------> */
#columnMiddle {
	float:left;
	margin-top:15px;
	margin-bottom:15px;
	padding-left:15px;
	width:743px;
	height:auto;
	min-height:440px;
	border-left:1px dashed #8dc63f;
	text-align:left;	
}

/* << ----------------// Ram Kalender //--------------> */
#RamKalender {
	float:left;
	width:192px;
	height:10px;
	text-align:center;
	background-image:url(../gfx/kalender.png);
	background-repeat:no-repeat;
	font-size:14px;
	font-weight:bolder;
	padding:10px;
	letter-spacing:5px;
	color:#000;
}
/* << ----------------// Ram Nyheter //--------------> */
#RamNyheter {
	float:left;
	width:192px;
	height:10px;
	text-align:center;
	background-image:url(../gfx/nyheter.png);
	background-repeat:no-repeat;
	font-size:14px;
	font-weight:bolder;
	padding:10px;
	letter-spacing:5px;
	color:#000;
}	
/* << ----------------// Ram //--------------> */
#Ram {
	float:left;
	margin:2px;
	padding:5px;
	width:176px;
	height:auto;
	text-align:left;
	border:1px #8dc63f;
	border-style: none none solid solid;
}
/* << ----------------// Footer //--------------> */
#footer {
	margin:0;
	padding:0;
	width:996px;
	height:300px;
	font-size:10px;
	clear:both;
}

#footer a:link, #footer a:visited {
color:#8dc63f;
text-decoration:none;
}

#footer a:hover, #footer a:active {
color:#8dc63f;
text-decoration:underline;
}

/* << ----------------// Logo Norlandia Care//--------------> */
#LogoNC {
	float:left;
	width:150px;
	height: 51px;
	margin:0 px 0px 0px 0px;
	padding:0 0 0 0 ;
}
/* << ----------------// Fot Text//--------------> */
#FotText {
	float:left;
	margin:41px 0 0 61px;
	padding:0 0 0 0 ;
	text-align:center;;
	font-size:1.2em;
}

/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //--------------> */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

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


/* << ----------------// Foto //--------------> */
#Foto {
	float:left;
	width:200px;
	margin-right:15px;
	height: 350px;
	padding:0;

}

/* << ----------------// Foto Liten //--------------> */
#FotoLiten {
	float:left;
	width:100px;
	margin-right:15px;
	height: 133px;
	padding:0;

}

/* << ----------------// Foto Tabel//--------------> */


table.Foto {
	width: 270px;
	margin-left:15px;
	border:0 none;
}	
td.Foto {
	color:#8dc63f;
	width: 80px;
	padding: 5px;
	text-align:right;
	font-size:1.2em;
}

/* << ----------------// Ram Personal //--------------> */
#RamPersonal {
	float:left;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	width:500px;
	border-bottom:1px dashed #8dc63f;
}
