/* General
================================= */

/* Remove padding and margin */

* {
  	margin: 0;
	padding: 0;
}

/* Class for clearing floats */
.clear {
	clear: both;
}

/* Remove border around linked images */
img {
	border: 0;
}

html, body
{
	width: 100%;
	height: 100%;
	padding-bottom:0.1%;
}
	
/* Layout
================================= */

body {
	text-align: center;
	min-width: 960px;
	padding-top: 20px;
	padding-bottom: 20px;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: #434343 url(../images/bg.gif);
}

#wrapper {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	background: #333 url(../images/outline.gif) repeat-y left top;
}

.bar {
	width: 930px;
	height: 20px;
	margin: 0 15px 0 15px;
	background: url(../images/bar.gif) repeat-x left top;
}

#header {
	height: 110px;
	background: url(../images/header.jpg) no-repeat left top;
}

#nav {
	position: relative;
	height: 160px;
	background: url(../images/nav.gif) no-repeat left top;
}

#content {
	padding: 0;
}

#footer {
	height: 50px;
	background: url(../images/footer.gif) no-repeat left top;
	margin-bottom:20px;
}

/* Typography
================================= */

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #000;
}

p {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #000;
}

h1, h2 {
  margin: 0 0 5px 0;
}

p {
  margin: 0 0 10px 0;
}

.gold {
	color: #edcb5d;
}

/* Menu
================================= */

/* default links */
a:link, a:visited {
	background-color: transparent;
	text-decoration: none;
	color: #fff;
}
a:hover, a:active {
	background-color: transparent;
	text-decoration: none;
	color: #edcb5d;
}
a.mail:link, a.mail:visited {
	color: #000;
}
a.mail:hover, a.mail:active {
	color: #9d7815;
}
/* default links */

/* Main Menu */
	
/* --- IE 5.0 WIN Hack - Margin-left \*/
* html li {
	height: 1%;
	margin-left: 0;
}
* html img.mainMenu {
	margin: 0 -3px;
	ma\rgin: 0;
}
/* --- IE 5.0 Hack - Margin-left */

#mainMenu {
	width: 160px;
	margin-top:20px;
}

ul {
  list-style-type: none;
}

li {
  display: inline; /* Removes large gaps in IE/Win */
}

a.mainMenu {
  display: block;
  width: 160px;
  height: 20px;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  background: url(../images/point.gif) no-repeat left bottom;
  text-indent: 25px;
  text-transform: uppercase;
}

a.mainMenu:hover, .selected a.mainMenu {
  background-color: transparent;
  background-position: left bottom;
  text-decoration: none;
  color: #edcb5d;
}

.first a.mainMenu {
  height: 20px;
  line-height: 20px;
}
/* Main Menu */

/* Header Image Maps */
#headerNav {
	position: relative;
}

#headerNav a {
    position: absolute;
    text-decoration: none;
    text-indent: -1000em;
	background: transparent;
}
  
#headerNav a i {
	visibility: hidden;
}

a#home {
	top: 30px;
	left: 70px;
	height: 60px;
	width: 420px;
}

a#home:hover {
	font-size: 100%; /* Fixes bug in IE5.x/Win */
	border: none;
}

a#gpo {
	top: 20px;
	left: 800px;
	height: 80px;
	width: 130px;
}

a#gpo:hover {
	font-size: 100%; /* Fixes bug in IE5.x/Win */
	border: none;
}
/* Header Image Maps */


/* Boxes
================================= */

.floatLeft {
	display: inline;
	float: left;
}

.floatRight {
	display: inline;
	float: right;
}

.boxNav {
	position: absolute;
	width: 160px;
	height: 140px;
	top: 10px;
	left: 60px;
}

.boxTeaser1 {
	position: absolute;
	width: 160px;
	height: 140px;
	top: 10px;
	left: 235px;
}
.boxTeaser2 {
	position: absolute;
	width: 158px;
	height: 138px;
	top: 10px;
	left: 405px;
	background-color:#000;
	border:#edcb5d 1px solid;
}
.boxTeaser3 {
	position: absolute;
	width: 318px;
	height: 138px;
	top: 10px;
	right: 50px;
	background-color:#000;
	border:#edcb5d 1px solid;
}
.boxTeaser3 p {
	margin:0;
	font-weight:bold;
}
.boxTeaser3 a {
	font-weight:bold;
	color:#ff0000;
}

.boxTxt {
	position: absolute;
	width: 320px;
	height: 140px;
	top: 10px;
	right: 45px;
}

.boxTxt p {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #fff;
	margin: 0;
}

.boxTxt h1 {
	color: #fff;
}

.footerLeft p {
	float: left;
	text-align: left;
	width: 420px;
	padding: 12px 0 0 65px;
	font-size: 10px;
	color: #ccc;
}

.footerRight p {
	float: right;
	text-align: right;
	width: 380px;
	padding: 12px 65px 0 0;
	font-size: 10px;
	color: #ccc;
}
