/*==============================================
Standard inställningar för hela hemsidan 
================================================*/
body { 
	background-color: #999999;
	background: url(../knappar/bg.png) repeat top left;
}
img{ 
	border:0px; 
	display: block;
}

body,td,th {
	font:normal 11px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color:#523A0B;
	text-decoration:none;
}
a:visited {
	color:#523A0B;
	text-decoration:none;
}
a:hover {
	color:#D0D2FF;
}
a:active {
	color:#523A0B;
	text-decoration:none;
}

table {
	margin-left:auto; margin-right:auto;
}

table.main {
	border-collapse: collapse;
	margin-left:auto; margin-right:auto;
	border:1px solid #000000;
	background-color: #FFFFFF;	
}

td.main {
	padding: 0px;
	margin: 0px 0px 0px 0px
}

div.stand {
	overflow:hidden;
	overflow-x:hidden;
}

div.stand img {
	display: inline;  
}

h1 {
	font-family:Georgia,Times,serif;
	font-size:16px;
	font-weight:bold;
}

h2 {
	font-family:Georgia,Times,serif;
	font-size:12px;
	font-weight:bold;
}

/*==============================================
Inställning för formulär
================================================*/

input {
	background: #F7F4EE;
	border: 1px solid #CCCCCC;
	font:normal 11px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

select {
	background: #F7F4EE;
	border: 1px solid #CCCCCC;
	font:normal 11px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

textarea {
	background: #F7F4EE;
	border: 1px solid #CCCCCC;
	font:normal 11px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

input.select {
	background: #E9F4FE;
	border: 1px solid #E9F4FE;
}

.submit input
{
	background: #F7F4EE;
	margin-left: 4.5em;
	border: 1px outset #CCCCCC;
	font:normal 11px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

table.form {
	border-collapse: collapse;
	margin-left:auto; margin-right:auto;
	border:1px solid #F7F4EE;
	background-color: #E9F4FE;	
}
td.form {
	padding: 5px;
}

td.formbut {
	width: 16px;
	height: 16px;
	border: 1px solid #F7F4EE;
	padding: 0px;
}

td.formbut:hover {
	background-color:#9999FF;
	border: 1px solid #3333FF;
}

/*==============================================
Inställning för meny
================================================*/


#dhtmlgoodies_menu{
	font-family:arial;	/* Font for main menu items */
	width:156px;	/* Width of main menu */
}
#dhtmlgoodies_menu	li{	/* Main menu <li> */
	list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin - needed for Opera */
}
#dhtmlgoodies_menu ul{
	margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
}
#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
	padding-left:10px;
}
#dhtmlgoodies_menu	li a{	/* Main menu links */
	height:20px;	/* 20 pixel height */
	line-height:20px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	/*  border:1px solid #000;	Black border */
	background-color:#DBF3FD;	/* Light blue background color */
	margin:1px;	/* A little bit of air */
	padding:1px;	/* Air between border and text inside */
	display:block;
}
#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
	color:#FFF;
	background-color:#317082;
}
.dhtmlgoodies_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border:1px solid #000;
	background-color:#E9F4FE;
	font-family:arial;
	text-align:left;
}
.dhtmlgoodies_subMenu ul{
	margin:0px;
	padding:0px;
}
.dhtmlgoodies_subMenu ul li{
	list-style-type:none;
	margin:0px;
	padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
}
.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
	white-space:nowrap;	/* No line break */		height:16px;	/* 16 pixels height */
	line-height:16px;	/* 16 pixels height */
	padding:1px;	/* 1px of "air" inside */
	display:block;	/* Display as block - you shouldn't change this */
}
.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	color:#FFF;	/* White text */
	background-color:#317082;	/* Blue background */
}
.dvhdr1 {
	background:#E9F4FE;
	font-family:arial;
	font-size:10px;
	font-weight:bold;
	border:1px solid #000000;
	padding:5px;
	width:200px;
}
.dvbdy1 {
	background:#FFFFFF;
	font-family:arial;
	font-size:9px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:5px;
	width:200px;
}


