body {
	margin: 30px 0 20px 0;
	padding: 0;

	background-image: url(gfx/bg.gif);
	background-color: #b9b6af;

	font-family: verdana,arial,sans-serif;

	/* center design - IE */
	text-align:center;
}

p {
	margin: 10px 0 0 0;
	padding: 0;
}

a {
	text-transform: uppercase;
	text-decoration: none;

	font-weight: bold;
	color: #cc6600;
}
a:hover {
	text-decoration: underline;
}

a.def {
	text-transform: none;
	font-weight: normal;
	color: #333333;

	border-bottom: 1px dotted #333333;
}
a.def:hover {
	border-bottom: none;
}
a.email {
	text-transform: none;
	font-weight: normal;
	color: #333333;
}

h1 {
	margin: 7px 0 14px 0;
	padding: 0;

	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	text-align: left;
}
h2 {
	margin: 14px 0 7px 0;
	padding: 0;

	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
}

em, dt {
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}
dt {
	margin: 5px 0 0 0;
	clear: both;
}
dd {
	margin: 2px 0 0 10px;
}

ol.rules li {
	/*
	 * start list items on a new line even if they
	 * contain right-floating images
	 */
	clear: right;
}
/*
li p {
	text-align: left;
}
*/

ul.dealer li {
	margin-top: 20px;
}

div.teaser {
	margin: 15px 0 15px 0;
	padding: 0;
}
ul.teaser {
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0;
}
ul.teaser li {
	background-image: url(gfx/arw.gif);
	background-repeat: no-repeat;
	background-position: 0 .45em;

	margin: 2px 0 0 60px;
	padding: 0 0 0 1em;
}

table tr th {
	border-bottom: 1px solid #333333;
}
table tr.result td {
	border-top: 1px solid #333333;
}
table tr td {
	text-align: left;
}
table tr td.numbers {
	text-align: right;
}
table tr th, table tr td {
	color: #333333;
	font-size: 11px;
}

img {
	border: 0;
}
.img {
	float: right;

	margin: 1em 0 0 10px;
	text-align: center;
}
.img img {
	margin: 0 0 3px 0;
}
.img .cpt {
	margin: 0 0 8px 0;

	font-size: 10px;
	font-weight: bold;
}
.imgdl a {
}
.imgdl img {
	margin: 2px 10px 10px 0;
	float: left;
}
.imgsec {
	margin: 10px 0 0 0;
}
.imgsec img {
	margin: 0 0 3px 0;
}
.imgsec .cpt {
	margin: 0 0 8px 0;

	font-size: 10px;
	font-weight: bold;
}

input, textarea, select {
 	width:360px;

	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	color: #333333;

	background-color: #f8f8f5;
	border: 1px solid #0b6b92;
	padding: 1px;
	margin: 2px 2px 1px 0;

	position: relative;
	top: -2px;
}
input.checkbox, input.radio {
	width: auto;

	background-color: #e6e6e6;
	border: 0;

	position: relative;
	top: 2px;
}
.submit {
	margin-top: 1.5em;
	width: 100px;
}
#plz { width: 45px; }
#ort, #city { width: 309px; }
div #vorname, #name, #playername, #playerpwd, #tcountry, #tcother, #farbe1, #farbe2, #anreise, #abreise
{
	float: left;
	width: 177px;
}
/*
div #tpostcode
{
	float: left;
	width: 90px;
}
div #tcity
{
	float: left;
	width: 264px;
}
*/

div.de, div.en {
	float: left;
	width: 177px;
	text-align: left;
}
div.de {
	margin: 0 3px 0 0;
	clear: left;
}
div.en {
	margin: 0 0 0 3px;
}

div.tr {
	clear: left;
}
.input {
	float: left;
}
.required {
	font-weight: bold;
}
.error {
	font-weight: bold;
	color: #cc6600;
}
.active {
	font-weight: bold;
}
.inactive {
	color: #999999;
}

#prd input {
	width: 30px;
	margin: 3px 5px -2px 0;
}
#prd div {
	width: 201px;
	float: left;
}
#prd div.img {
	width: 159px;
	float: right;
	margin: 0;
}
#prd dt {
	clear: both;
}

#mapparagraph {
	text-align: center;
}

