/* main selectors */
body {
	background: #FFF url(bg_body.gif) top left repeat-x;
	margin: 0;
	padding: 0 10px;
}

a {
	color: #28645D;
	text-decoration: underline;
}

a:visited { color: #28645D; }
a:hover, a:active { color: #333333; }

#katalog {
	background-color: #F8F8F8;
	border: solid 1px #A0A0A0;
	border-width: 0 1px 1px 1px;
	margin: 0;
	padding: 0;
}

#katalog, p, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

/* header */
.titlez {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	margin: 5px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #666666;

}

.header {
	background: #F7F7F7 url(bg_logo.gif) top left repeat-x;
	padding: 0;
}

.buttons {
	text-align: center;
	font-size: 11px;
	color: #333333;
	background-image: url(bg_topnav.gif);
	border-top: solid 1px #28645D;
	border-bottom: solid 1px #28645D;
	height: 20px;
}
* html .buttons { height: 18px; }

.buttons a, .buttons a:visited {
	color: #28645D;
	text-decoration: none;
	margin: 0 3px;
}

.buttons a:hover, .buttons a:active {
	color: #333333;
	text-decoration: none;
}


/* Background images for tables */
.forumline {
	border: solid 1px #28645D;
	margin: 5px 0;
	background-color: #F8F8F8;
}

.forumline td { padding: 2px; }

.row{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	vertical-align: middle;
	border: solid 1px #FFF;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
}

.row2{
	background-color: #F8F8F8;
}

.row3{
	background-color: #F0F0F0;
}


.forumline th {
	background: #FFF url(bg_th.gif) top left repeat-x;
	color: #28645D;
	font-weight: bold;
	font-size: 11px;
	height: 24px;
	padding: 0 5px;
	border: solid 1px #FFF;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	white-space: nowrap;
}

.forumline .row-header {
	background: #388830 url(bg_hdr1.gif);
	border: solid 1px #DBEFDB;
	border-right-color: #CFDADE;
	border-bottom-color: #CFDADE;
	padding: 0;
	text-align: left;
	vertical-align: top;
	height: 27px;
}

.forumline .row-header span {
	background: url(bg_hdr2.gif) top left no-repeat;
	padding-left: 17px;
	color: #ECF4EC;
	display: block;
	padding-top: 4px;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.2em;
}

/* footer */
#copyright {
	padding: 7px;
	text-align: right;
	background-image: url(bg_copyright.gif);
	border-bottom: solid 1px #28645D;
	border-top: solid 1px #28645D;
	font-size: 9px;
	color: #808080;
}

#copyright a, #copyright a:visited {
	color: #28645D;
	text-decoration: none;
}

#copyright a:hover, #copyright a:active {
	color: #333333;
	text-decoration: none;
}
.set {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #CCCCCC;
	text-align: center;
	vertical-align: middle;
	margin: 2px;
	padding: 2px;
	border: 2px outset #CCCCCC;
	cursor: hand;
}