/* BelleekPark.com Style Sheet 
    Mark Lenahan http://irlbrl.com/ 
    (c) 2005 */

/* Set page background colours  */
body { background-color:#99FF99; color:#003300; }
a { color:#0000CC; }

/* Everything should have arial, sans-serif font. Set text colour. */
* { font-family:arial,sans-serif; }

/* set header colors */
h1 { font-variant:small-caps; } 
h2,h3,h4 { font-variant:small-caps; font-weight:normal; }

/* Removes underlines from links until hover */
a { text-decoration:none; }
a:hover { text-decoration:underline; background-color:#CCFFFF; }

/* Fancy up the table a bit */
table { margin-right:20px; }
tr { background-color:#99FFCC; text-align:left; } 
tr:hover { background-color:#CCFFFF; }  /* only works in firefox */
td,th { padding:10px; } 

/* Remove border from images */
img { border-style:none; } 

/* Specific sections and classes */
div.title { width:100%; background-color:#009900; color:#FFFFFF; margin-top:0px; margin-bottom:20px; text-align:center; }
div.rightcol { float:right; width:48%; }
div.leftcol { float:left; width:48%; }
div.title h1 { margin:0px; padding-top:10px; }
div.title h2 { margin:0px; padding-bottom:10px; }
div.menu { float:left; width:12em; margin:0px; }
div.menu table { width:100%; margin:0px; }
div.menu td { margin:0px}
div.menu p { width:100%; background-color:#99FFCC; padding:10px; margin:2px; }
div.menu p a { background-color:#99FFCC; padding:10px; }
div.menu p a:hover { text-decoration:underline; background-color:#CCFFFF; }
div.menu img { margin-left:2px; }
div.menu p.langmenu a { margin-left:10px; padding:2px; width:33%; } 
div.content { margin-left:15em; }
div.trailer { font-size:small; clear:both; margin-top:40px; }
table.rates th { text-align:left; font-weight:bold; }
table.rates td.eur { text-align:right; font-weight:bold; }

