#/* ---------------------  S T A N D A R D   T A G S --------------------- */

#alert
	{
	margin: auto;
	padding: 20px;

	font-size: 18px;
	background: orange
	}

body
	{
	font: 70% tahoma, arial, helvetica, san-serif;
	background: #4d5639;
	text-align: center;
	margin: 0px;
	margin-bottom:15px;
	margin-top: 21px
	}

body, html
	{
	height: 100%
	}

h1, h2, h3, h4, h5, h6
	{
	color: #7d962b;
	margin-bottom: 0.3em;
	}

hr
	{
	height: 1px;
	background: #000;
	color: #000;
	border: none
	}

p
	{
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 0px;
	color: #545454
	}

h1
	{
	letter-spacing: -2px;
	line-height: 1em;
	font-family: Times, "Times New Roman", "palatino linotype", times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 2.4em
	}

#content table h1
{
_padding-top: 20px
}

h2
	{
	font-weight: normal;
	font-size: 1.9em
	}

h3
	{
	font-weight: normal;
	font-size: 1.7em
	}

h4
	{
	font-weight: bold;
	font-size: 1.4em
	}

a, a:link
	{
	color: #4986b5
	}

a:visited
	{
	color: #4986b5
	}

a:hover
	{
	color: #92c5ed
	}

p big
	{
	font-family: verdana;
	font-size: 1.2em;
	letter-spacing: 0px;
	}



/* ---------------------  S T R U C T U R E --------------------- */

