/* CSS Document */

html
{
	
	height: 100%;
}

body
{
	margin: 0;
	height: 100%;
	background-color:#EEEEEE;
	
	font-family:Geneva, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color:#000000;

}

/* Layoutobjekt */

#container
{
	position: relative;
	float: left;
	clear:both;
	margin:auto;
	width: 900px;
	min-height: 95%;
		overflow: visible;
	background-image:url(../grfx/containerbg.jpg); background-repeat:repeat-y;
	background-color: #FFF;
	border:solid #2D374D 2px;
}

* html #container 
{
   height: 95%;            /* specialregel enbart för IE */
}

#top
{
	position: relative;
	width: 100%;
	height: 80px;
	overflow:hidden;
	background-image:url(../grfx/toppimg.jpg);
	
}
#menu
{
	position: relative;
	width: 200px;
	float:left;
	overflow:hidden;

}
#main
{
	position: relative;
	float: left;
	width: 460px;
	height: 80%;
	overflow: visible;
	padding: 20px;

}

#mainwide
{
	position: relative;
	float: left;
	width: 650px;
	height: 80%;
	overflow: visible;
	padding: 20px 10px 20px 20px;

}
#right
{
	position: relative;
	float: left;
	margin-top: 20px;
	width: 165px;
	height: 360px;
	overflow: auto;
	background-color: #eee;
	border: 1px solid gray;
	padding: 10px 5px 10px 10px;
	
}
#foot
{
	position: relative;
	float: left;
	width: 880px;
	height: 20px;
	text-align: right;
	font-family:Geneva, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color:#000000;
}



/* Klasser */

.logo
{
	border: none;
	padding: 2px 10px 0 20px;
	float: left;
	
}
.memberslogo
{
	border: none;
	margin: 5px 0 0 30px;

	


	
}
.bigimg
{
	border:solid #999999 1px;
	
}
.topimg
{
	border:none;
	float: right;
	clear: right;
	
}


.imgtext
{
	color:#000000;
	font-size: 11px;

	margin: 0 5px 10px 0;
}
.bottom
{
	position: absolute;
	bottom: 10px;
}


/* Texter och rubriker */
p
{
	font-family:Geneva, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color:#000000;
	line-height: 16px;
	padding: 0;
	margin: 5px 0;
}
h1
{
	font-family: Georgia, Times New Roman, Times, serif; font-size: 20px; font-weight: bold; color:#097D49;
	letter-spacing: 1px;
	padding: 0;
	margin: 5px 0;
}
h2
{
	font-family:Georgia, Times New Roman, Times, serif; font-size: 16px; font-weight: bold; color:#097D49;
	padding: 0;
	margin: 5px 0;
}
h3
{
	font-family:Georgia, Times New Roman, Times, serif; font-size: 16px; font-weight: bold; color:#097D49;
	letter-spacing: 1px;
	padding: 0;
	margin: 10px 0 -5px 0;
}

/* Länkar */

a
{
	color: #999999; background-color: transparent; font-weight: normal;text-decoration: underline; 
}

a:active
{
	color: #000000;background-color: transparent;font-weight: normal;text-decoration: underline; 
}
a:visited
{
	color: #999999;background-color: transparent;font-weight: normal;text-decoration: underline; 
}
a:hover
{
	color: #FFFFCC; background-color: #2D374D ;font-weight: normal;text-decoration: none; 
}

a.memberslogo
{
	margin:0;
	background-color: transparent ;
}


/* Listor*/
ul 
{
	margin: 5px;
	padding: 5px;
}

li 
{
	list-style: disc;

}



/* Fix */






