/* Links */

a {
	color: #666666;
	font-style: italic;
}

a:hover {
	color: red;
}

a.navigation {
	color: #ffffff;
	font-size: 18px;
	font-style: normal;
	line-height: 25px;
	text-decoration: none;
}

a.navigation:hover {
	background-color: red;
}

/* Seitenweite Textformatierungen */

table, tr, body, td, input, select, option, textarea, span, p {
	color: #666666;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;

}

body {
	margin: 0px 0px;
}

.ue1 {
	font-size: 18px;
	color: red;
}

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

.impressum {
	font-size: 11px;
}

.zitat {
	font-style: italic;
}

ul {
	list-style-image:url(../bilder/ul.png);
	margin: 7px;
	padding: 7px;
}



li {
	margin: 3px 0px;
	border-top-width: 0px;

}

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