@charset "UTF-8";
body {
	background-attachment:fixed;
	background-image: url(../waldorf_bilder_rosa/rosabakgrund.jpg);
	background-repeat: repeat;
	margin: 0;
	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;
	font: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F07389;
	background-position: center center;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header { 
	background-image: url(../waldorf_bilder_rosa/rosa_skola_header.gif);
    height: 70px;  
	padding: 0 10px 0 10px; 
	filter:alpha(opacity=60);
  	opacity:0.6;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding: 10px 0;
	}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FF6699;
	}	
.oneColFixCtrHdr #textContent {
	width: 760px;
	min-height: 200px;
	background-color:#FFFFFF;
	font-family: "garamond", "Times New Roman", Times, serif;
	clear:both;
	margin: 0;
	padding: 10px 10px 10px 10px;
	text-align: center;
	font-size: 14px;
	color: #ce354e;
}
.oneColFixCtrHdr #hem {
	width: 50px;
	float: right;
	padding: 10px 10px 10px 10px; 
	text-align: right;
}
.oneColFixCtrHdr #footer {
	padding: 10px 10px 10px 10px;
	background-image: url(../waldorf_bilder_rosa/rosa_footer_skolan.gif);
	background-position:center;
	background-repeat:no-repeat;
	filter:alpha(opacity=60);
	opacity:0.6;
	color: #FFFFFF;
}
.oneColFixCtrHdr #footer p {
	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 */
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link { 
	color: #CC6666;text-decoration: none; }
a:visited { 
	color: #CC6666;text-decoration: none; }
a:hover { 
	color: #CC6666;text-decoration: underline;
}

