@charset "utf-8";
/* HTML Modifikationen */
a 			{ color: #FFCC00; cursor: pointer; text-decoration: underline; }
a:hover		{ color: #FFFFFF; }


ul, ol {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
}
ul li {
	list-style-type: square;
	margin-bottom: 5px;
}
ol li {
	margin-bottom: 5px;
}


/*	colors */
.white {
	color: #FFFFFF;
}
.black {
	color: #000000;
}
.orange {
	color: #FFCC00;
}
.grey {
	color: #797979;
}
.lightgrey {
	color: #bbbbbb;
}
.red {
	color: #CC0000;
}
.green {
	color: #009900;
}
.blue {
	color: #0070DD;
}
.purple {
	color: #990099;
}


.guild {
	color: #00ff00;
}
.group {
	color: #aaaaff;
}


/* styles */
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.small {
	font-size: 10px;
}
.big {
	font-size: 20px;
	font-weight: bold;
}
.very_big {
	font-size: 50px;
	font-weight: bold;
}

.textright {
	text-align: right;
}
.textleft {
	text-align: left;
}
.textcenter {
	text-align: center;
}

.headline {
	border-bottom: 1px solid #333333;
	text-align: center;
	margin-bottom: 5px;
	width: 100%;
}

.underline {
	text-decoration: underline;
}

.hint		{ color: #00FF00; }
.error		{ color: #FF0000; }
