body {
	background-color: #fbf5c9;
	margin: 0px;
	cursor: default;
}

.titl, h2, h3, h4 {
	background-image: url('images/main-titles.png');
	background-repeat: no-repeat;
	padding-top: 30px;
	font-weight: normal;
	padding-left: 40px;
	padding-bottom: 55px;
	font-family: Georgia;
	font-style: italic;
	color: #e80000;
	font-size: 31px;
	text-transform: lowercase;
}

.subtitles {
	font-family: Garamond;
	font-style: italic;
	font-size: 18px;
	color: #c60000;
	margin-top: -42px;
	padding-left: 130px;
	text-transform: lowercase;
}

p, .titi {
	font-family: Georgia;
	color: #000634;
	font-size: 11px;
	line-height: 16px;
}

b, strong { color: #c60000; }
em, i { color: #e80000; }

a:link, a:visited, a:active {
	color: #e80000;
	border-bottom: 1px dotted #920018;
	text-decoration: none;
	cursor: default;
}

a:hover {
	color: #920018;
	border-bottom: 1px dotted #920018;
}

li {
	list-style-image: url('images/wolf-beil.gif');
	margin-bottom: 12px;
	padding-left: 4px;
	font-family: Georgia;
	font-size: 11px;
}

.maintitles a, .maintitles a:visited, .maintitles a:link, .maintitles a:active {
	font-family: Georgia;
	font-style: italic;
	border-bottom: 1px dotted #920018;
	color: #e80000;
	font-size: 31px;
}

.maintitles a:hover {
	font-family: Georgia;
	font-style: italic;
	color: #e80000;
	font-size: 31px;
	border-bottom: 1px dotted #e80000; 
}

.quoties {
	border-left: 4px solid #c60000;
	margin-left: 10px;
	padding-left: 10px;
}

value, field, option, select, input, textarea {
	font-family: Georgia;
	color: #000634;
	font-size: 11px;
	background-color: #fbf5c9;
    border: 1px solid #c60000;
    cursor: default;
}

.codesort img, .affiliates { border: 4px solid #000634; }
.codesort img:hover, .affiliates img:hover { border: 4px solid #e80000; }
