/* horizontal tabbed menu */    
/* CSS Tabs */
#navcontainersos {
		margin: 0 auto 10px;
		padding: 5px 0;
		height: 20px;
		width: 90%;
		background-color: #eee ;
}

#navcontainersos ul {
		border: 0;
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: center;
}

#navcontainersos ul li {
		display: block;
		float: left;
		text-align: center;
		padding: 0;
		margin: 0;
}

#navcontainersos ul li a {
		width: 82px;
		height: 18px;
		padding: 0;
		margin: 0 0 10px 0;
		color: #888;
		text-decoration: none;
		display: block;
		text-align: center;
		font-size: 1em;
}

#navcontainersos ul li a:hover {
		color: #039;
		text-decoration: underline;
		font-weight: bold;
}

#navcontainersos a:active {
		color: #fff;
}

#navcontainersos li#active a {
		text-decoration: underline;
		font-weight: bold;
		color: #fff;
}

/* serwis */
.naglmid {
		font-size: larger; 
		font-weight: bold;
		color: black;
}
.tekstv {
		color: black;
}
.outs, .outsfil {
		border-right:  #C8CDD2 1px outset; 
		border-top:    #D9E0E6 1px outset; 
		border-left:   #D9E0E6 1px outset; 
		border-bottom: #C8CDD2 1px outset;
		background-color:   #d0d0d0;
		margin: 10px 0px;
		padding: 5px 3px;
		background: url("../images/tloboxx.jpg") repeat-x;
}
table.outs {
		width: 60%;
}
.outsfil {
		width: 80%;
}
.outsnormal   {
		border-right:  #C8CDD2 1px outset; 
		border-top:    #D9E0E6 1px outset; 
		border-left:   #D9E0E6 1px outset; 
		border-bottom: #C8CDD2 1px outset;
		background-color:   #f0f0f0;
		margin: 10px 0px;
		padding: 5px 3px;
		width: 80%;
}
#tekst {
		color: black;
}
#tekst u {
		font-weight: bold;
		color: green; 
		text-decoration: none;
}
#tekst b {
		font-weight: bold;
		color: black;
}
.tekstv {
		color: black;
}
.tekstvb {
		font-weight: bold;
		color: black;
}
input, select, button, checkbox, textarea {
	font-size: 95%;
}
table {
	font-size: 11px;
} 
td b {
		font-weight: bold;
		color: black;
}
td i{
	color: blue;
}
textarea {
	font-family: Verdana, Arial, sans-serif;
	height: 60px;
	width: 500px;
}
/*-----------------------------------------------------*/
.A.rozp   {
	font: bold;
	text-decoration: none;
	color: green;
}
A.rozp:hover  {
	font: bold;
	text-decoration: underline;
	color: green;
}
A.tajn   {
	font: bold;
	text-decoration: none;
	color: red;
}
A.tajn:hover  {
	font: bold;
	text-decoration: none;
	color: red;
}
#overDiv {
	padding: 2px;
}