/* player colours */
td.colour div {
	float: left;
	width: 10px;
	height: 10px;
	margin: 1px 5px 0 0;
	border: 1px solid #cccccc;
}
div.none {
	border: none;
}
div.red {
	background-color: #cc3333;
}
div.green {
	background-color: #009933;
}
div.blue {
	background-color: #006699;
}
div.yellow {
	background-color: #ffcc00;
}
div.colourblind {
	background-color: #ffffff;
}


/******************/
/*** containers ***/
/******************/

/*** misc. begin ***/
#page {
	width: 902px;
	height: auto;

	/* center design */
	margin: 0 auto 0 auto;
	padding: 0;

	color: #333333;
	font-size: 11px;
}

#head {
	margin: 0;
	padding: 0;
	height: 110px;
	width: 902px;

	background-image: url(gfx/hdr.gif);
	background-repeat: no-repeat;
}

#top {
	margin: 0;
	padding: 0;
	height: 70px;
	width: 824px;

	background-image: url(gfx/bg_top.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#btm {
	margin: 0 auto 0 auto;
	padding: 0;
	/* padding und height zusammen ergeben zwar die
	gewünschte Höhe von 110px, aber IE 5.01 und IE5.5
	berechnen das leider falsch und ignorieren die
	padding-Angabe bei der Gesamthöhe --- daher ein
	weiteres div btm_cnt eingefügt, das den Abstand
	korrekt herstellt */
	height: 76px;
	width: 824px;

	color: #666666;
	font-size: 10px;

	background-image: url(gfx/bg_btm2.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#btmcnt {
	padding: 37px 0 0 0;
}
#btm a {
	color: #666666;
	text-transform: none;
}
#btm ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	display: inline;
}
#btm ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#btm p {
	margin: 2px 0 0 0;
}

#main {
	margin: 0 39px 0 39px;
	padding: 0;
	width: 824px;

	background-image: url(gfx/bg_cnt.gif);
	background-repeat: repeat-y;
}

#foot {
	height: 30px;

	margin: 0;
	padding: 0;

	background-image: url(gfx/bg_btm1.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}


/********************************/
/*-- primary navigation begin --*/
#prinav {
	width: 195px;
	float: left;

	text-align: left;
}

#prinav ul {
	list-style-type: none;
	list-style-position: outside;
	display: block;

	position: relative;

	/*
	 * IE6 makes list wider than specified;
	 * negative right margin makes list small again
	 */
	margin: 0 -20px 0 0;
	/* bottom padding and background image create bottom border */
	padding: 0 0 4px 0;

	background-image: url(gfx/bg_ul1.gif);
	background-repeat: repeat-y;
	background-position: 9px 0;
}

#prinav ul li {
	/* IE5 will create additional bottom margins
	if html list code has line breaks... */

	/*
	 * setting width explicitly will correctly position
	 * the first list items in IE5.01 vertically -
	 * but will introduce unwanted horizontal margins;
	 * use vertical-align to fix this
	 */
	width: 180px;

	/* relative positioning enables the negative bottom margin for the active list element */
	position: relative;

	/* This fixes the IE5 Win gap! */
	vertical-align: bottom;

	margin: 0 0 0 9px;
	padding: 4px 0 3px 25px;

	background-image: url(gfx/bg_li1.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#prinav ul li#priact {
	margin: 0 0 -1px 9px;
	padding: 4px 0 4px 25px;

	background-image: url(gfx/bg_li1act.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#prinav ul li a {
	display: block;

	width: 150px;

	font-weight: bold;
	color: #005096;
}
/*-- primary navigation end --*/
/******************************/

/**********************************/
/*-- secondary navigation begin --*/
#prinav ul li ul {
	list-style-type: none;
	list-style-position: outside;
	display: block;

	margin: 0;
	padding: 0;

	background-image: none;
}

#prinav ul li ul li {
	/*
	 * IE5 will create additional bottom margins
	 * if html list code has line breaks...
	 */

	/* relative positioning enables the negative bottom margin for the last list element */
	position: relative;

	margin: 3px 0 -3px -25px;
	padding: 4px 0 3px 0;

	background-image: url(gfx/bg_li2.gif);
	background-repeat: no-repeat;
}
#prinav ul li ul li.top {
	background-image: url(gfx/bg_li2top.gif);
	background-repeat: no-repeat;
}
#prinav ul li ul li.btm {
	margin: 3px 0 -4px -25px;
	padding: 4px 0 4px 0;

	background-image: url(gfx/bg_li2btm.gif);
	background-repeat: no-repeat;
}
#prinav ul li ul li a {
	font-weight: normal;
	color: #b9291f;

	margin-left: 25px;
}
#prinav ul li ul li#secact a {
	font-weight: bold;
}
/*-- secondary navigation end --*/
/********************************/

