/* WYSIWYG Extra Stylesheet */

.ColorBox {
	background: #999999;
	display: block;
	margin: 0 0 60px -10px;
	padding: 15px 10px;
	height: 155px;
	color: white;
	position: relative;
}

.Grey {
	color: #8B8D8E;
}

.Link,
.link{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background: url(../gfx/bul.arrow_right_blue.png) no-repeat 0 3px;
	padding: 0 0 0 13px;
	text-decoration: none;
	cursor: pointer;
}

.BackLink {
	font-weight: bold;
	color: black;
	background: url(../gfx/bul.arrow_left_blue.png) no-repeat 0 3px;
	padding: 0 0 0 13px;
	text-decoration: none;
}

.DashedUnderline {
	background: url(../gfx/bgr.line.png) repeat-x bottom;
	line-height: 17px;
	padding: 0 0 5px 0;
	color: black;
	margin: 0px 0px 5px 0px;
}

.DashedLine {
	background: url(../gfx/bgr.line.png) repeat-x center left;
	line-height: 17px;
	padding: 0 0 5px 0;
	color: black;
}

.ImageRight {
	float: right;
	clear: rigth;
	margin: 0 0 0 15px;
}

.Quelle {
	color: silver;
	font-style: italic;
}

.ListTable {
	margin: 0 0 25px 0;
}

.ListTable th {
	background: url(../gfx/bul.headline.png) no-repeat left top #D7D9D6;
	text-align: left;
	color: #999999;
	padding: 0 0 0 40px;
}

.ListTable td {
	background: url(../gfx/bgr.line.png) repeat-x bottom left;
	padding: 5px 10px 5px 0;
}

.ListTable td .Link {
	margin: 0 0 0 -13px;
}