/*	------------------------------------------------	*/
/*	STILMALL FÖR NATURBRUKSGYMNASET LJUSDAL				*/
/*	Skapat av Atellus AB								*/
/*	© 2004 Atellus AB									*/
/*	------------------------------------------------	*/


body { /* Bodysettings */
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	}

/* ID # Page & Header */

#page-table { /* Page Frame */
	height: 100%;
	width: 700px;
	}

#page { /* Page */
	background-color: #FFFFFF;
	padding: 10px;
	height: 100%;
	width: 700px;
	vertical-align: top;
	}

#header { /* Pagehead */
	
	background-color: #aaaaaa;
	background-image:  url(../img-form/bg-header-w_ny.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 120px;
	width: 700px;
	}

#header a, #header a:visited { /* Pagehead Links */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	}
#header a:hover, #header a:active, .blockstxt:hover, .blocksheadtxt:hover {  /* Hover - Pagehead Links, Main Links */
	color: #990000;	
	text-decoration: none;
	}

.toplnktd { /* Pagehead Linktable (td) */
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 3px;
	}

/* Main & Navigation  */

.maintl { width: 50%; padding: 10px 5px 0px 0px; }	/* Page with 2 Cols, Column Left */
.maintr { width: 50%; padding: 10px 0px 0px 5px; }	/* Page with 2 Cols, Column Right */
.maintc { width: 100%; padding: 10px 0px 0px; }		/* Page with 1 Col, Column Center */

.maintl2 { width: 60%; padding: 10px 5px 0px 0px; }	/* Page with 2 Cols, Column Left */
.maintr2 { width: 40%; padding: 10px 0px 0px 5px; }	/* Page with 2 Cols, Column Right */

/* Blocks form & Color, Textlayout */

.blocks 		{ background-color: #cccccc; width: 100%; }		/* Blocks */
.blocksheader 	{ background-color: #cccccc; }
.blocksnav		{ padding: 5px; }					/* Navigation Blocks */
.blocksnavcorner,	{ padding: 0px; }					/* Header Blocks */ 
.blocksinfo, .blocks1col		{ background-color: #ADC9DD; padding: 5px; }					/* Information Blocks */
.blockscorner		{ background-color: #ADC9DD; }					/* Information Blocks */

.blocksfoot 	{ background-color: #95C69B; }					/* Footer Block */
.blocksline 	{ background-color: #ffffff; }					/* Line under Block */
.blocksfootnav	{ width: 260px; }								/* Footer Nvigation */

.blocks1col {
	padding: 10px;
	}
.blocksdotted1 {
	border-bottom: 1px dotted  #FFFFFF;
	}
.blocksdotted2 {
	border-left: 1px dotted  #FFFFFF;
	}	
/* END Blocks  */

.blocksheadtxt { /* TEXT Header Blocks in both Info & Nav */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	 padding: 2px 0px 2px 5px;
	}
	
p, .blockstxt { /* TEXT Blocks in both Info & Nav */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	}

.blocksh1 { /* Headlines in txt */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
.blockslnk { /* Dropdown for more txt txt */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0033cc;
	text-decoration: underline;
	}
	
.txth1 { /* Headlines in txt */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
.txtx1 { /* Headlines in txt */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
		

.quote {
	background-color: #cccccc;
	padding-left:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
/* Anpassa hemsidan (dropplist + knapp) & Mailformulär på kontakt.asp */

input.anpbtn, input.mailbtn	{/*  Knapp anpassa hemsidan & meddelande formulär */
	background-color: #95C69B;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #000000;
	text-align: center;
	cursor: auto;
	}
select.anpdrp	{/* Dropplist anpassa hemsidan*/
	background-color: #eeeeee;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	}

input.mailtxt, textarea.mailtxt	{/* textrutor i mailform */
	background-color: #eeeeee;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #000000;
	width: 200px;
	}



