A {
        color: navy;
        font-weight: bold;
        text-decoration: underline;
}

A:hover {
        text-decoration: none;
        color: black;
        font-weight: bold;
        background: yellow;
}

A#kolor1 {
        text-decoration: none;
        color: yellow;
        font-weight: bold;
}

A:hover#kolor1 {
        text-decoration: none;
        color: #6633CC;
        font-weight: bold;
        background: yellow;
}

A#kolor2 {
        text-decoration: none;
        color: yellow;
        font-weight: bold;
}

A:hover#kolor2 {
        text-decoration: none;
        color: black;
        font-weight: bold;
        background: red;
}

BODY {
	scrollbar-face-color:#ebebeb; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-shadow-color: #ffffff; 
	scrollbar-3dlight-color: #ebebeb; 
	scrollbar-arrow-color: #ffffff; 
	scrollbar-track-color: #ffffff; 
	scrollbar-darkshadow-color: #ebebeb;
	margin: 4px;
}

.mikro {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 3pt;
        coloR: white;
        font-weight: bold;
}

.normal {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 8pt;
        coloR: black;
        font-weight: normal;
}

.news-temat {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 8pt;
        coloR: red;
        font-weight: bold;
}

.small {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 8pt;
        coloR: black;
        font-weight: NORMAL;
}

.micro {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 1pt;
        coloR: black;
        font-weight: NORMAL;
}

.bold {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 8pt;
        coloR: red;
        font-weight: BOLD;
}

.red {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 8pt;
        coloR: red;
        font-weight: bold;
}

.darkblue {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 8pt;
        coloR: #006699;
        font-weight: bold;
}

.input {
        background: #EBEBFF;
        border-top: solid 1px;
        border-bottom: solid 1px;
        border-left: solid 1px;
        border-right: solid 1px;
        border-color: #000000;
}

.input-guzik {
		background: #efefef;
		border: 1px solid #afafaf;
		color: #000000;
		cursor: pointer;

}
	.input-guzik:hover {
			background: #f5f5f5;
			border: 1px solid #000000;
	}


.theader {
 
        border-top: dotted 1px #004080;
        border-bottom: dotted 1px #004080;
        border-left: dotted 1px #004080;
        border-right: dotted 1px #004080;
	text-align:middle;


}

.mheader {
	font: 80% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif; 
	padding: 2px;
	font-weight:bolder;
        border-top: dashed 1px #000000;
        border-bottom: dashed 1px #000000;
        border-left: dashed 1px #000000;
        border-right: dashed 1px #000000;
	background-color: #f5f5f5;

}

.mlist {
 
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 8pt;
        coloR: black;
        font-weight: normal;      
        border-bottom: dashed 1px #c0c0c0;
        border-left: dashed 1px #c0c0c0;
        border-right: dashed 1px #c0c0c0;

}


.tlogo {
         border-right: dashed 1px;
}

.logo {
	font: 80% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	height:25px;
	font-size:200%;
	font-weight:bolder;
	color:#DEE7EC;
	text-align:middle;
	vertical-align:middle;
	padding:1px 0 0 1px;
}

.logo a:link, .logo a:visited, .logo a:hover, .logo a:active {
	color:#436976;
	text-decoration:none;
}

.pname {
	font: 80% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	font-size:220%;
	#font-weight:bolder;
	text-align:middle;
	vertical-align:middle;
	color:#dee7ec;
	text-decoration:none;
	font-variant:small-caps;
	letter-spacing:2pt;
}

.notification
{
	border: 1px solid #e0e0e0;
	background-color: #f5f5f5;
	color: #000000;
	padding: 2px;
}
