html,body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	background: #ffffff url(/img/bgrImage.jpg) no-repeat center top;
}

p { margin: 0; padding: 0; }

h1 { 
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

a { color: #000000; }

/*
#gborder {
	width:789px;
	background-color: #ffffff;
	margin:auto;
	z-index:0;
	height: 100%;
}

#gcontent {
	width:789px;
	background-color: #ffffff;
}
*/

#gheader {
	width:789px;
	height: 185px;
	z-index:0;
	background-image: url(/img/header.jpg);
	background-repeat:no-repeat;
}

#link1 {
   margin-left: 637px;
   margin-top: 15px;
}

#gnavigation {
	width:789px;
	margin-top: -60px;
	z-index:1;
}

#gbody {
	margin-left: 65px;
	margin-right: 65px;
	margin-top: 50px;
	background-color: #ffffff;
}

a#gNav1 {
	padding-left: 5px;
}

a#gNav {
	padding-left: 2px;
}

#gheader a#logoLink span {
  display: none;
}

#gheader a#logoLink {
	display: block;
  float: left;
  margin-left: 640px;
  margin-top: 10px;
  height: 85px;
  width: 145px;
}

.title { 
	font-weight:bold;
	text-transform: uppercase;
}

#topNav {
	padding-left: 6px;
	padding-top: 2px;
	color: #43536A;
}

a.topNavLnk {
	color: #43536A;
	font-weight:bold;
	text-decoration: none;
}

a.topNavLnk:Hover {
	color: #C00037;
}

/* NEWSTICKER */
div.newsTicker {
 position: relative;
 overflow: hidden;
 padding-right: 65px;
 padding-top: 2px;
 padding-bottom: 2px;
 text-align: center;
 border: 2px solid #F04D6C;
}

a.footerLink {
	color: #ffffff;
	text-decoration: none;
}

/* Input Felder */
input, select, textarea {
		border: #686868 1px solid;
	  background-color: #ffffff;
		font-size: 11px;
}

.tbxLarge { width: 400px; }
.tbxMedium { width: 250px; }
.tbxSmall { width: 60px; }
.tbxUltraSmall { width: 20px; }

td.formCell {
	height: 25px;
}

td.formCellError {
	color: red;
	font-weight: bold;
}

input.send { 
	background-color: #F04D6C; 
	color: #ffffff;
	border: #000000 1px solid;
	width: 60px;
	height: 22px;
	margin-top: 5px;
}

.bFormTitle {
	color: #F04D6C;
	font-weight: bold;
}