.headline {
	font-size: 24px;
	font-variant:small-caps;
	font-weight:bold;
	text-align:center;
	color:#c21f27
}
.subhead, p.subhead {
	font-size: 18px;
	font-weight:bold;
	color: #383D41;
}
.content {
	float: none;
}
.content p:first-letter {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: #c21f27;
	padding-left: 10px;
	/*vertical-align: -15%;*/
	/*vertical-align: top;*/
	/*position: relative; */
        top: -22px;
}

.ersterbuchstabe {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: #c21f27;
	padding-left: 10px;
	/*vertical-align: -15%;*/
	/*vertical-align: top;*/
	/*position: relative; */
        top: -22px;
}

.content a {
	color: #c21f27;
	text-decoration: none;
}
.content a:hover {
	color: #444d55;
	border-top: 1px dashed #c21f27;
	border-bottom: 1px dashed #c21f27;
}
li {
	list-style-position: outside;
	list-style-image: url(gfx/icon-list.gif);
}
input,select,textarea {
	background-color: #9ea4ac;
	border: 1px solid #c21f27;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 14px;
}
select,.content a {
	background-image: url(gfx/mauszeiger.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 12px;
}

.bilderlink a {
	background-image: none;
	padding-right: 0px;
}

body,td,th {
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 14px;
	/*color: #23282d;*/
	color: #000000;
}
body {
	background-color: #23282d;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.pictures div {
	width:140px;
	height:150px;
	padding:5px;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	float:left;
}
.pictures img {
	border-color: #c21f27;
	border-width: 1px;
}
.pictures img:hover {
	border-color: #444d55;
}
