@CHARSET "ISO-8859-1";

/* allgemein */

body, table, input, select, textarea, tt {
	font-size: 11px;
}

div#content {
	background: transparent;
}

.w100 {
	width: 100px;
}

.w120 {
	width: 120px;
}

.w150 {
	width: 150px;
}

.w200 {
	width: 200px;
}

.w300 {
	width: 300px;
}

.w400 {
	width: 400px;
}

.bold {
	font-weight: bold;
}

.margin_top {
	margin-top: 10px;
}

.margin_t5 {
	margin-top: 5px;
}

.black {
	color: #000;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
	display: inline;
}

.rot {
	color: #7B1419;
}

#body a:hover {
	color: #7B1419;
}