/* */

body {
	font-family: Verdana,Helvetica,sans-serif;
	margin: 0px;
	padding:0px;
}

.date {
	color: #666666;
}

.navicolor {
	background: #d0d0d0;
}

.header {
	height: 3em;
	background: #d0d0d0;
	margin: 0px;
	padding: 0.5em;
	border-bottom: 1px solid black;
	clear: both;
}
.header h1 { font-size: 1.5em; margin-top: 0.5em; padding: 0px; }
.header img { float: left; height: 3em; margin-right: 0.5em; }
.header ul {
	float:right;
	list-style:none;
	border: 0px;
	overflow: hidden;
	margin: 1em;
	margin-right: 0.5em;
}
.header li:first-child { border-left: 0px!important; }
.header li {
	float:left;
	padding:0em 0.5em;
	font-weight:bold;
	background-image: url('/images/bg_small_grey.jpg');
	background-repeat: repeat-x;
	border-left: 1px solid black;
}
.header a {
	display:block;
	text-decoration:none;
	font-weight:bold;
	color: white;
}

.contents {
	margin-left: 8px;
	margin-right: 8px;
}

a:link {
	color: #4460ed;
	text-decoration: none;
}
a:visited {
	color: #7a4fa4;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	background: #dddddd;
}
a:active {
	color: #f4913a;
	text-decoration: none;
}

a.toplink:link {
	font-weight: bold;
	text-decoration: none;
}
a.toplink:visited {
	font-weight: bold;
	text-decoration: none;
}

/* don't hover on the kst logo */
a.logo:hover {
	background: inherit;
}

.webmaster {
	font-size: 10px;
	margin-right: 5px;
}

.rightimage {
	float:right; 
	margin-left: 1em;
	margin-bottom: 1em;
}
.navi {
	margin-right: 5px;	/* TODO: ignored by konqueror? */
}
