body {
	text-align: center;
	font-size: 11px;
	color: #dddddd;
	font-family: tahoma, helvetica, sans-serif;
	background: #000000;
	padding: 0;
	margin: 0 0 0 0;
}
td {
	font-size: 11px;
	color: #dddddd;
}
img {
	border: 0px;
}
img.b {
	border: #dddddd 1px solid;
	padding: 3px;
}
h3 {
	font-size: 13px;
}
hr {
	border: 0;
	color: #BE0000;
	background-color: #BE0000;
	height: 1px;
}

/*-------------------------------------------------------------------------- STRONA GLOWNA --------------------------------------------------------------------------*/

.mainframe {
    width: 444px;
    height: 404px;
    overflow: auto;
    scrollbar-face-color: #cabf9b;
    scrollbar-highlight-color: #000000;
    scrollbar-3dlight-color: #000000;
    scrollbar-darkshadow-color: #000000;
    scrollbar-shadow-color: #000000;
    scrollbar-arrow-color: #000000;
    scrollbar-track-color: #000000;
}
.maincontent {
    font-size: 11px;
    color: #dddddd;
    padding: 0 20px 0 0;
}

/*-------------------------------------------------------------------------- LINKI --------------------------------------------------------------------------*/

a {
    outline: 0px; 
    -moz-outline: 0px;
}
a:link, a:visited, a:active {
    color: #BE0000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/*-------------------------------------------------------------------------- FORMULARZE --------------------------------------------------------------------------*/

form {
	display: inline;
}
input, textarea {
	background-color: #dddddd;
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
	padding-left: 2px;
	scrollbar-face-color: #dddddd;
    scrollbar-highlight-color: #dddddd;
    scrollbar-3dlight-color: #dddddd;
    scrollbar-darkshadow-color: #dddddd;
    scrollbar-shadow-color: #dddddd;
    scrollbar-arrow-color: #000000;
    scrollbar-track-color: #dddddd;
}
input.but {
	background-color: #be0000;
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	font-size: 9px;
	font-weight: normal;
	font-family: tahoma;
	text-transform: uppercase;
	color: #ffffff;
	padding: 4px 3px 4px 3px;
	margin: 0;
}
input.but:hover {
	background: #cabf9b;
	color: #be0000;
}

/*-------------------------------------------------------------------------- MENU GLOWNE --------------------------------------------------------------------------*/

#tablist {
	padding: 4px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	font: bold 10px tahoma;
	color: #ffffff;
	text-transform: uppercase;
}
#tablist li {
	list-style: none;
	display: inline;
	margin: 0;
}
#tablist li a {
	text-decoration: none;
	padding: 5px 0.5em;
	background: #be0000;
}
#tablist li a {
	color: #ffffff;
}
#tablist li a.current {
	background: #cabf9b;
	color: #be0000;
}
.tablist {
	display: block;
	text-align: right;
}
#tabcontentcontainer {
	height: 25px;
	text-align: right;
	color:#ffffff;
}
.tabcontent {
	display: none;
	padding: 3px;
	font: bold 10px tahoma;
	color: #ffffff;
	text-transform: uppercase;
}
#tabcontentcontainer a:link, #tabcontentcontainer a:active, #tabcontentcontainer a:visited {
	text-decoration: none;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: tahoma;
	vertical-align: top;
}
#tabcontentcontainer a:hover {
	text-decoration: underline;
}
.tabcontent a {
	padding: 6px;
	font-weight: bold;
}

/*-------------------------------------------------------------------------- NEWS --------------------------------------------------------------------------*/

div#hold	{ 
	position:relative; overflow:hidden;
	width:210px; height:398px; 
    z-index:100; 
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:190px; height:398px; 
	clip:rect(0px, 280px, 398px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content {
	font-size: 10px;
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	}
	div#scrollbar { 
    position:relative; left:0; top:0;
    width:11px; height:398px; 
    font-size:1px; z-index:1;
    }
div#track { 
    position:absolute; left:0; top:12px;
    width:11px; height:374px;
    background: url("images/track.gif") #000000 repeat;
    z-index:1;
    }
div#dragBar {
    position:absolute; left:1px; top:1px;
    width:9px; height:20px;
    background-color:#dddddd;
    z-index:1;
    }  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }
table.main {
    width:50%; 
    margin:left; text-align:left;
    border:0px; 
    }
