/* Stylesheet (c) 2008 by Tim Mollenhauer */

/* Allgemein */
body {
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	background-color: black;
	font-family: Tahoma;
	color: white;
 }

a {
	font-weight: bold;
	color: black;
 }

h3 {
	font-weight: bold;
	font-size: 17px;
 }

h2 {
	font-weight: bold;
	font-size: 15px;
	text-decoration: underline;
 }

img {
	border: 0;
 }

#haupt {
	border: 1px solid black;
 }

#main {
	background-color: white;
	color: black;
	font-size: 12px;
	padding: 10px;
 }





/* Kopf */
#subtop {
	background-image: url(images/subtop_bg.gif);
	font-size: 10px;
	text-align: center;
 }

#countdown {
	text-align: center;
	font-size: 10px;
 }





/* Inhalte */
#countdown {
	background-image: url(images/subtop_bg.gif);
 }

#foo {
	background-image: url(http://www.wrestlingcorner.de/gwp_page/images/misc/FoO_fine.jpg);
	background-repeat: no-repeat;
 }

#roster {
	color: black;
	font-size: 12px;
	border: 0px;
 }

#rostercell {
	color: black;
	font-size: 12px;
	text-align: center;
	background-color: silver;
	border: 2px solid white;
	spacing: 0px;
	width: 100px;
	height: 100px;
	text-valign: center;
 }

#staffcell {
	color: black;
	font-size: 12px;
	text-align: center;
	background-color: silver;
	border: 2px solid white;
	spacing: 0px;
	width: 500px;
	height: 100px;
	text-valign: center;
 }

iframe {
	border: 0px;
	width: 100%;
	height: 100%;
 }

#normal {
	color: black;
	font-size: 12px;
 }

.text {
	font-family: Tahoma;
	font-size: 11px;
	color: black;
	background: #FFFFFF url(images/formular_bg.jpg) top repeat-x;
	margin: 0px;
	padding: 4px;
	border: 1px solid silver;
}