/* Lion d'Or Screen Styles
-------------------------------------------------------------- */

/* Reset (Created by Erik Meyer: http://meyerweb.com/eric/tools/css/reset/)
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {content: ''; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; } 
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse;	border-spacing: 0; }

/* Fonts (16 pixel baseline)
-------------------------------------------------------------- */

body,ul,ol,dl,h1,h2,h3,h4,h5,h6,td,th,
caption,pre,p,blockquote,input,textarea {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #333;
}

h1,h2,h3,h4,h5,h6 { 
  margin: 0; 
  color: #333; 
  clear: both; 
}

/* Total height for each heading has to be a multiple of the baseline (16). */
h1 { font-size: 32px; line-height: 32px; padding: 16px 0; }
h2 { font-size: 24px; line-height: 32px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; font-weight:bold; }
h6 { font-size: 10px; font-weight:bold; }

/* Images
-------------------------------------------------------------- */

img.left { clear: both; float: left; }
img.center { clear: both; float: none; display: block; margin: 0 auto; }
img.right { clear: both; float: right; }

/* Links
-------------------------------------------------------------- */

a			{ color: #34517C; text-decoration: none; outline: none; font-weight: bold; }
a:hover		{ color: red;}
a:visited	{ text-decoration: none; }

/* 3 column page layout with header & footer
-------------------------------------------------------------- */

body { background: #CCC; }
.page { position: relative; margin: 0 auto; width: 960px; text-align: left; background: url(../img/design/content-960-white-ek.jpg) repeat-y #CCC; }

/* PageHeader
-------------------------------------------------------------- */

#pageheader { position: relative; }

#headertop { height: 103px; background: url(../img/design/header-960-ek.jpg) no-repeat center top; }

	#pagetitle  {
		font: bolder 44px Tahoma, Arial, Sans-serif;
		letter-spacing: -2px;
		color: white;
		position: absolute;
		top: 25px; left: 47px;
	}
	
	#pagesubtitle {
		font: normal 16px Tahoma, Arial, Sans-serif;
		color: white;
		position: absolute;	
		top: 70px; left: 50px;		
	}
	
	#headerlogo {
		position: absolute;	
		top: 23px; right: 85px;	
	}

/* Main Menu
-------------------------------------------------------------- */

#mainmenu {
	font: bold 12px Verdana, Arial, Tahoma, Sans-serif;
	clear: both;
	height: 37px;
	margin: 0 20px;	
	background:url(../img/design/menu-ek.jpg) repeat-x; 
}
	#mainmenu ul { float: right; list-style: none; padding: 10px 10px; }
	#mainmenu ul li { display: inline;}
	#mainmenu ul li a { display: block; float: left; padding: 0 12px; text-decoration: none; color: #FFF; }
	#mainmenu ul li a:hover { color: #EDEF25;}
	#mainmenu ul li a.selected { color: #EDEF25; }
	
/* Page Menu
-------------------------------------------------------------- */

#pagemenu {
	font: bold 12px Verdana, Arial, Tahoma, Sans-serif;
	clear: both;
	height: 24px;
	margin: 6px 15px 3px 15px;	
	background: #FFF;
	border-bottom: 1px solid blue;
	border-top: 0px solid blue;
}
	#pagemenu ul { float: right; list-style: none; padding: 4px 10px; }
	#pagemenu ul li { display: inline; }
	#pagemenu ul li a { display: block; float: left; padding: 0 12px; text-decoration: none; color: #333; }
	#pagemenu ul li a:hover { color: #D33B41; }
	#pagemenu ul li a.selected { color: #D33B41; }	
	
/* Lang Menu
-------------------------------------------------------------- */

#langmenu {
	font: bold 12px Verdana, Arial, Tahoma, Sans-serif;
	clear: both;
	height: 24px;
	margin: 6px 15px 3px 15px;	
	background: #E4EFE0;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
}
	#langmenu ul { float: left; list-style: none; padding: 4px 0px; }
	#langmenu ul li { display: inline; }
	#langmenu ul li a { display: block; float: left; padding: 0 12px; text-decoration: none; color: #88AC0B; }
	#langmenu ul li a:hover { color: #34517C; }
	#langmenu ul li a.selected { color: #34517C; }	
	
