/* generellt */

body {
	font-family: Georgia, Helvetica, Arial, Verdana, sans-serif;
	background-color: #333333;
	background-image: url("gfx/brownBg.gif");
	line-height: 16px;
	font-size : 10px;
	color: #000000;
	text-decoration: none;
	margin: 0;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
		
		
/* länkar */
		
a:link {
	color:#33CCFF;
	text-decoration: none;
}

a:visited {
	color:#33CCFF;
	text-decoration: none;
}
        
a:hover {
	color: #ffffff;
	background-color: #33CCFF;
	text-decoration: none;
}
        
a:active {
	color: #33CCFF;
	text-decoration: none;
}

.fet a:link {
	font-family: Georgia, Helvetica, Arial, Verdana, sans-serif;
	font-size : 10px;
	font-weight: bold;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}

.fet a:visited {
	font-family: Georgia, Helvetica, Arial, Verdana, sans-serif;
	font-size : 10px;
	font-weight: bold;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}
        
.fet a:hover {
	font-family: Georgia, Helvetica, Arial, Verdana, sans-serif;
	font-size : 10px;
	font-weight: bold;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}
        
.fet a:active {
	font-family: Georgia, Helvetica, Arial, Verdana, sans-serif;
	font-size : 10px;
	font-weight: bold;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}

.greyCell a:link {
	color: #ffffff;
	text-decoration: none;
}

.greyCellRight a:link {
	color: #ffffff;
	text-decoration: none;
}

.greyCellLeft a:link {
	color: #ffffff;
	text-decoration: none;
}

.greyCell a:visited {
	color: #ffffff;
	text-decoration: none;
}

.greyCellRight a:visited {
	color: #ffffff;
	text-decoration: none;
}

.greyCellLeft a:visited {
	color: #ffffff;
	text-decoration: none;
}

	
/* forms */

input {
	font-size: 10px;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 0px;
	margin-right: 0px;
	border:0px;
	background-color:#cccccc;
}

textarea{
	font-size: 10px;
}	   
/* text */
	
	
.headerText {
	font-family: Georgia, Helvetica, Arial, Verdana, sans-serif;
	font-size : 12px;
	font-weight: bold;
	color: #ffffff;
}
       
.fet  {
	font-family: Georgia, Helvetica, Arial, Verdana, sans-serif;
	font-size : 10px;
	font-weight: bold;
	line-height: 16px;
	color: #000000;
}

.OFfet  {
	font-family: Georgia, Helvetica, Arial, Verdana, sans-serif;
	font-size : 10px;
	font-weight: bold;
	line-height: 16px;
	color: #33CCFF;
}

.red {
	color: #FF3300;
}

.linkline {
	line-height: 20px;
}


/* divs */

.content {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 785px;
	float: left;
}

.spacerdiv {
	width: 180px;
	height: 5px;
	float: left;
}

.leftlane {
	width: 180px;
	float: left;
}

.spacerdiv2 {
	width: 5px;
	float: left;
}

.rightlane {
	width: 600px;
	float: left;
}

.header {
	width: 600px;
	height: 50px;
	float: left;
	background-image: url(gfx/headerBg.gif);
}

.mid {
	width: 600px;
	float: left;
	background-image: url(gfx/midBg.gif);
}

.midGrey {
	width: 580px;
	float: left;
	background-color: #cccccc;
	padding: 10px;
}

.midWhite {
	width: 580px;
	float: left;
	padding: 10px;
}

.bot {
	width: 600px;
	height: 20px;
	float: left;
	background-image: url(gfx/botBg.gif);
}

.headerL {
	width: 180px;
	height: 50px;
	float: left;
	background-image: url(gfx/headerBgL.gif);
}

.midL {
	width: 180px;
	float: left;
	background-image: url(gfx/midBgL.gif);
}

.botL {
	width: 180px;
	height: 20px;
	float: left;
	background-image: url(gfx/botBgL.gif);
}

.logo {
	width: 180px;
	height: 165px;
	float: left;
	border: 0px;
}

.headerTextDiv {
	padding-left: 15px;
	padding-top: 12px;

}


.x {
	width: 600px;
	float: left;
}

/* pics */

.spacerPic{
	width:5px;
	height:5px;
	border: 0px;
}

.logoPic{
	width:180px;
	height:165px;
	border: 0px;
}

/* tables */

.contentTable{
	width:100%;
	border:0px; 
	border-spacing:0px;
	border-collapse: collapse;
}

.whiteCell{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.whiteCellLeft{
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.whiteCellRight{
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.whiteCellBoth{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.greyCell{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#cccccc;
}

.greyCellLeft{
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#cccccc;
}

.greyCellRight{
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#cccccc;
}

.greyCellBoth{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#cccccc;
}

.linkTable{
	width:100%;
	border:0px; 
	border-spacing:0px;
	border-collapse: collapse;
}

.left {
	text-align: left;
	width: 33%;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.center {
	text-align: center;
	width: 33%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.right {
	text-align: right;
	width: 33%;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
}
