html	{
	overflow:-moz-scrollbars-vertical;
}

html, body	{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

body	{
	background-color:white;
	padding:25px;
}

body, p, div, td, textarea, input, a, blockquote, select, option {
	/*
  font-family:FreeMono,Courier New,monospaced;
  */
	font-family:Verdana;
	color:black;
	font-size:10px;
}

div#container {
  margin-left:auto;
  margin-right:auto;
  width:920px;
}

label {
  color:black;
  font-weight:bold;
}

div#logo	{
	width:183px;
	height:206px;
  background:transparent url("../img_customnice/logo.png") no-repeat;
  float:left;
  margin-right:20px;
  cursor:pointer;
  border:none;
}

div#teaser  {
	width:506px;
	height:217px;
	background-image:url("../img_customnice/teaser.png");
	background-repeat:no-repeat;
	float:left;
}

div#adlayer  {
	width:200px;
  margin:0;
  padding:0 0 0 8px;
	background-repeat:no-repeat;
	float:left;
}

div#teasersub	{
	width:506px;
	height:217px;
	background-image:url("../img_customnice/teaser.png");
	background-repeat:no-repeat;
	float:left;
}

div#helpernav {
  width:709px;
  height:25px;
  text-align:right;
  margin:0;
  padding:0;
}

div#helpernav ul {
  width:709px;
  list-style-type:none;
  padding:0;
  margin:0;
}

div#helpernav ul li {
  height:25px;
  padding:0 10px 0 10px;
  border-left:1px solid black;
  float:right;
}

div#helpernav ul li a {
  color:black;
  font-weight:bold;
  text-decoration:none;
}

div#content div#leftcolumn	{
	width:170px;
  float:left;
  margin:0 20px 0 0;
  padding-left:13px;
}

div#content div#centercolumn	{
	width:496px;
  float:left;
  margin:0;
  padding-right:10px;
}

#centercolumn, div#rightcolumn  {
  font-size:12px;
}

#leftcolumn h1  {
	font-size:11px;
  color:#e10d2e;
}

#centercolumn h1, div#rightcolumn h1 {
	color:black;
	font-size:14px;
	min-height:19px;
  margin-top:0;
  padding-top:0;
}

ul#mainnav {
  width:506px;
  height:25px;
  margin:0 0 25px 0;
  padding:0;
  list-style-type:none;
}

ul#mainnav li {
  height:20px;
  padding:10px 10px 0 10px;
  border-left:1px solid black;
  float:left;
}

ul#mainnav li a {
  color:black;
  font-weight:bold;
  text-decoration:none;
  line-height:17px;
  margin:0;
  padding:0;
}

div#content div#rightcolumn	{
  float:left;
  margin:75px 0 0 5px;
  padding:0 0 0 15px;
  border-left:1px solid black;
  min-height:250px;
}

div#rightcolumn div.event {
  margin-bottom:10px;
}

div.event div.dateyear  {
  font-weight:bold;
  letter-spacing:0.25em;
  font-family:monospace;
  font-size:13px;
  text-align:center;
  margin-right:5px;
}

div.event div.date  {
  font-weight:bold;
  font-family:monospace;
  line-height:11px;
  text-align:center;
  width:25px;
  margin-right:5px;
  float:left;
}

div.event div.description  {
  float:left;
}

.help {
  cursor:help;
}

form	{
	display:inline;
}

.error, .red, .asterisk	{
	color:#e10d2e !important;
}

.borderred  {
	border-color:#e10d2e !important;
}

.black  {
	color:black !important;
}

.borderblack  {
	border-color:black !important;
}

.green	{
	color:#339900 !important;
}

.bordergreen	{
	border-color:#339900 !important;
}

.blue {
	color:#003399 !important;
}

.borderblue {
	border-color:#003399 !important;
}

.hint	{
	background-color:#cccccc;
	color:black;
}

.formhint {
  font-size:10px;
  font-style:italic;
	color:#999999;
}

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.clear  {
  clear:both;
}

.box	{
	border:1px solid black;
	color:black;
	padding:1px 1px 1px 4px;
	margin:7px 0 0 9px;
}

input.box	{
	height:14px;
	width:100px;
	_height:16px;
}

.hidden, .optional  {
  display:none;
  visibility:hidden;
}

a.todo, .todo   {
  color:#990000 !important;
}

.todo:before    {
  content:"TODO ";
}

ul#leftnav  {
  padding-top:10px;
  padding-left:10px;
  padding-bottom:20px;
  margin-top:30px;
  margin-right:10px;
  border-top:1px solid black;
  border-bottom:1px solid black;
  list-style-type:none;
}

ul#leftnav li a {
  font-weight:bold;
  text-decoration:none;
}

a.ratinglink  {
  border:1px solid #999999;
  background-color:white;
  padding:2px;
  color:white;
  margin-right:3px;
  font-family:monospace;
  text-decoration:none;
  width:13px;
  display:block;
  text-align:center;
  float:left;
  font-weight:bold;
}

a.ratinglink:hover  {
  border-color:black;
  background-color:#339900;
  font-weight:bold;
  color:black;
}

.monospaced {
  font-family:monospace;
}

img.bigimage {
  border:1px solid black;
}

a.hugelink:hover img {
  border:1px dashed black;
}

