/* CSS Document för utskrifter. Skapad av jens@webmind.se */

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
{

	
	overflow: visible;
	background-color: #FFF;

}



#top
{
	position: relative;
	width: 100%;
	height: 80px;
	overflow:hidden;
	background-image:url(../grfx/toppimg.jpg);
	
}
#menu
{
	display: none;


}
#main
{
	position: relative;
	float: left;

	overflow: visible;
	padding: 20px;

}

#mainwide
{
	position: relative;
	float: left;

	overflow: visible;
	padding: 20px 10px 20px 20px;

}
#right
{
	display: none;

	
}
#foot
{
	position: relative;
	float: left;
	clear:both;
	width: 100%;
	border-top:#333333 solid 2px;
	margin: 20px 0 0 0;
	
	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 */






