body, table, td{
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/* Bakgrundsfärg */
body
{ 
background-image:url(bilder/background.jpg);
background-repeat: repeat-x;
background-color: #d9cce4;
}

/* Inre bakgrundsfärg  */
.bgtable{ background-color: #FFFFFF;
	/* Bakgrundsbild starts here */
	/*background-attachment: fixed;
	background-image: url(bilder/bg.jpg);
	background-position: top;
	background-repeat: repeat-y;*/

}

/* och ends here */

/** Yttre bakgrundsfärg **/
.outerborder{ background-color: #80848A;}

/** Inre bakgrundsfärg **/
.menubgcolor{ background-color: #8357B5;}

.rub{
	font-face: verdana, helvetica, arial;
	font-size: 17px;
	font-weight: bold;
	}

.alert{
	color: #d04040;}

.smalltext{
	font-face: arial, helvetica, sans-serif;
	font-size: 9px;}

.input{
	font-family: verdana, helvetica, arial;
	font-size: 10px;
	}

a{ color: #000000; }
a:visited{ color: #000000; }
a:hover{ color: #000000; }

.menu{ color: #ffffff; }
.menu:visited{ color: #ffffff; }
.menu:hover{ color: #e8e8e8; }

ul li{
	list-style: round;
	margin: 0 0 2px 0;
	}
ul{
	padding-left: 8px;
	margin: 13px;
}

#textbox
{
	width: 565px;
}

#leftside
{
	width: 530px;
	padding: 30px 10px 10px 20px;
	float: left;
	}
	
#leftside h3
{
	font-size: 14px;
	font-weight: bold;
	color: #636;
	}
	
#rightside
{
	padding: 30px 10px 10px 15px;
	text-align: center;
	background-color:#FFF;
}

#rightside h3
{
	font-size: 12px;
	font-weight: bold;
	color: #636;
	}

#footer
{
	margin: 10px auto 10px 15px;
	width: 540px;
	word-spacing: 1px;
	
}

#footent
{
	padding-left: 541px;
	height: 25px;
}


	
#leftside h4
{
	font-size: 12px;
	font-weight: bold;
	color: #636;
	}
	

	
