/*	arkovav.se STYLESHEET 2.1 	*/
/*	LAST REV 2008-06-23 		*/
/*	(C) compartment AB 2008		*/
/*	COMPARTMENT.SE 			*/


body  {
	font-size:11px;
	color:#404040;
	font-family: Arial, Helvetica;	
	text-align: center;
}

A	{
	color: #000;
	text-decoration: none;
}

A:visited	{
	color: #555;
	text-decoration: none;
}

A:hover	{
	color: #CCC;
	text-decoration: none;
}

#outerdiv {
	border: 1px solid #000;
	width: 900px;
	height: 600px;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
}

#menu	{
	border: 0px dotted #000;
	height: 101px;
	width: 900px;
	font-size: 16px;
	text-align: center;
	color: #000;
/*	text-transform: capitalize;	*/
/*	word-spacing: 10px; 		*/
}

.menuLeft	{
	position: static;
	float: left;
	background-image: url(/gfx/line_left.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 399px;
	height: 101px;
	margin-top: 2px;
}

.menuRight	{
	position: static;
	float: right;
	background-image: url(/gfx/line_right.jpg);
	background-position: 50% 50% ;
	background-repeat: no-repeat;
	width: 400px;
	height: 101px;
	margin-top: 2px;"
}

P.menuItem	{
	margin-top: 30px;
	text-align: center;
	font-family: Arial, Helvetica;
	font-size: 16px;
	color: #000;
}

.menulink 	{
	text-decoration: none;
	color: #000000;
}

.menulink:hover	{
	text-decoration: none;
	color: #CCC;
}

.menulink:visited	{
	text-decoration: none;
	color: #555;
}

.menulink:active	{
	text-decoration: none;
	color: #F00;
}

.menulinkselected	{
	color: #CCC;
}

/* #submenu	{ 			*/
/*	border: 1px dotted #CCC;	*/
/*	position: static;		*/
/*	margin-top: -30px;		*/
/*}					*/
/*					*/

#logo	{
	display: inline;
	position: absolute;
	margin-left: -50px;
	border: 0px dotted #000;
	background-image: url(/gfx/logga.jpg);	
	background-repeat: no-repeat;
	background-position: center middle;
	height: 101px;
	width: 101px;
	text-align: center;
	vertical-align: top;
/*	margin-top: 3px; */
	z-index: -1;
}

.logo	{
	display: block;
	width:110;
	height: 110;
}

#content	{
	border: 0px dotted #CCC;
}

#footer	{
	border: 0px dotted #CCC;
}

.rubrik	{
	font-family: Arial;
	color: #000;
	font-size: 18px;
	text-align: center;
}

.text	{
	font-family: Arial;
	color: #000;
	font-size: 12px;
}

.selected	{
	font-family: Arial;
	color: #000;
	font-weight: bold;
}

.mandatory	{
	color: #F00;
}
.zindexminusett	{
	z-index: -1; */fix for FF - Bug in MSIE ignores this line */
}
/*	EOF 	*/ 