/* PageContent Layout
-------------------------------------------------------------- */

#pagecontent {
	position: relative;
	clear: both;
	float: left;
	width: 910px;				/* width of whole page minus left and right margin*/
	left: 25px;					/* left margin */
	overflow: hidden;			/* This chops off any overhanging divs */
	text-align: left;
	background: #FFF;			/* rightbar background */
}	
	
	#leftwrap { 
		position: relative;
		float: left;
		width: 800px;			/* leftbar width + content width */
		background: #FBE1B8;	/* leftbar background */
		background: #FFF;	/* leftbar background */		
	}
	
		#leftbar {	
			position: relative;
			float: left;
			width: 100px;		/* leftbar width */
		}
		
		#contentwrap { 
			position: relative;
			float: right;
			width: 700px;		/* content width */
			background: #FFF;	/* content background */
		}
		
			#content {
				position: relative;
				float: left;
			}
	
	#rightbar { 
		position: relative;
		float: right;
		width: 110px;			/* rightbar width */
	}	
	
/* Page Helpers
-------------------------------------------------------------- */

.padded { padding: 15px; }
.inflated { width: 100%; height: 600px; }
.cleared { clear: both; }
.fitwidth { width: 100%; }
img.underconstruction {clear: both; float: none; display: block; margin: 50px auto; }
img.logo { clear: both; float: none; display: block; margin: 12px auto; }

#home #contentwrap {height: 540px; background:url(../img/content/home/home-back-2.jpg) no-repeat left top #FFF; }
#home #content p {
	margin: 20px 0 0 10px; 
	padding: 0;
	font: bold 20px Tahoma, Arial, Sans-serif;
	text-transform: none;
	color: #000;
}

#news #content { width: 670px; }	
#news #content h2 {
		padding-left: 25px;
		border-top: 0px solid blue;
		border-bottom: 2px solid blue;
		background: url(../img/common/flags/europeanunion.gif) no-repeat 5px center #FFF;
		font-weight: bold;
		font-size: 15px;
		color: #F61B2F;
}
#news #content h4 { margin: 10px 15px; color: #0F39AB; }
#news #content p { margin: 0 15px 5px 15px; text-align: left; color: #111; }
#news #content h1 { padding: 2px 10px; text-align: center; }
#news #content img { padding: 0 0 0px 15px; }
#news #content ul { padding: 0 0 0px 30px; list-style-type: disc; }
#news #content li { padding: 2px 0 }

#track #contentwrap { background: url(../img/content/track/flyer-700-620-back-inverted-light.jpg) right top #FBE1B8;}
#track #content { width: 100%; padding: 10px;}
#track a.lightbox { float: left; padding: 10px 12px; }

#invitation { width: 670px; }
#invitation h3 { padding: 2px 10px; text-align: center; }
#invitationtable { margin: 15px auto; width:100%; }
#invitationtable th { padding: 3px 2px; text-align: left; font-weight: bold; background:#FAFAFA; border:1px solid #DDD; }
#invitationtable td { padding: 5px 2px 10px 2px; }

#invitationtable .subtable { width: 100%; }
#invitationtable .subtable td { padding: 0 2px; border: 1px solid #DDD;}

#timetable { width: 670px; }
#timetable h3 { padding: 2px 10px; text-align: center; color: #0F39AB; }
#timetable table { margin: 15px auto; width: 550px; }
#timetable th { color: #D33B41; padding: 4px 5px; text-align: left; font-weight: bold; font-size: 14px; background:#F9F9F9; border:1px solid #0F39AB; }
#timetable td { color: #000; padding: 2px 5px; border: 1px solid #0F39AB; }
#timetable td.timecol { font-weight: bold; }
#timetable p { text-align: center; }

#classes{ width: 670px; }
#various { width: 670px; }
#hotels { width: 670px; }

