/** Meine eigenen Regeln */

h1 {
  font-size: 47px;
  font-weight: bold;
  color: #777777;
  margin: 30px 0px 10px;
  text-align: right;
}

h2 {
  font-size: 21px;
  font-weight: bold;
  margin: 10px 0px 15px;
  text-align: center;
}

.h3 {
  font-size: 32px;
  font-weight: bold;
  color: #777777;
  margin: 10px 0px 10px;
  text-align: center;
}

/* header of hall of fame table */
.hallOfFameHeader {
  background-color: #777777;
  color: white;
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
  font-align: center;
}

.hallOfFameTable {
  border: 1px solid silver;
  padding: 2px;
  margin-bottom:6px;
}

.hallOfFame td {
	font-size: 16px;
}

.rangColumn {
	text-align: center;	
	font-weight: bold;
}

.versuchColumn {
	text-align: center;	
	font-weight: bold;
}

.dauerColumn {
	text-align: right;	
	font-weight: bold;
}

.rangColumnWidth {
	width: 60px;
}

.spielerColumnWidth {
	width: 200px;
}

.versucheColumnWidth {
	width: 96px;
}

.dauerColumnWidth {
	width: 67px;
}

.datumColumnWidth {
	width: 119px;
}

.rowGold {
	background-color: #fffd72;
}

.rowSilver {
	background-color: #e8e8e8;
}

.rowBronze {
	background-color: #fcd297;
}

.dialog {
	font-size: 16px;	
}

.dialogSmall {
	font-size: 12px;	
}

.dialogSmallUnderlined {
	font-size: 12px;
	text-decoration: underline;
}

.karte {
	margin: 0px 2px 0px 2px;	
}

.textbox {
	font-size: 16px;	
}

.button {
	font-size: 16px;	
}

#contact {
	text-align: center;
	height: 25px; width: 275px;
	font-size: 16px;
	font-weight: bold;
	color: #777777;
}

#header {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	width: 620px;
}

#skull { 
	width: 130px; height: 155px;
    background-image: url(img/header.png);
    float: left;
}

#headline { 
	left: 15px;
	float: left;
	width: 490px; height: 185px;	
}

#gmContainer {
	text-align: center;
	width: 622px;
}

#gm1 { 
	width: 242px; height: 50px;
    float: left;
}

#gm2 { 
	width: 136px; height: 50px;
    float: left;
}

#gm3 { 
	width: 243px; height: 50px;
    float: left;
}

.gm1Font {
	font-size: 21px;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 5px;
}

.gm2Font {
	font-size: 16px;
}

.gm3Font {
	font-size: 21px;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 5px;
}

.gm3Table {
	width: 100%;
}

.gm3Blank {
	width: 100%;
}

.grayFont {
 	color: #777777;
}

.warnFont {
	font-size: 21px;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 5px;
	color: #fe6f0d;
}

.alarmFont {
	font-size: 21px;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 5px;
	color: #c60c28;
}

.blackFont {
	color: #000000;
}

a:link { 
	color: #000000;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
}

/** Rules kopiert aus clean.css -------------------------------------------- */

body, table td, select, button {
  font-family: Verdana, Tahoma;
}

.gwt-DialogBox .Caption {
  background: #F1F1F1;
  padding: 4px 8px 4px 4px;
  cursor: default;
  font-family: Verdana, Tahoma;
  font-weight: bold;
  border-bottom: 1px solid #bbbbbb;
  border-top: 1px solid #D2D2D2;
}
.gwt-DialogBox .dialogContent {
}
.gwt-DialogBox .dialogMiddleCenter {
  padding: 3px;
  background: white;
}
.gwt-DialogBox .dialogBottomCenter {
  background: url(css-images/hborder.png) repeat-x 0px -2945px;
  -background: url(css-images/hborder_ie6.png) repeat-x 0px -2144px;
}
.gwt-DialogBox .dialogMiddleLeft {
  background: url(css-images/vborder.png) repeat-y -31px 0px;
}
.gwt-DialogBox .dialogMiddleRight {
  background: url(css-images/vborder.png) repeat-y -32px 0px;
  -background: url(css-images/vborder_ie6.png) repeat-y -32px 0px;
}
.gwt-DialogBox .dialogTopLeftInner {
  width: 10px;
  height: 8px;
  zoom: 1;
}
.gwt-DialogBox .dialogTopRightInner {
  width: 12px;
  zoom: 1;
}
.gwt-DialogBox .dialogBottomLeftInner {
  width: 10px;
  height: 12px;
  zoom: 1;
}
.gwt-DialogBox .dialogBottomRightInner {
  width: 12px;
  height: 12px;
  zoom: 1;
}
.gwt-DialogBox .dialogTopLeft {
  background: url(css-images/circles.png) no-repeat -20px 0px;
  -background: url(css-images/circles_ie6.png) no-repeat -20px 0px;
}
.gwt-DialogBox .dialogTopRight {
  background: url(css-images/circles.png) no-repeat -28px 0px;
  -background: url(css-images/circles_ie6.png) no-repeat -28px 0px;
}
.gwt-DialogBox .dialogBottomLeft {
  background: url(css-images/circles.png) no-repeat 0px -36px;
  -background: url(css-images/circles_ie6.png) no-repeat 0px -36px;
}
.gwt-DialogBox .dialogBottomRight {
  background: url(css-images/circles.png) no-repeat -8px -36px;
  -background: url(css-images/circles_ie6.png) no-repeat -8px -36px;
}
* html .gwt-DialogBox .dialogTopLeftInner {
  width: 10px;
  overflow: hidden;
}
* html .gwt-DialogBox .dialogTopRightInner {
  width: 12px;
  overflow: hidden;
}
* html .gwt-DialogBox .dialogBottomLeftInner {
  width: 10px;
  height: 12px;
  overflow: hidden;
}
* html .gwt-DialogBox .dialogBottomRightInner {
  width: 12px;
  height: 12px;
  overflow: hidden;
}

.gwt-PopupPanelGlass {
  background-color: #000;
  opacity: 0.3;
  filter: alpha(opacity=40);
}

.gwt-Button {
  margin: 0;
  padding: 5px 7px;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
  background: url("css-images/hborder.png") repeat-x 0px -2077px;
  border:1px solid #bbb;
  border-bottom: 1px solid #a0a0a0;
  border-radius: 3px;
 -moz-border-radius: 3px;
}
.gwt-Button:active {
  border: 1px inset #ccc;
}
.gwt-Button:hover {
  border-color: #939393;
}
.gwt-Button[disabled] {
  cursor: default;
  color: #888;
}
.gwt-Button[disabled]:hover {
  border: 1px outset #ccc;
}


