body {
	background-color: #555C66;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-image: url(../gfx/bg.jpg);
	background-position: top center;
	background-attachment: fixed;

}

table {
	font-size: 12px;
}

.layout_border {
	background-color: #000;
	width: 3px;
}

.content_bg {
	background-color: #fff;
}

.navi_bg {
	background-image: url(../gfx/navi_bg.jpg);
	background-repeat: repeat-x;
	height: 23px;
	padding-left: 10px;
	padding-right: 10px;
}

.titel {
	font-weight: 700;
	font-size: 15px;
}

.copyright {
	color: #555;
	font-size: 10px;
	text-decoration: none;
}

.small {
	font-size: 11px;
}

.xsmall {
	font-size: 10px;
}

.box_head {
	background-image: url(../gfx/boxheader.jpg);
	background-repeat: repeat-x;
	height: 30px;
}

.box_div {
	border: 1px solid #000;
	background-color: #fff;
	background-image: url(../gfx/boxheader.jpg);
	background-repeat: repeat-x;
}

.box_titel {
	font-size: 13px;
	color: #444;
	font-weight: 700;
	height: 20px;
	padding-left: 10px;
}

.box_info {
	font-size: 10px;
	color: #77781A;
}

.colhead {
	font-size: 11px;
	font-weight: 700;
	padding: 3px;
	color: #888;
}

.col1 {
	background-color: #fff;
	padding: 6px 3px;
}

.col2 {
	background-color: #f0f0f0;
	padding: 6px 3px;
}

.msg {
	color: #ff0000;
	font-weight: 700;
}

.loss {
	color: #ff0000;
}

.draw {
	color: #0000ff;
}

.won {
	color: #008000;
}

.info_bg {
	background-color: #e2e4e7;
}

a.navi {
	color: #BCBFC2;
	text-decoration: none;
	font-size: 10px;
	font-weight: 700;
}

a.navi:hover {
	color: #77781A;
}

a {
	color: #77781A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input, select, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

button {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img.gal {
	margin: 8px;
	border: 1px solid #000;
	float: left;
}

.zitathead {
	font-size: 10px;
	font-weight: 700;
}

.zitatblock {
	border: 1px solid #555c66;
	background-color: #eee;
	padding: 3px;
	font-style: italic;
	font-size: 11px;
}

hr {
	color: #fff;
	background-color: #fff;
	border: 1px dotted #555c66;
	border-style: none none dotted;
}