@charset "UTF-8";
/* CSS Document */
/* domstadt.tv / Pascal Fendrich 2007 */
/* http://www.domstadt.tv */


/* ALLGEMEINE FORMATIERUNG */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
body {
	background-color: #336600;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* HYPERLINK DEFINITIONEN */

a:hover {
	text-decoration: underline;
}

.fliesstextlink {
	text-decoration: underline;
	color: #666666;
}
.fett/* AUSZEICHNUNGEN FÜR BEREICHE */

 {
	font-weight: bold;
}

.abgrenzung {
	height: 15px;
	border-bottom-style: solid;
	border-bottom-color: #002D75;
	border-bottom-width: 1px;
}

/* TEXTAUSZEICHNUNGEN TAGS */

p, h1, h2 {
	margin: 0px;
}

p {
	padding-top: 0px;
	padding-bottom: 11px;
}

h1 {
	padding-bottom: 12px;
	font-size: 12px;
	font-weight: bold;
	color: #265913;
	margin-top: 0px;
}

h2 {
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 11px;
	font-size: 11px;
	color: #336600;
}
h3 {
	padding-bottom: 12px;
	font-size: 12px;
	font-weight: bold;
	color: #265913;
	margin-top: 0px;
}

ul {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 11px;
}

li {
	padding-top: 0px;
	padding-right: 24px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: square;
	list-style-position: outside;
}
