/* CSS Document */
* { 
	margin-left:0; 
	left: 0;
}
p { margin-left: 0; display: compact }


body, html {
	font-size: normal;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
}

div {
	margin-left: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}


img {
	border: 0;
}

td {
	font-size: 13px;
}




a:link {
	text-decoration: none;
	color: #7C3117;

}
a:visited {
	text-decoration: none;
	color: #7C3117;

}
a:hover {
	text-decoration: underline;
	color: #7C3117;

}

.maintable {
	background-color: #A97F3B;
}

.contentfield {
	background-color: #FFF;
	padding: 25px;
	padding-top: 10px;
	padding-bottom: 0px;
	height: 500px;
	font-size: 13px;
}


a.menu_darkbrown:link {
	background-color: #47280E;
	font-weight: bold;
	text-align: center;
	color: #FFF;	
}
a.menu_darkbrown:hover {
	background-color: #7B3117;
	font-weight: bold;
	text-align: center;
	color: #FFF;	
}
a.menu_darkbrown:visited {
	background-color: #47280E;
	font-weight: bold;
	text-align: center;
	color: #FFF;	
}

.seitenueberschrift {
	font-size: 24px;
	font-weight: bold;
	color: #7b3016;
}

.fett {
	font-weight: bold;
	font-size: 13px;
}

.fett_groesser {
	font-weight: bold;
	font-size: 18px;
}

.fett_zentriert {
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	width:100%;
}

.zentriert {
	width: 100%;
	text-align: center;
}

.rot {
	color: #7b3016;
}

.spieler_beschreibung {
	width: 65%;
	padding: 0;
	padding-right: 10px;
	text_align: right;
	padding-right: 15	px;
	height: 2em;
}

.spieler_name {
	width: 35%;
	width: 170px;
	padding: 0;
	text-align: left;
	
	
}

div.spieler {
	float: none;
	width: 100%;
	padding-top: 15px;
}

.spielertable {
	font-size: 13px;
}

a.spielername:link {
	text-decoration: none;
	color: #7C3117;
	text-align: left;
}
a.spielername:visited {
	text-decoration: none;
	color: #7C3117;
	text-align: left;
}
a.spielername:hover {
	text-decoration: underline;
	color: #7C3117;
	text-align: left;
}
