
/**Layout*****************************************
 *
 * ths_all.css
 * (basic elements)
 * gemensamt stylesheet för Thaiskolan
 *   
 * @author Magnus Mårdh
 * @version 1.0
 * Upphovsrätt © 2004-2007 SenTangChalat.  
 *<adress>magnus@thaiskolan.se</adress>
 **************************************************/


body {/*ja*/
  width: 800px;
	margin: 0px;
}

#container { /*ja*/
	padding: 0px;  
	margin: 10px;
	border: 0px solid #660000;
	overflow: visible; 
} 

#pageHeader {
  width: 650px;
	height: 100px;
	top: 0px; 
  left: 0px;
	margin: 1px 10px 20px 30px; 
	border: 2px ridge gold;
	padding-left: 80px;
	padding-right: 30px;
	position: relative;
}

p { 
	font: 8pt/16pt georgia; 
	margin-top: 30px; 
	text-align: justify;
}

a {  
	text-decoration: none; 
}

/* specific divs */

#body0 {
   background-color: #635958;
	 /*background: #635958 url(pics/test.gif) repeat top right;*/
}

#body1 {/*ja*/
   background: #ffcc99 url(../pics/beigbg.gif) repeat top right;
}

#body2 {
   background: #ccc url(../pics/brobg2b.gif) repeat top right;
}

#body3 {
   background: #fc9 url(../pics/redbg2b.gif) repeat top right;
}

#body4 {
   background: #fc9 url(../pics/beigbg1b.gif) repeat top right;
}

#body5 {
   background: #fc9 url(../pics/greenbg1b.gif) repeat top right;
}

#body6 {
   background: #fc9 url(../pics/yellbg.gif) repeat top right;
}

#body7 {
   background: #fc9 url(../pics/bluebg2b.gif) repeat top right;
}

img {/*ja*/
  border-width: 0;
}	
		
#footer {/*ja*/
  position: absolute;
	font-size: 9pt;
  background-color: transparent;
  color: black;
	top: 750px;
	left: 100px;
	width: 90%;
	text-align: center; 
}
	
#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}