#all
	{
	margin: auto;
	text-align: left;
	width: 790px;		/* <-  Toggle between fixed or 100% layout here */
	background: #fff;
	padding-left: 10px;
	padding-right: 10px;
	filter: Glow(Color=#000000, strength=20);
	}

#inner
	{
	text-align: left;
	width: 100%;	
	}

#top
	{
	border-top: 1px solid #fff;
	width: 100%;
	height: 86px;
	}

#topInner
	{
	border-top: 1px solid #000;
	height: 75px;
	background: #000 url(../gfx/bg_top.gif);
	margin-top: 10px;
	}

a#logo
	{
	display: block;
	width: 137px;		/* <-  Change value to match your logo */
	height: 30px;		/* <-  Change value to match your logo */
	background: url(../gfx/logo.gif) no-repeat;
	margin-top: 19px;	/* <-  Change value to desired logo placement */
	margin-left: 21px;	/* <-  Change value to desired logo placement */
	}

#language
	{
	margin-right: 25px;
	_margin-right: 10px;
	margin-top: 30px;
	float: right;
	font: 11px Tahoma, Verdana, Arial, Helveteica, Sans-serif;
	color: #fff
	}

#language select
	{
	width: 220px;
	margin-left: 5px;
	font: 11px Tahoma, Verdana, Arial, Helveteica, Sans-serif;
	}

#language select option
	{
	margin-bottom: 2px;
	background: #edebe0;
	border-bottom: 1px dotted #7d962b
	}

#bigPic
	{
	width: 790px;
	height: 170px;
	background: #000000 url(../flash/images/pic2.jpg) no-repeat;
	}

#contentContainer
	{
	background: url(../gfx/bg_right.gif) right repeat-y;
	min-height: 390px;
	height: auto !important;
	height: 390px;
	}

#content
	{
	background: url(../gfx/bg_content.gif) repeat-x;
	padding: 20px;
	padding-top: 23px;
	margin-right: 263px	/* <- Make room for the news column here */
	}

#footer
	{
	clear: both;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 1px;
	background: #fff;
	}

#footerInner
	{
	height: 31px;
	background: #000 url(../gfx/bg_top.gif) repeat-x;
	margin: auto;
	margin-top: 10px;
	padding-top: 20px;
	width: 100%;
	font: 11px Tahoma, Verdana, Arial, Helveteica, Sans-serif;
	}

#footerInner p
	{
	margin-left: 20px;
	color: #acacac
	}

#footerInner a
	{
	color: #7b932a
	}

#footerInner a:hover
	{
	color: #bad57f
	}

.hide
	{
	display: none
	}


/* ---------------------  M E N U --------------------- */

#menu
	{
	z-index: 20;
	background: #363636;
	position: relative;
	top: 0px;
	height: 23px;
	width: 100%;
	margin-bottom: 0px
	}

#menu ul
	{
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav li
	{
	height: 23px;
	float: left;
	position: relative;
	border-right: 1px solid #4e4e4e;
	}

li ul
	{
	position: absolute;
	border-bottom: 2px solid #ccc;
	width: 180px;
	background: #000;
	top: 23px;
	left: 0px;
	display: none;
	opacity: .9;
	moz-opacity: .9;
	filter: alpha(opacity=95);
	}

li ul li
	{
	float: none;
	height: 23px;
	width: 180px;
	position: relative;
	border-right: none;
	}

#menu ul li a, #menu ul li a:link
	{
	background: none;
	color: #fff;
	font: 11px Tahoma, Verdana, Arial, Helveteica, Sans-serif;
	display: block;
	float:left;
	text-decoration: none;
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 0px;
	border-right: 1px solid #000;
	}

#menu ul li ul li a, #menu ul li ul li a:link
	{
	background: #222;
	color: #fff;
	font: 11px Verdana, Arial, Helveteica, Sans-serif, Tahoma;
	display: block;
	float: none;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #555;
	}

a.page:visited, a.category:visited
	{
	color: #fff;
	}

#menu li ul li a
	{
	font-weight: normal;
	}

#menu ul li a:hover
	{
	background: #474747 url(../gfx/under_hover.gif);
	color: #fff;
	border-right: none;
	padding-right: 21px
	}

#menu ul.under li a:hover
	{
	background: #474747 url(../gfx/under_hover.gif);
	color: #fff;
	}

/* Fix IE. Hide from IE Mac \*/
* #menu ul li { _float: left; }
* #menu ul li a { _height: 1%; }
/* End */

li:hover ul, li.over ul
	{
	display: block;
	background: #474747 url(../gfx/under_hover.gif);
	}


/* ---------------------  N E W S   C O L U M N --------------------- */

#news
	{
	z-index: 1;
	display: block;		/* <-  Toggle News column here */
	float: right;
	width: 263px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	postition: relative;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 40px;
	background: #7d962b url(../gfx/bg_news.gif) repeat-y;
	}

#newsInner
	{
	margin-left: 14px;
	width: 230px;
	background: none;
	}

#newsTop
	{
	margin: 0px;
	height: 42px;
	width: 263px;
	background: url(../gfx/bg_newstop.gif) no-repeat;	
	}

#newsBottom
	{
	margin: 0px;
	height: 36px;
	width: 263px;
	background: url(../gfx/bg_Bottom.gif) no-repeat;	
	}

#news #newsInner h1
	{
	color: #fff;
	font-weight: normal;
	font-size: 2.4em;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-top: 0px
	}

#news h4
	{
	margin-left: 15px;
	color: #c05a00;
	margin-top: 0px;
	font-weight: bold;
	font-size: 0.96em;
	line-height: 1.8em
	}

#news .newsDate
	{
	font-family: tahoma, arial, helvetica, verdana, san-serif;
	background: url(../gfx/newsdot.gif) 0px 2px no-repeat;
	display: block;
	padding-left: 24px;
	margin-bottom: 2px;
	font-weight: normal;
	font-size: 1em;
	color: #cbe396
	}

#news .newsItem
	{
	margin-left: 0px;
	font-weight: normal;
	font-size: 1em;
	color: #989898;
	padding-bottom: 20px !important;
	border-bottom: 1px dashed #b4c284 !important;
	}

#news .newsItem a {
	padding-left: 24px;
}

#news p.date
	{
	margin-bottom: -15px;
	color: #aaa
	}

#news a, #news a:link
	{
	font: bold 0.95em tahoma, arial, helvetica, san-serif;
	color: #ecffc2
	}

#news a:visited
	{
	color: #ecffc2
	}

#news a:hover
	{
	color: #fff;
	}

.more
	{
	font: bold 0.9em verdana, tahoma, arial, helvetica, san-serif;
	display: block;
	color: #ecffc2;
	text-align: right
	}

#newsArchive .date
	{
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	}

#newsArchive p
	{
	margin: 0px;
	margin-bottom: 3px
	}

.world
	{
	width: 247px;
	height: 156px;
	background: url(/media/gfx/world_of_livecaddie.gif) no-repeat;
	}

.newsFooter
	{
	margin-top: 1em;
	font-size: 0.8em
	}


/* ---------------------  S T A R T   P A G E --------------------- */

/*
.start
	{
	border-bottom: 1px dashed #7d962b;
	padding-left: 60px;
	margin-bottom: 5px;
	padding-bottom: 5px
	}

.spanner
	{
	width: 15px
	}

.web	{ background: url(../gfx/ico1.png) 0px 5px no-repeat; }
.mob	{ background: url(../gfx/ico2.png) 0px 5px no-repeat; }
.tv	{ background: url(../gfx/ico3.png) 0px 5px no-repeat; }
.sim	{ background: url(../gfx/ico4.png) 0px 5px no-repeat; }
.game	{ background: url(../gfx/ico5.png) 0px 5px no-repeat; }
.mail	{ background: url(../gfx/ico6.png) 0px 5px no-repeat; }

*/

.start
	{
	border-bottom: 1px dashed #7d962b;
	padding-left: 0px;
	padding-bottom: 3px;
	_padding-bottom: 15px
	}

.spanner
	{
	width: 15px
	}

.iconTd
	{
	width: 64px;
	padding-top: 6px;
	border-bottom: 1px dashed #7d962b;
	}

a.icon
	{
	display: block;
	width: 64px;
	height: 78px
	}

a.icon:hover
	{
	background-position: 0px -78px 
	}

.web	{ background: url(../gfx/ico1.png) 0px 0px no-repeat; }
.mob	{ background: url(../gfx/ico2.png) 0px 0px no-repeat; }
.tv	{ background: url(../gfx/ico3.png) 0px 0px no-repeat; }
.sim	{ background: url(../gfx/ico4.png) 0px 0px no-repeat; }
.game	{ background: url(../gfx/ico5.png) 0px 0px no-repeat; }
.mail	{ background: url(../gfx/ico6.png) 0px 0px no-repeat; }


.start h2
	{
	font: bold 1.5em verdana, arial, helvetica, san-serif;
	text-transform: uppercase;
	letter-spacing: -2px;
	color: #545454;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 11px;
	}


/* ---------------------  A B O U T  (PageNav) --------------------- */

#pageNav
	{
	padding-top:5px;
	margin-top: 30px;
	border-top: 1px solid #505050
	}

#pageNav a
	{
	color: #7d962b;
	text-decoration: none
	}

#pageNav a:hover
	{
	color: #8ea73c;
	text-decoration: underline
	}

.navLeft
	{
	float: left
	}

.navRight
	{
	float: right
	}


/* ---------------------  C O U R S E S   P A G E --------------------- */

#courses td
	{
	padding-top: 10px;
	}

#courses hr
	{
	color: none;
	background: none;
	border-bottom: 1px dashed #7d962b; 
	}

#courses table
	{
	border-top: 1px dashed #7d962b;
	margin-top: 0.5em; 
	}

#courses h4
	{
	padding-left: 10px;
	font: bold 1.2em verdana, arial, helvetica, san-serif;
	color: #545454;
	text-transform: uppercase;
	margin-top: 0px
	}

#courses p
	{
	padding-left: 10px
	}


/* ---------------------  D E M O   P A G E --------------------- */


.demoIngress
	{
	border-bottom: 1px dashed #7d962b;
	padding-bottom: 1.5em	
	}

.demo
	{
	padding-left: 110px;
	border-bottom: 1px dashed #7d962b;
	margin-bottom: 15px;
	padding-bottom: 20px;
	min-height: 70px;
	}

.qtek		{ background: url(../gfx/demo_qtek.jpg) no-repeat }
.sony		{ background: url(../gfx/demo_sony.jpg) no-repeat }
.webApp		{ background: url(../gfx/demo_web.jpg) no-repeat }
.download	{ background: url(../gfx/demo_download.jpg) no-repeat }

.demo h4
	{
	font: bold 1.2em verdana, arial, helvetica, san-serif;
	color: #545454;
	text-transform: uppercase;
	}

/* ---------------------  C O N T A C T   P A G E --------------------- */


#contact h4
	{
	border-bottom: 1px solid #505050;
	font: bold 1.2em verdana, arial, helvetica, san-serif;
	}

/* ---------------------  BANMALL --------------------- */

table.course {
	width: 100%;
}

table.course thead td {
	font-weight: bold;
	border-bottom: 1px dashed #7d962b;
	padding-bottom: 6px;	
	font-size: 12px;
}

table.course tbody td {
	font-size: 12px;
}

table.course .c4, table.course .c5, table.course .c6, table.course .c7, table.course .c3 {
	text-align: center;
	width: 10%;
}

table.course .c1 {
	width: 30%;
}

table.course .c2 {
	width: 20%;
}

/* -- Dölja nyhetsflarpen -- */

.rootid_10 #news, .rootid_13 #news, .backgroundStyle29 #news, .backgroundStyle41 #news {
	display: none;
}

.rootid_10 #content, .rootid_13 #content, .backgroundStyle29  #content, .backgroundStyle41  #content {
	margin: 0;
}

.rootid_10 #contentContainer, .rootid_13 #contentContainer, .backgroundStyle29 #contentContainer, .backgroundStyle41 #contentContainer {
	background: none;
}

/* -- Diverse -- */

#content p a img {
	margin-right: 30px;
}