#fooddrinks { width: 670px; }
#fooddrinks h3 { padding: 2px 10px; text-align: center; color: #0F39AB; }
#fooddrinks table { margin: 15px auto; width: 400px; }
#fooddrinks th { color: #D33B41; padding: 3px 2px; text-align: center; font-weight: bold; font-size: 14px; background:#F9F9F9; border:1px solid #0F39AB; }
#fooddrinks td { color: #111; padding: 0 2px; text-align: center; border: 1px solid #0F39AB; font-weight: bold; }

#prizemoney { width: 670px; }
#prizemoney h3 { color: #0F39AB; padding: 2px 10px; text-align: center; }
#prizemoney h4 { color: #0F39AB; padding: 2px 10px; text-align: center; }
#prizemoney table { margin: 15px auto; width:100%; }
#prizemoney th { color: #D33B41; padding: 3px 2px; text-align: center; font-weight: bold; font-size: 14px; background:#F9F9F9; border:1px solid #0F39AB; }
#prizemoney #subheading td { padding: 3px 2px; text-align: center; font-size: 14px; background:#FAFAFA; border:1px solid #0F39AB; }
#prizemoney td { color: #000; padding: 2px 12px; text-align: right; border: 1px solid #0F39AB; }
#prizemoney .totals td { color: #000; font-weight: bold; padding: 2px 12px; text-align: right; border: 1px solid #0F39AB; }

#classes { width: 670px; }
#classes h3 { color: #0F39AB; padding: 2px 10px; text-align: center; }
#classes h4 { color: #0F39AB; padding: 2px 10px; text-align: center; }
#classes table { margin: 15px auto; width:100%; }
#classes th { color: #D33B41; padding: 3px 2px; text-align: center; font-weight: bold; font-size: 14px; background:#F9F9F9; border:1px solid #0F39AB; }
#classes #subheading td { padding: 3px 2px; text-align: center; font-size: 14px; background:#FAFAFA; border:1px solid #0F39AB; }
#classes td { color: #000; padding: 1px 12px; text-align: center; border: 1px solid #0F39AB; }
#classes td.yob { color: #000; font-weight: bold; padding: 0 12px; text-align: center; border: 1px solid #0F39AB; }

#ridersinfo-map #content { width: 700px; }
#ridersinfo-map #content div.googlemap { margin: 15px; }

#campsite-info #content h3 { padding: 2px 10px; text-align: center; color: #0F39AB; }
#campsite-info #content h4 { padding: 0 0 10px 0; }
#campsite-info #content p { padding: 2px 0px; text-align: justify; }
#campsite-info #content ol { margin: 5px 50px; list-style: decimal; }
#campsite-info #content ul { margin: 5px 50px; list-style: disc; }

#promocup-poster #content { width: 700px; }
#promocup-info #content h3 { padding: 2px 10px; text-align: center; color: #393D78; }
#promocup-info #content h5 { padding: 2px 10px; text-align: center; color: #393D78; }
#promocup-info #invitationtable { margin: 15px auto; width:100%;  }
#promocup-info #invitationtable th { padding: 3px 2px; text-align: left; font-weight: bold; background:#FAFAFA; border:1px solid #DDD; color: #393D78;}
#promocup-info #invitationtable td { padding: 5px 2px 10px 2px; color: #393D78; }

table.hoteltable { margin: 20px 0; border: solid 1px #DDD; }
table.hoteltable th.first { width: 45%; }
table.hoteltable td { padding: 10px 20px; background: #F1F1F1; }
table.hoteltable th { padding: 5px; vertical-align: middle; background: #F1F1F1; }
table.hoteltable ul { list-style-type: disc; margin-left: 30px; }
table.hoteltable ul li { color: blue; font-weight: bold; }
table.hoteltable p { color: blue; font-weight: bold; }

/* PageFooter
-------------------------------------------------------------- */

#pagefooter { clear: both; height: 45px; text-align:center; padding: 10px 0; background:url(../img/design/footer-960-lowered-ek.jpg) no-repeat center top #CCC; }
	#pagefooter p { color: #FFF;}
	#pagefooter a { color: #FFF; font-weight: bold; }
	#pagefooter a:hover { color: #EDEF25; }



