/* CHANGELOG: CL

02.08.2014	changed color of fonts in body from 801D28 to 0047b9 and in Menu-Bar to FFFFFF
02.08.2014	changed background-color of Menu-Bar from FF9900 to 0047b9
13.10.2014  changed positions and sizes of header, menu and content divs

*/

body {
	margin:0px;
	padding:0px;
	font-size:10pt;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#0047b9;
	background-color: white;
	/*
	Here we'll declare the default font-size and font-family.
	The rest of the typographical rules use relative sizes based on this font-size.
	We can easily modify overall typography by changing or overriding these values.
	*/
	font-size: medium;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:2em;
	font-weight:900;
	color:#0047b9;
	}

h2 {
	color:#0047b9;
	font-size:1.27em; 
	font-weight:800;
	margin:.43em 0 .214em; 
	}

h3 {
	color:#0047b9;
	font-size:1em;
	font-weight:700;
	margin:0em 0 .27em;
	}
h4 {
	color:#0047b9;
	font-size:0.9em;
	font-weight: 800;
	margin:0 0 .83em; 
	}

h5 {
	color:#0047b9;
	font-size:1em;
	font-style:italic;
	font-weight:800;
	margin:1.8em 0 .27em; 
	}

p {
	font:0.9em/1.8em verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:10px 0px 10px 0px;
	}

table{
	font:0.95em verdana, arial, helvetica, sans-serif;
	border-collapse: collapse;
	}

a {
	color:#0047b9;
	text-decoration:none;
	font-weight:800;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#0047b9;}
a:visited {color: #0047b9;}
a:hover {text-decoration: underline;}

a.underline
	{
	text-decoration: underline;
	}

ul {font:0.9em/1.8em verdana, arial, helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:20px;
	font-size:11pt;
	}

ol
	{
	font-size:11pt;
	}

#Menu>a{color:#0047b9;}
#Menu>a:hover{color:#0047b9;}

#Table{
	border: 1px solid grey;
}

#Header {
	margin:30px 0px 10px 0px;
	padding:10px 0px 0px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:129px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:white;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	
	background-color:#d8fd00;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:110px; /* the correct height */
	width:1024px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:110px;}

#headerLogo {
	float:left;
	height:85px;
	padding:0;
	color:white;
position:absolute;
	top:40px;
	left:20px;
	}
#headerText{
position:absolute;
	top:60px;
	left:270px;
	margin:-18px 0px 0px 0px;
	color:#0047b9;
	font-size:20px;
	font-weight: 600;
	line-height: 24px;
	overflow:hidden;
	width:700px; /* !!! */
	}

#menuBar {
	margin:20px 30px 20px 20px;
	background-color:#d8fd00;
	width:1024px; /* width of content */
	font-size:10.5pt;
}

#Menu {
	position:absolute;
	top:172px;
	left:20px;
	padding: 15px 15px 15px 15px;
	background-color:#d8fd00;
	line-height:1.2em;
	text-align:left;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:152px;
	font-size:10.5pt;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:152px;}
	
/* Please forgive me.
   The extra DIV (Main) is needed to overcome a shortcoming of Opera5/Win.
   The prefered way to set the width of the content would be to pad the 
   content of #Content using 
   "#Content>* {padding-left:114px; padding-right:15px;}"*/
#Main {	
	clear:left;
	float:left;
	width:70%;
	}

#Contentbox {
	margin:0px 0px 0px 185px; /* width of menu */
	padding:20px 0px 0px 20px;
	background:#FFF;
	overflow:hidden;
	width: auto;
	}

#Content {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:#FFF;
	overflow:hidden;
	width: auto;
	min-height:768px; /* min height of content */
	font-size:12pt;
	}

#HorBar{
	margin:0px 0px 0px 185px; /* width of menu */
	background:#d8fd00;
	padding:0px 0px 0px 20px;
	color:#0047b9;
	}
	
#HorBar a:link,
#HorBar a:visited {
	color: #0047b9
	}

.HorBarEle{
	background:#d8fd00;
	padding:0px 20px 0px 20px;
	color:#0047b9;
	border-style:solid;
	border-color:white;
	border-width: 0px 2px 0px 2px ;
	}

#SponsorFrame{
	width:134px;
    clear:both;
	padding:5px 5px 5px 5px;
	margin-left: auto;
	margin-right: auto;
	background:#FFF;
}

#SponsorFrame img {border:none;}

#Sponsor {
	clear:both;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	}
	
#SponsorTitle{
	font-weight: bold;
	font-size: 9pt;
	}
	
#sponsorLogoLarge {
	position:relative;
	height:85px
	}
	
#sponsorLogoSmall {
	position:relative;
	height:50px
	}

#Legal {
	clear:both;
	padding:10px 0px 10px 20px;
	text-align:left;
	font-weight:800;
	font:0.9em verdana, arial, helvetica, sans-serif;
	background:white;
	color:#0047b9;
	margin-top:0px;
	margin-left:40px;
	width:1024px;
	}
#legalText {
	position:relative;
	}
	
.redbold {
	color: #FF0000; font-weight: bold;
	}
	
.bold
	{
	font-weight:bold;	
	}
	
/**
  * Registration
  */

tr.bold td
	{
	font-weight:bold;
	}
	
td.left
	{
	text-align:left;
	}
	
td.center
	{
	text-align:center;
	}
	
td.right
	{
	text-align:right;
	}
	
table.regform td
	{	
	width:150px;
	height:30px;
	}

form.regform input[type=text]
	{
	width:300px;
	}
	
form.regform input[type=submit]
	{
	width:200px;
	height:30px;
	margin-top:30px;
	margin-right:20px;
	}
	
table.regform select
	{
	width:50px;
	}

table.booking tr
	{
	height:30px;
	}

table.fee
	{
	margin-top:20px;	
	}
	
table.cost
	{
	margin-top:20px;	
	}

table.tshirt td
	{
	font-size:10pt;
	width:70px;
	padding:2px;
	text-align:center;
	}

table.fee td
	{
	width:100px;
	padding:5px;
	text-align:center;
	}
	
table.cost td
	{
	padding:5px;
	}
	
#payment
	{
	width:300px;
	}
	
#tshirt
	{
	width:100px;
	}


/**
  * Columns
  */
	
col.w20	{ width:20px; }	
col.w30 { width:30px; }	
col.w40 { width:40px; }	
col.w50	{ width:50px; }
col.w60	{ width:60px; }
col.w100{ width:100px; }
col.w200{ width:200px; }
col.w250{ width:250px; }
col.w300{ width:300px; }