* {
	margin: 0;
	padding: 0;
}

body {
  background: #418cff;
	color: #000;
	font: 0.75em/120% "Myriad Web Pro", "Tahoma", Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.5;
}

#mainbox {
  background-color: #fff; 
	margin: 0 auto;
	width: 87%;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

#topbox {
  background:#fff url(ontop.jpg) repeat-x top left;
  height: 10px;
  line-height: 10px;
  display: none;
}

#titlebox {
  background: #fff url(logo_bg.gif) repeat-x top left;
  height: 50px;
  line-height: 50px;
  font-family: "Monotype Corsiva", "Myriad Web Pro", "Tahoma", Verdana, Helvetica, Arial, sans-serif;
  border-bottom: 1px solid black;
}

#bannerbox {
  background: #418cff url(header.jpg) no-repeat center center;
  height: 250px;
  line-height: 250px;
}

#menubox {
  height: 50px;
  line-height: 50px;
	background: #fff url(menu_bg.gif) repeat-x top left;
	margin-bottom: 0;
}

#contentbox {
  background: #fff;
	font-size: 1.2em;
	float: left;
	padding: 0 1em 0 1em;
	width: 65%;
	margin-bottom: 10px;
}

#sidebox {
  background: #fff;
  font-size: 0.9em;
  font-weight: bold;
  float: right;
  width: 30%;
  color: #AAA;
}

#sidebox #logo {
  background-image: url(logo.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 250px;
  margin-bottom: 20px;
  display: block;  
}

#footbox {
  clear: both;
  background: #010101 url(footer_bg.gif) repeat-x top left;
  color: #fff;
  font-size: 0.9em;
  padding: 0.5em;
  min-height: 195px;
}
* html #footbox { height: 195px; }

#footbox a {
  text-decoration: none;
  color: gray;
  font-style: italic;
}

#footbox a:hover {
  text-decoration: underline;
  color: red;
  font-style: normal;
  font-weight: bold;
}

#footbox h3 {
  color: white;
}

#titlebox h1 {
  float: left;
  margin-left: 20px;
	height: 55px;
	font-size: 2em;
}

#menubox a, #menubox a:visited {
  height: 50px;
  width: 100px;
  padding-top: 11px;
	color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
  text-decoration: none;
  float: right;
  background-repeat: no-repeat;
  margin-right: 10px;
}

#menubox a:hover {
  background-image: url(menu_over.gif);
}

#menubox a:active {
  background-image: url(menu_active.gif);
}

#sidebox ul {
  margin-left: 20px;
  list-style: none;
}

#sidebox a {
  text-decoration: none;
  color: #aaa;
}

#sidebox a:hover {
  color: #000;
}

#contentbox h2 {
  font-size:1.6em;
  margin-bottom: 30px;
  border-bottom: 1px dotted black;
}

h3 {
  color:#000;
  font-size: 1.5em;
  margin: 2px;
  font-weight:bold;
}

img {
  border: 1px solid #19F;
  margin: 2px;
}

#contentbox p {
  margin-bottom: 30px;
}

#contentbox a {
  text-decoration: none;
  color: black;
}

#contentbox a:hover {
  text-decoration: underline;
}

#sidebox p, #sidebox ul {
  margin-bottom: 10px;
  margin-left: 20px;
}

#sidebox img {
  border-color: #19F;
}

#contentbox ul {
  margin-left: 15px;
}

div.news-entry {
  margin-bottom: 10px;
}

div.news-entry .subject {
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.3em;
  margin-right: 5px;
}

div.news-entry .date {
  font-size: 0.6em;
  float: right;
}

input, textarea, select {
  border: 1px solid black;
  font-family: "Myriad Web Pro", "Tahoma", Verdana, Helvetica, Arial, sans-serif;
  margin: 1px;
  padding: 1px;
}

div.event { border-bottom: 1px dotted black; margin-bottom: 20px; }
div.event .comment { text-align: justify; }
div.event span.gallery_link { display: block; padding: 15px; padding-left: 40px; background: url(../gfx/gallery_link.gif) left center no-repeat; }

div.news { border-bottom: 1px dotted black; margin-bottom: 20px; }
div.news .comment { text-align: justify; }
div.news span.gallery_link { display: block; padding: 15px; padding-left: 40px; background: url(../gfx/gallery_link.gif) left center no-repeat; }

div.bowling { border-bottom: 1px dotted black; margin-bottom: 20px; }
div.bowling .comment { text-align: justify; }
div.bowling span.gallery_link { display: block; padding: 15px; padding-left: 40px; background: url(../gfx/gallery_link.gif) left center no-repeat; }

div.billoffare { margin-bottom: 15px; }
div.billoffare .comment { text-align: justify; }
div.billoffare .price { float: right; padding: 0 15px 0 15px; font-style: italic; }
div.billoffare img.image { float: right; margin-left: 15px; }

a.pdf_link { display: inline; line-height: 17px; padding-right: 82px; background: url(../gfx/pdf_download.gif) no-repeat right center; }
a.excel_link { display: inline; line-height: 38px; padding: 10px 40px 10px 0; background:url(../gfx/excel.gif) no-repeat right center; }

#billoffare li { cursor: move; }

.gb_page {
  text-align: right;
  font-style: italic;
  font-size: 10px;
}
.gb_newentry {
  display: block;
  text-align: center;  
}
.gb_entry {
  border-bottom: 1px dotted black;
  margin-bottom: 30px;
}
.gb_name {
  font-weight: bold;
}
img.gb_avatar {
  float: right;
}
.gb_msg {
  font-style: italic;
}
.gb_email, .gb_homepage, .gb_icq {
  padding: 1px 5px;
  border: 0;
}
.gb_older {
  float: left;
}
.gb_new {
  float: right;
}
img.gb_avatar {
  border: 0;
}


div.ad {
  border-bottom: 1px dotted black;
  margin-bottom: 20px;
}

div.linkbox {
  margin-bottom: 20px;
}

span.link-company, span.link-homepage {
  display:block;
}

table.usage {
  width: 90%;
  border: 1px solid #19F;
}

table.usage td {
  padding: 1px;
  white-space: normal;
  vertical-align: top;
}

div.bowling-paragraph .subject {
  font-weight: bold;
}
