/* CSS Style Document for CGE Website */
/*       © Johannes Häggqvist         */

body
{
  margin: 0px;
  padding: 0px;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #333;
  background: #C3C3C3 url('images/bg.gif') no-repeat fixed center;
}

img { border: 0; }

h1
{
  margin: 0px 0px 15px 0px;
  padding: 0px;
  font-size: 28px;
  line-height: 28px;
  font-weight: 900;
  color: #ccc;
  
  border-style: solid;
  border-color: #000000;
  border-width: 0px 0px 1px 0px;
}

p
{
  font: 11px/20px verdana, arial, helvetica, sans-serif;
  margin: 0px 0px 16px 0px;
  padding: 0px;
}

p.loader
{
  background: url('images/spinner.gif') no-repeat;
  background-position: 0px 50%;
  padding-left: 22px;
  margin: 16px 0px 16px 0px;
}

a
{
  color: #09c;
  font-size: 11px;
  text-decoration: none;
  font-weight: 600;
  font-family: verdana, arial, helvetica, sans-serif;
}
a:link    { color: #09c; }
a:visited { color: #07a; }
a:hover   { color: #6cf; }

#Header
{
  margin: 50px 0px 10px 0px;
  padding: 18px 0px 10px 20px;
  height: 15px;
  border-style: solid;
  border-color: black;
  border-width: 1px 0px;
  line-height: 11px;
  background-color: #eee;
  font-weight: 600;
}

#Content
{
  margin: 0px 20px 50px 200px;
  padding: 10px;
  border: 1px solid #999;
	line-height: 17px;
	background-color: #eee;
}

#Menu
{
  position: absolute;
	top: 105px;
	left: 15px;
	width: 150px;
	padding: 10px;
	background-color: #eee;
  background-image: url('images/menu_bg.gif');
	border: 1px solid #999;
	line-height: 17px;
}
#Menu ul
{
  list-style: none;
  padding: 0;
  margin: 0px 0px 0px 10px;
}
#Menu li:hover
{
  list-style: square;
}

#Footer
{
  position: absolute;
  top: 85%;
  left: 15px;
}
#Footer p { font-style: italic; }
#Footer img { margin: 0px 5px 0px 0px }