/*********************************/
/*-- tertiary navigation begin --*/
#secnav ul {
	list-style-type: none;
	list-style-position: outside;
	display: block;

	margin: 6px 0 0 0;
	padding: 0;
}

#secnav ul li {
	/* IE5 will create additional bottom margins
	if html list code has line breaks... */

	margin: 0;
	padding: 4px 25px 4px 0;

	background-image: url(gfx/bg_li3.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#secnav ul li.top {
	padding: 4px 25px 5px 0;

	background-image: url(gfx/bg_li3top.gif);
}
#secnav ul li.btm {
	background-image: url(gfx/bg_li3btm.gif);
}

#secnav ul li a {
	display: block;

	/*
	 * setting width explicitly will introduce unwanted
	 * horizontal margins; use vertical-align to fix this
	 */
	width: 178px;
	/*   */
	/* This fixes the IE5 Win gap! */
	vertical-align: bottom;

	font-weight: normal;
	color: #005096;
}

#secnav ul li#teract a {
	font-weight: bold;
}
/*-- tertiary navigation end --*/
/*******************************/

#pricnt {
	width: 384px;
	float: left;
	margin: 0 0 0 20px;
/**/
	text-align: justify;
/**/
}
#pricnt p {
	line-height: 14px;
}
#pricnt ul, ul li {
	list-style-position: outside;

	margin: 0 0 0 8px;
	padding: 0;
}
#pricnt li, #pricnt dd {
	text-align: left;
}

#sec {
	float: left;

	margin: 34px 0 0 0;
	padding: 0 9px 0 13px;

	font-size: 10px;
}

#sec table tr th, #sec table tr td {
	font-size: 10px;
}

#secnav {
	margin: 0;
	padding: 0;
	width: 203px;
	text-align: right;
}

#seccnt {
	margin: 0 25px 0 6px;
	padding: 0;
	width: 172px;

	text-align: left;
}
#seccnt p {
	line-height: 14px;
}

div.clearer {
/*
negative margins are not interpreted
correctly by all browsers
*/
/**/
	margin-top: -1px;
	height: 1px;
/**/
	overflow: hidden;
	clear: both;
}

ul.files {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.files li {
	background-repeat: no-repeat;
	background-position: 0 0;

	margin: 2px 0 0 0;
	padding: 0 0 0 2em;
}
ul.files li.text {
	background-image: url(gfx/text.jpg);
}
ul.files li.audio {
	background-image: url(gfx/audio.jpg);
}


#eyecatcher {
	margin: 0 13px 0 0;
	background-color: #9295a2;
	background-image: url(gfx/icatch_top.gif);
	background-repeat: no-repeat;
}
#eyecatcher p {
	background-image: url(gfx/icatch_btm.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;

	margin: 0;
	padding: 0 10px 12px 10px;
	color: #ffffff;
}
#eyecatcher h2 {
	display: block;
/*
	height: 120px;
*/
	width: 159px;

	margin-bottom: 0;
	padding: 20px 0 27px 0;
}
#eyecatcher h2 .hide {
	visibility: hidden;
}
#eyecatcher h2 a {
	display: block;
	height: 73px;
	width: 69px;
	background-image: none;
	background-repeat: no-repeat;
	margin: 0 45px 0 45px;
}
#eyecatcher h2 a:hover {
/*
	background-image: url(gfx/icatch_top_mouseover.gif);
*/
}
#eyecatcher em {
	font-weight: normal;
	text-transform: none;
}
#eyecatcher p a {
	color: #ffffff;
	font-weight: bold;
	text-transform: none;
	background-image: none;
}
#eyecatcher p a:after {
	content:" \00bb";
}

ul.piclist {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.piclist li {
	width: 186px;
	margin: 5px 6px 20px 0;
	float: left;
}
ul.piclist li a {
	margin: 0 0 0 1em;
}
ul.piclist li img {
	margin: 0 0 5px 0;
}