/* CSS Document */

body { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 70%;
	margin: 0px auto; 
	background-color: #ffffff; 
	color: #393A3A;
} 
 
.stortext 	{font-size: 1.2em; } 
.mellantext {font-size: 1.0em; } 
.normaltext {font-size: 0.8em; }
.litentext 	{font-size: 0.7em; }
.minitext 	{font-size: 0.4em; }

.menutext		 {font-size: 1.0em; color: #393A3A; }

.rubriklillabla	 {font-size: 1.0em; font-weight: bold; color: #00AEF0; }
.rubrikmellanbla {font-size: 1.2em; font-weight: bold; color: #00AEF0; }
.rubrikstorabla	 {font-size: 1.6em; font-weight: bold; color: #00AEF0; }

.rubriklillagra	 {font-size: 1.0em; font-weight: bold; color: #666666; }
.rubrikmellangra {font-size: 1.2em; font-weight: bold; color: #666666; }
.rubrikstoragra	 {font-size: 1.6em; font-weight: bold; color: #666666; }

A:link		{text-decoration:underline; color:#3333cc;}	
A:visited	{text-decoration:underline; color:#333399;}	
A:active	{text-decoration:underline; color:#333399;}	
A:hover		{text-decoration:underline;	color:#3333cc;}

A.menulinks				{text-decoration:none; color:#666666;}
A.menulinks:link		{text-decoration:none; color:#666666;}	
A.menulinks:visited		{text-decoration:none; color:#666666;}	
A.menulinks:active		{text-decoration:none; color:#666666;}	
A.menulinks:hover		{text-decoration:underline; color:#666666;}
 

img	{
	border: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}


#pagearea { 
	margin: 0px auto; 
	text-align:center;
} 


/* OBS! FÖR ATT MOZILLA SKA CENTRERA: "margin-right:auto; margin-left:auto" */
#container { 
	margin-right:auto; 
	margin-left:auto;  
	width: 700px; 
	left: 0px; 
	top: 0px; 	
} 


#header { 
	width: 100%; 
	float: left; 
	border-style: solid; 
	border-width: 0px; 
	border-color: #0000ff; 
	margin-top: 10px;
} 


#menu { 
	width: 26%; 
	float: left; 
	border-style: solid; 
	border-width: 0px; 
	border-color: #0000ff; 
	text-align:left;
	margin-top:10px;
	font-size: 1.0em;
} 


#contenttop { 
	width: 73%; 
	float: right; 
	border-style: solid; 
	border-width: 0px; 
	border-color: #0000ff; 
	text-align:left;
	margin-top:10px;
	 
} 


#contentleft { 
	width: 70%; 
	float: left; 
	border-style: solid; 
	border-width: 0px; 
	border-color: #0000ff; 
} 


#contentright { 
	width: 29%; 
	float: right; 
	border-style: solid; 
	border-width: 0px; 
	border-color: #0000ff; 
} 

#contentbottom { 
	width: 73%; 
	float: right; 
	border-style: solid; 
	border-width: 0px; 
	border-color: #0000ff; 
	text-align:left;
	margin-top:10px;
} 

#footer { 
	width: 100%; 
	border-style: solid; 
	border-width: 0px; 
	border-color: #0000ff; 
} 

 