/* main selectors */
body {
	background: #FFF url(bg_body.gif) top left repeat-x;
	margin: 0;
	padding: 0 10px;
}



a {
	color: #455995;
	text-decoration: underline;
}

a:visited { color: #303F6B; }
a:hover, a:active { color: #FF1010; }
#id {
	color:#000000;
	line-height:1px;
        border: solid 1px #000000;
}

#katalog {
	background-color: #CCC;
	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: 13px;
	color: #000000;
}

/* 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:  url(bg_logo.gif) top left repeat-x;
	padding: 0;
}

.buttons {
	text-align: left;
	padding-left:25px;
	font-size: 11px;
	color: #FF1010;
	background-image: url(bg_topnav.gif);
	border-top: solid 1px #2B438F;
	border-bottom: solid 1px #2B438F;
	height: 20px;
}
* html .buttons { height: 18px; }

.buttons a, .forum-buttons a:visited {
	color: #334C9A;
	text-decoration: none;
	margin: 0 3px;
}

.buttons a:hover, .forum-buttons a:active {
	color: #FF1010;
	text-decoration: none;
}



/* Background images for tables */
.forumline {
	border: solid 1px #2B438F;
	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: #455995;
	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: #354883 url(bg_hdr1.gif);
	border: solid 1px #DCE1EE;
	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: #EDEFF4;
	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 2px #FF1010;
	border-top: solid 1px #2B438F;
	font-size: 9px;
	color: #808080;
}

#copyright a, #copyright a:visited {
	color: #2B438F;
	text-decoration: none;
}

#copyright a:hover, #copyright a:active {
	color: #FF1010;
	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;


}

#globalLink a{
	padding-right:10px;
}


