/* cssid-kol-aln */

body {
	background-attachment: fixed;
/*	background-color: #FCF6E6; */
	background-color: #FFE099; /* orange is the new black :-) */
	background-image: url("kol.png");
	background-position: left top;
	background-repeat: repeat-y;
	border-width: 0;
	color: #000;
/*	font-family: "Lucida Grande", Helvetica, sans-serif; */
	line-height: 1.5;
	margin: 0;
	padding: 0 25px 0 100px;
}

a:link {
	background-color: transparent;
	color: #00C;
}

a:visited {
	background-color: transparent;
	color: #93C;
}

a:hover, a:focus, div.title a:hover, div.title a:focus {
	background-color: transparent;
	color: #06F;
	text-decoration: underline;
}

a:active {
	background-color: transparent;
	color: #F60;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 0;
	margin-top: 1.5em;
}

h1 {
	font-size: 1.75em;
}

h2 {
	font-size: 1.45em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

h2+p, h3+p, h4+p {
	margin-top: 0.5em;
}

acronym, abbr {
	font-style: normal;
	border-width: 0;
}

acronym[title], abbr[title], span[title] {
/*	border-bottom: 1px dotted #F3A717; */
	border-bottom: 1px dashed #900;
	cursor: help;
}

div.title {
	background-color: #F3A717;
	border-bottom: 1px solid #000;
	color: #FFF;
	font-family: "Lucida Grande", Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 -25px 1em -25px;
	padding: 0.1em 25px 0.1em 25px;
}

div.title span.kol {
	font-weight: normal;
}

div.title a {
	text-decoration: none;
}

ul li {
	list-style-type: disc;
	list-style-image: url("dart.gif");
}

hr {
	visibility: hidden;
}

a img {
	border-width: 0;
}
