/***************************************************
GENERELLA TEXTFORMATERING OM INGET ANNAT ANGES
***************************************************/
/** Standardformatering **/
    body, td, p, input, textarea, select
    {
      color:#000000;
      font-family:Tahoma, sans-serif; 
      font-size:11px;
      font-style:normal;
      font-weight:normal;
      text-decoration:none;
      padding:0;
      margin:0;
    }


/** Formatering vid länkar **/
    a
    {
      color:#c84203;
      font-weight:bold;
      text-decoration:underline;
    }

/** Formatering vid moseOver på länkar **/
    a:hover
    {
      color:#FFFFFF;
      background-color:#c84203;
    }

img
{
	border:0px solid red;
}

/***************************************************
HEADER
***************************************************/

body
{
	margin:0;
	padding:0;
	text-align:center;
}

#site
{
	margin-left:auto;
	margin-right:auto;
	border:0px solid red;
	width:1024px;
	height:728px;
}

#headerSe
{
	height:220px;
	background-image:url('images/headerSe.jpg');
	background-repeat:no-repeat;
	border:0px solid black;
}

#headerEn
{
	height:220px;
	background-image:url('images/headerEn.jpg');
	background-repeat:no-repeat;
	border:0px solid black;
}

/***** AREA *****/

#area
{
	margin-top:-33px;
	width:100%;
	height:508px;
	border:0px solid green;
}

/***** MENU *****/

#left
{
	float:left;
	width:200px;
	height:508px;
	background-image:url('images/bgDot.gif');
	background-repeat:repeat-y;
	margin-top:1px;
	border:0px solid red;
}

#language
{
	float:left;
	margin-top:2px;
}

#menu
{
	white-space:nowrap;
	float:left;
	width:200px;
	height:435px;
	border:0px solid red;
}


/* Main menu */
#menu UL
{
	font-weight:bold;
	text-align:right;
	margin-top:20px;
	margin-right:30px;
	margin-left:0px;
	padding:0px;
	/*padding-top:1px;*/
}

#menu LI
{
	margin-top:15px;
	list-style-type:none;
  text-transform:uppercase;
	border:0px solid red;
}

#menu LI A
{
	color:#000000;
	margin-right:10px;
  text-decoration:none;
}

#menu LI a:hover
{
  color:#FFFFFF;
  background-color:#c84203;
}


/* Sub menu */

#menu UL UL
{
	font-weight:normal;
	text-align:right;
	margin-top:0px;
	margin-right:0px;
}

#menu LI LI
{
	margin-top:15px;
	list-style-type:none;
  text-transform:uppercase;
	border:0px solid red;
	padding:0px;
}

#menu LI LI A
{
	color:#000000;
	font-weight:normal;
	margin-right:10px;
  text-decoration:none;
}


/* Selected menu */

.menuSelected
{
	background-image:url('images/menuDot.gif');
	background-repeat:no-repeat;
	background-position:right;
}


/* Sponsor */
#sponsor
{
	/*background-image:url('images/sponsor.gif');*/
	/*background-repeat:no-repeat;*/
	height:50px;
	background-position:center;
	clear:left;
	border:0px solid red;
}

/***** CONTENT *****/

#content
{
	text-align:left;
	float:left;
	margin-left:20px;
	width:802px;
	border:0px solid blue;
	padding-top:40px;
}

#contentText
{
	text-align:left;
	float:left;
	width:420px;
	height:430px;
	border:0px solid black;
	overflow:auto;
}

#contentImg
{
	text-align:right;
	float:left;
	width:315px;
	margin-left:25px;
	border:0px solid black;
}

#content p
{

	padding-left:0px;
	padding-right:0px;

}

h1
{
	font-weight:bold;
	font-size:11px;
  text-transform:uppercase;
}

h2
{
	font-weight:bold;
	font-size:11px;
	border:0px solid black;
	margin-top:15px;
	margin-bottom:0;
}

h3
{
	font-weight:bold;
	font-size:11px;
}

.buttonlist
{
	margin-top:5px;
	margin-left:0px;
	margin-bottom:5px;
}

.buttonlist LI
{
	margin-left:25px;
	padding:3px;
}

#tableFees .caption
{
	width:220px;
	vertical-align:top;
}

#tableFees .data
{
	vertical-align:top;
}


.tableInfo .caption
{
	width:160px;
	font-weight:bold;
	vertical-align:top;
}

.tableInfo .data
{
	vertical-align:top;
}

.tableSponsor .caption
{
	font-weight:bold;
	vertical-align:top;
}

.tableSponsor .data1
{
	width:70px;
	vertical-align:top;
	padding-bottom:5px;
}

.tableSponsor .data2
{
	width:200px;
	vertical-align:top;
}

/***** FOOTER *****/

#footer
{
  margin-top:3px;
	width:100%;
	height:30px;
	border:0px solid black;
	background-color:#c7bd80;
	clear:both;
      
}

#footerText
{
  color:#FFFFFF;
  font-weight:bold;
  margin-top:8px;
}

#footerText A
{
	color:#FFFFFF;
	text-decoration:none;
}