/* 
	CSS Document 
	@author			:	Nolgard, Johan Lindqvist
	@created		:	2008-05
	
	@version		:	1.0 - 2008-05-23
	
	
	@description	:	Denna fil styr vilka bakgrunder och färger som de olika objekten på webbplatsen har. 
						Observera att denna fil inte styr färger för typsnitt, detta styrs från filen text.css.
	
		
*/


html{
	background-color: #FFFFFF;
	background-image: url(../pics/bkg/bkg_body_2000.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

/* LAYOUT */


div#topcontent {
	background-color: #fff;
	/*background-image: url(../pics/bkg/bkg_content_top_lila.png);
	background-repeat: repeat;
	background-position: left top;*/
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
div#centercontent {
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
div#bottomcontent {
	background-color: #FFF;
	/*background-image: url(../pics/bkg/bkg_content_bottom_lila.png);
	background-repeat: no-repeat;
	background-position: left top;*/
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

