/* PROVIDER CSS */


#contener {
	width: 877px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
body {
	background-color: #FFFFFF;
	font-size: 12px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding:0px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#left {
	background-color: #FF9900;
	float: left;
	width: 200px;
}
#right {
	float: left;
	width: 227px;
}
#content {
	background-color: #FFFFFF;
	float: left;
	width: 640px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#all {
	width: 877px;
	clear: both;
	overflow: auto;
}
#top {
	float: left;
	width: 877px;
	height: 150px;
}
#bottom {
	float: left;
	width: 877px;
	text-align: center;
	color: #212C7C;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #212C7C;
	padding-top: 8px;

}
.divGrupa {
	background-color: #FF33FF;
}
input {
	font-size: 10px;
	color: #66CC99;
	background-color: #FFFF66;
	border: 1px solid #000000;
}
textarea {
	font-size: 10px;
	color: #66CC99;
	background-color: #FFFF66;
	border: 1px solid #000000;
	width: 200px;
	height: 100px;
}

a:link {
	color:#FF6600;
	text-decoration:none;
}

a:visited {
	color:#FF6600;
	text-decoration:none;

}

a:hover {
	color:#FF6600;
	text-decoration:underline;

}
.nag {
	background-color: #FFEFE5;
	width: 640px;
}
.nag2 {
	background-color: #FFEFE5;
	width: 600px;
}



.nagTyt {
	font-weight: bold;
	background-color: #FF6600;
	height: 11px;
	color: #FFFFFF;
	padding: 8px;
	width: 300px;
	margin-left: 15px;
}
.textContent {
	padding: 15px;
}
.wyroznienie {
	font-weight: bold;
	color: #FF6600;
}

.bottomlink:link {
	color:#212C7C;
	text-decoration:none;
}

.bottomlink:visited {
	color:#212C7C;
	text-decoration:none;

}

.bottomlink:hover {
	color:#FF6600;
	text-decoration:underline;
}

.info {
	font-size: 11px;
	text-align: center;
	padding-bottom: 10px;
}